a img {border:none; }

body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-image: url('images/bkg.jpg');
	background-repeat: repeat-x;
	background-attachment:fixed
}

#wrapper {
	width:782px;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
}

#header {
	height:250px;
}
#content {
	margin-top:0px;
	padding-bottom:10px;
	background-color:white;
	text-align: center;
}
#content div {
	padding:10px;
	float:left;
}

#content-main {
	width:762px;
	min-height:480px;
	height:550px;
	background-color:white;
	padding:20px;
}

#navcontainer ul {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: 	#FFFFFF;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 30px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	/* matches link padding except for left and right */
	padding-top: 0px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: Black;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover {
	background-color: #0066ff;
	color: Black;
}

#navcontainer #active { border-left: 1px solid #ffffff; }

second set of links

ul#navlist2 {
	float: left;
	width: 145px;
	\width: 147px;
	w\idth: 145px;
	padding: 0px;
	border: 1px solid #ffffff;
	border-top: 0px;
	margin-left: -20px;
	font: bold 24px verdana,helvetica,arial,sans-serif;
	background: #0066ff;
}

ul#navlist2 li {
	float: left;
	list-style: none;
	border: 0px;
	border-top: 1px solid #0066ff;
	margin-left: -55px;
}

ul#navlist2 li a {
	float: left;
	display: block;
	width: 122px;
	\width: 147px;
	w\idth: 122px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left: 20px solid #aaaabb;
	background: #ccccdd;
	text-decoration: none;
	text-align: left;
}

ul#navlist2 li a:link { color: #666677; }
div#navcontainer2 li a:visited { color: #666677; }

ul#navlist2 li a:hover {
	border-color: #ffffff;
	color: #ffffff;
	background: #CC0000;
}
end second set of links

#footer {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #bbb;
	width:682px;
}
#bottom {
	clear:both;
	text-align:justify;
	color:white;
	a:link {color: #000000;}
}
