/* CSS Document */

body {
	background-image: url(images/bg_main.png);
	font-family:Arial, Helvetica, sans-serif;
	}

#container {
	width:600px;
	margin:auto;
	background-color:#E8E8E8;
	}
	
#header {
	width:100%;
	height:90px;
	}
#header_left {
	width:250px;
	height:90px;
	float:left;
	}
	.hdr_main_text {
		font-family:Arial, Helvetica, sans-serif;
		font-size:50px;
		color:#CC0000;
		margin-left:5px;
		}
	.hdr_sub_text {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		margin-left:15px;
		}

#header_right {
	width:350px;
	height:90px;
	float:right;
	}
	.hdr_quote_text {
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		vertical-align:middle;
		}
		

#vertnavbar {
	width:100%;
	height:30px;
	}
	
#navbuttons {
	width:100%;
	height:30px;
	background-color: #D3D3D3;
	}	

#navbuttons ul {
	display: inline;  
	list-style: none;

	}

#navbuttons li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	list-style: none;
	float:left;
	border-left:2px #333333 solid;
	border-top:none;
	border-bottom:none;
	border-right:none;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}
	
#navbuttons li a {
	color:#333333;
	text-decoration:none;
	}
#navbuttons li a:hover {
	color:#CC0000;
	}

#navbuttons li.first {
	border-left:none;
	}

#navbuttons li.last {
	border-right:2px solid #333333;
	}
	

#content {
	width:590px;
	margin:5px;
	}
	.content_header {
		font-size:24px;
		color:#CC0000;
		}
	.content_subheader {
		font-size:18px;
		color:#CC0000;
		}
	
#footer {
	width:100%;
	height:15px;
	font-size:10px;
	}
	
	
		
