@charset "utf-8";
/* CSS Document */
#header {
	border-bottom: solid 1px #666;
	min-height: 50px;
	background: #050b3d;
}
#header a {color: #FFF;}
#cols {
	position: relative;
	left: 50%;
	margin-left: -500px;
	clear: both;
	background: #fff url(images/colsbg.jpg) repeat-y;
	width: 1000px;
}
#leftcol {float: left; width: 180px; min-height: 400px;}
#rightcol {float: left; padding: 9px; width: 800px;}
#homecontent {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -455px;
	color: #FFF;
	z-index: 0;
	}
#slideshowbuttons {position: absolute; top: 25px; left: 215px; z-index: 500; border: none;}
#searchframe {width: 800px;}

#footer {
	text-align: right;
	font-size: 10px;
	color: #fff;
	padding: 10px 5px 0px 0px;
	border-bottom: solid 3px #663;
	background: url(images/footerbg.jpg) repeat-x;
}
#footer a {color: #fff;}

