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

a { 
	color: #6d6b5f; }
	
a:hover {
	color: #99CCFF; }

body {
	background-color: #addfea;
	background-image: url(images/background.gif);
	background-position: center -100px;
	background-repeat: no-repeat;
	color: #6d6b5f;
	font-family:  Helvetica, Arial,sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center; }
	
.clear {
	clear: both; }
	
#header {
	position: relative;
	left: 14px;
	width: 300px;
	}

#container {
	background-image:url(images/mainbackground.gif);
	background-repeat: no-repeat;
	background-position:bottom;	
	height: 570px;
	text-align: left;
	margin:auto;
	width: 925px; }


#contentcontainer {	
	float: left;
	left: 20px;
	height: 400px;
	position: relative;
	top: 30px;
	width: 410px; }
	
#flashcontainer {
	
	float: left;
	left: 48px;
	height: 435px;
	position: relative;
	top: 11px;
	width: 461px; }
	
#footercontainer {
	height: 30px;
	text-align: left;
	margin:auto;
	width: 925px; }
	
#footercontainer a {
	color: #6d6b5f;
	text-decoration: none; }

#footercontainer a:hover {
	color: #ffffff;
	text-decoration: none; }
	
#footerleft {
	position: relative;
	float: left;
	left: 37px; 
	top: 7px; 
	width: 500px; }	
	
#footerright {
	position: relative;
	left: 230px; 
	float: left;
	top: 7px; 
	width: 200px; }	
			
#logocontainer {	
	
	float: left;
	left: 20px;
	position: relative;
	top: 10px;
	width: 410px; }

#navcontainer {
	float: left;
	left: 55px;
	position: relative;
	top: 70px;
	width: 410px; }
	

