body{
	font-family:Veranda;
	font-size:small;
	margin:0px, auto;
}
div#header{
	background-image: url(images/headersample.jpg);
	width:950px;
	height:150px;
	margin:0 auto;
}
div#everything{
	background-color:ffffff;
	width:950
}
div#leftcol{
	width:260px;
	height:550px;
	float:left;
}
div#topnav{
	width:950px;
	height:30px;
	float:left;
	background-color:cccccc;
}
div#topnav ul{
	list-style:none;
	font-size:small;
	font-family:Helvetica;
	margin-top:7px;
	margin-left:60px;
}
div#topnav li{
	display:inline;
	margin-right:25px;
}
div#topnav a:link{
	color:black;
	text-decoration:none;
}
div#topnav a:visited{
	color:black;
	text-decoration:none;
}
div#topnav a:hover{
	color:898989;
	text-decoration:none;
	padding-top:8px;
}
div#topnav a:active{
	color:black;
	text-decoration:none;
}
div#mainbar2{
	text-decoration:none;
	background:cccccc;
	width:700px;
	height:550px;
	border:0px solid black;
	float:right;
	overflow:auto;
	
}
div#mainbar3{
	text-decoration:none;
	background:cccccc;
	width:350px;
	height:550px;
	border:0px solid black;
	float:left;
	overflow:auto
}
div#mainbar{
	text-decoration:none;
	background:cccccc;
	width:250px;
	height:550px;
	border:0px solid black;
	float:left;
	overflow:auto
}
div#mainbar a:hover{
	background:none;
	
}
div#mainbar ul{
	text-decoration:none;	
}
div#maincontent{
	width:950px;
	height:550px;
	background-color:ffffff;
	font-family:Arial;
	font-size:large;
	font-style:italic;
	
}
div#footer{
	width:950px;
	height:20px;
	float:left;
	background-color:cccccc;
}
div#footer ul{
	list-style:none;
	font-size:small;
	font-family:Helvetica;
	margin-top:0px;
	margin-left:0px;
}
div#footer li{
	display:inline;
	margin-right:25px;
}
div#mainpage{
	background-color:ffffff;
	width:950px;
	height:650px;
}

div#footer li a { font-weight: bold; }
