@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	background-image: url(bg1.png);
}
#wrapper {
	background-color: #FFF;
	padding: 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #666;
}
#wrapper #header {
	background-repeat: no-repeat;
	height: 80px;
}
#wrapper #leftcol {
	padding: 15px;
	float: left;
	width: 140px;
	background-color: #FFF;
}
#wrapper #rightcol {
	padding: 15px;
	width: 550px;
	margin-left: 170px;
	background-color: #FFF;
}
#wrapper #footer {
	padding: 5px;
	clear: both;
	background-color: #FFF;
	text-align: center;
	font-size: x-small;
}
#wrapper #footer a {
	color: #060;
	text-decoration: none;
}
#wrapper #footer a:visited {
	color: #060;
	text-decoration: none;
}
#wrapper #footer a:hover {
	color: #009;
	text-decoration: underline overline;
}

#wrapper #topnav {
	background-color: #378F45;
	text-align: right;
	padding: 5px;
}
#wrapper #topnav ul {
	padding: 0px;
	margin: 0px;
}
#wrapper #topnav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#wrapper #topnav ul li a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #topnav ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrapper #topnav ul li a:hover {
	color: #FFC;
}
#wrapper #topnav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #headerImg {
	background-image: url(headerimg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 750px;
}
