body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFF;
	background-image: url(images/fadeorangeBG.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	background-image: url(file:///C|/Documents%20and%20Settings/warej/Desktop/aspenElementary/assets/aes/images/leftBg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/pic1.jpg);
	background-repeat: no-repeat;
	height: 72px;
}
#header h2 {
	color: #000;
	font-weight: bold;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	padding: 0px;
}
#header h4 {
	color: #000;
	float: right;
	padding: 0px;
	margin-top: 45px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav {
	background-color: #919191;
	padding: 3px;
	margin: 0px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#topnav a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
}


#topnav a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
}


#topnav a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#topnav li  {
	font-size: .8em;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftCol {
	padding: 20px;
	float: left;
	width: 140px;
}
#rightCol {
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}
.clearall {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer {
	font-size: .8 em;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
