/* Schnitz Technology CSS File */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	/* background-image: url('appleBG.jpg'); */
	background-color: #C3E653;
}

#header {
	overflow: hidden;
	width: 100%;
	height: 114px;
	position: absolute;
	top: 0px;
	left: 0px;
/*	background-image: url('headerBG.jpg'); */
}

#separator {
	position: absolute;
	top: 114px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: #C3E653;
}

#sidebar {
	position: absolute;
	top: 114px;
	left: 0px;
	width: 145px;
	height: 100%;
	background-color: #C3E653;
	font-size: small;
	/* background-image: url('appleBG.jpg'); */
}

#content {
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
	margin-left: 145px;
	z-index: 3;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	min-height: 100%;
}

#apple {
	position: absolute;
	top: 0px;
	width: 145px;
	height: 184px;
	background-image: url('apple.jpg');
}

#smallApple {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#menuDiv {
	position: absolute;
	top: 25px;
	left: -20px;
	z-index: 3;
}

.linkList {
	font-family: arial, sans-serif;
	list-style: none;
	display: block;
	margin-top: 10px;
}

A:link {
	color: #33348E;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #FAFAFA;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #33348E;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #44459F;
	font-weight: bold;
	text-decoration: none;
}