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

body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 22px;
	background:#330000;
	color:#ffffff;
}


	a img	{
	border:none;
}



	body a { 
		color:#ffffff;
	}
	
	body a:hover {
	color:#33ff33; 
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:55px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	padding-top: 15px;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	}




/* Main Container */
#container	{
	margin: 20px auto 20px auto;
	padding: 0 50px 0 50px;
	background:inherit;
	width:900px;
	color:inherit;
	font-family:inherit;
}

	#container:after {		 Expands the container around any floated elements it may contain 
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}	


	/* Top */
	
	#top	{
	width:900px;
	height:100px;
	background:url(images/siteheader.jpg) no-repeat;
	margin: 0 0 10px 0;
	float:left;
	}
	
	
	
	/* maincontent */
	
	#maincontent	{
	width:900px;
	margin:0;
	padding:0;
	font-family:inherit;
	float:left;
	}
	
	#maincontent a {
	color:#330000;
	}
	
	#maincontent a:hover {
	color:#33ff33; 
	}
	
	/* Left image column */
	
	#leftcolumn {
	width: 200px;
	float:left;
	}
	
	.leftimages {
	width: 190px;
	height: 190px;
	padding: 5px;
	margin-bottom: 10px;
	background:#FFFFFF;
	float: left;
	}
	
	
	/* Right column */
	
	#rightcolumn {
	width:660px;
	margin:0 0 0 40px;
	float:left;
	}
	
	
	/* menu */
	
	#menu
	{
	margin:0px;
	width:660px;
	border-top: 2px solid #FFFFFF;
	padding: 10px 0 10px 0;
	background:#330000;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	float:left;
	text-align:right;
	} 
	
	#menu ul
	{
	margin: 0;
	padding: 0;
	background:#330000;
	float:right;
	list-style-type: none;
	}
	
	#menu li
	{
	margin-left: 30px;
	background:#330000;
	float:right;
	list-style-type: none;
	}
	
	#menu a, #menu a:link
	{
	font-weight: normal;
	text-decoration: none;
	color:#ffffff;
	}
	
	#menu a:link#current, #menu a:hover
	{
	color:#33ff33;
	}
	
	
	/* Content */
	
	#content {
	width: 600px;
	padding: 20px 30px;
	margin: 20px 0;
	background:#ffffff;
	color:#330000;
	float: left;
	}
	
	
	
	
	
	
	/* Footer */
	
	#footer	{
	width:900px;
	margin: 10px 0 0 0;
	font-size:12px;
	text-align:right;
	float:left;
	}
	
	
	
	
	
	
	
	/* rightimage */
	
	#rightimage	{
		width:300px;
		height:75px;
		float:right;
		}
	
	/* nav menu */
	
	#navmenu	{
		width:700px;
		height:50px;
		background:#FFFFFF;
		float:left;
		}
	
		
	
	
		
		
		
		
		
	