@charset "UTF-8";
/* CSS Document */

body {
	font:80%/1.2 "Lucida Grande", Verdana, sans-serif; color:#000;

}
a {
	text-decoration:none;
	color:#fff;
}
h3 {
	margin:0;
	padding:0;
}
h1#header {
	width:1000px;
	height:180px;
	background:url(images/banner3copy.jpg) no-repeat #fff;
	text-indent:-9999px;
	margin:0;
}
ul#navs {
	display:table;
	width:1000px;
	text-align:center;
	background:url(images/red.jpg) no-repeat;
	padding:0;
	margin:0;
	text-transform:uppercase;
	height:31px;
}

div#button {
	display:table;
	width:650px;
	text-align:left;
	color:white;
	padding:3px;
	font-size:16px;
	font-weight: bold;
	align:left;	
	background:url(images/redsmall.jpg) no-repeat;
}

div#button1 {
	display:table;
	width:300px;
	text-align:center;
	color:white;
	padding:3px;
	font-size:16px;
	font-weight: bold;
	align:center;
	background:url(images/redbutton.jpg) no-repeat;
}


ul#navs li {
	display:inline;
	list-style-type:none;
}
ul#navs li a {
	display:inline-block;
	padding:6px 10px;
	color:#ccc;
}
ul#navs li a:hover {
	background-color:#660;
	border:#ccc 1px dotted;
}
h2#page_title {
	width:1000px;
	margin:0;
	padding:0;
	background:url(images/bar.jpg) right no-repeat #f3f6f9;
	height:50px;
	text-align:center;
	letter-spacing:.2em;
	font-size:140%;
}
h2#page_title p {
	margin:0;
	padding-top:10px;
}

div#content {
	width:1000px;
	height:auto;	
	padding:0px 0px 0px 0px;
	
}

div#site_info {
	display:table;
	width:1000px;
	float: left;
	text-align:center;
	color:white;
	background:url(images/footer.jpg) no-repeat;
	padding:3px;
	margin:0;
	
}

div#site_info span {
	color:#f90;
}

