body
	{
		margin: 0;
		padding: 0;
		font-size : 12px;
		line-height: 150%;
		font-family : georgia, book antiqua;
		text-align: center;
		color: #746363;
		background-image:url('dark_bground.jpg');
	}
	
	#container
	{
		margin: 1em auto;
		width: 960px;
		text-align: left;
		background-color: white;
		border: 0px solid black;
	}
	
	#header
	{
		height: 260px;
		background-color: none;
	}
	
	#navcontainer
	{
		width: 960px
		height: 25px;
		background-color: white;
		text-align: right;

	}
	#mainnav
	{
		display: inline;
		list-style-type: none;
		padding-right: 20px;
	}
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: grey;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #ED683A;
		background-color: white;
	}
	
	#mainright 
	{
		float: right; 
		width: 300px;
		margin-right: 20px;
		background-color: white;
		
		
	}
	#contents	
	{
		margin-right: 40px;
		margin-left: 40px;
		background-color: white;
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: white;
	}
	
	div.float 
	{
  	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-right: 20px;
  	}
  
	div.float p 
	{
   	text-align: center;
   	}

	h1 { 
	color : #FF8080;
	font-weight:normal;
	font-style: normal;
	font-size : 16px;
	font-family : book antiqua, Georgia, serif
	}

	h2 {  
	color : #64616D;
	font-weight: NORMAL;
	line-height: 160%;
	font-size : 17px;
	font-family : book antiqua, Georgia, serif
	}

	h3 { background: #ffffff;
color : #999999;
font-weight: normal;
font-size : 12px;
font-family : book antiqua, georgia, serif
	}

	a {
	font-size: 16px;
	color: #FF8080;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF8080;
	text-decoration: none;
	}
a:active {
	color: #999999;
	text-decoration: none;
}
