body
{
	margin: 0;
	padding: 0;
	font-family: "helvetica neue ultralight", Arial, "Sans Serif";
	text-align: center;
	color: #505367;
	background-color: transparent;
	background-image: url;
}
	a:link { color: #B52C07; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
		
	}
	
	h1
	{
		
		position:absolute;
		top:10px;
		font-size: 160%;
		font-weight: lighter;
		color: #808080;
		line-height:200%;
	}
	
	h2
	{
		color: #E0E0E0;
		font-size: 120%;
		margin: 0 0 2px 0;
	}
	
	
	
	h3
	{
		color: #BFBFBF;
		font-size: 120%;
		margin-top: 0;
		
	}
	
	h4
	{
		color: #808080;
		font-size: 80%;
		font-weight: lighter;
		margin-top: 0;
		line-height:540%;
		
	}
	p{
	font-size: 60%;
	font-weight: lighter;
	}

	#container
	{
		margin: 1em auto;
		padding: 10px;
		width: 650px;
		
		text-align: left;
		background-color: white;
		border: ;
		}
		
	#header
	{
		padding: 10px;
		height: 65px;
		background-color: white;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		
		
		
	
		
	}
	
	#mainnav
	{
		font-size: 140%;
		background-color: white;
		color: #808080;
		padding: 10px 0;
		margin-bottom: 22px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #E0E0E0;
		
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #E0E0E0;
		font-size: 80%;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #808080;
		font-size: 80%;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #red;
	}
		border: 1px dotted grey;
		}
		
	#menu
	{
		position: relative;right;
		float: right;
		width: 180px;
		border-left: 1px dotted grey;
		padding left: 15px;
	}
	
	#menu ul
	{
		
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents
	{
		text-align:center;
		margin-right:50px;
		margin-left:50px;
		height: 300px;
		background-color: white;
		border: ;
		padding: 15px;
		overflow:;
		
	}
	
	#thumbnail 
	{
		float: left; 
		width: 127.5px;
		border: 1px solid #999;
		margin: 5px 5px 5px 5px;
		padding: 5px;
 
	}
	
		#thumbnail2 
	{
		float: left; 
		width: 255px;
		border: 1px solid #999;
		margin: 10px 10px 10px 20px;
		padding: 5px;
 
	}
	
	#clearboth
	 {
		clear: both;

	}

	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: white;
		border:;
		font-size: 70%;
		text-align: right;
		position: relative;
		top:20px;
		bottom:20px;
	}
	
	