body {
	margin:0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFffff;
	
	background-image: url(../assets/background2.jpg);
	background-repeat: no-repeat;
	
	}
img{
	border:none;
}
#header_empty
{
	width:500px ; 
	height:230px ;  
}
#header_logo_and_name
{ 
	margin-left:30px ; 
	width:500px ; 
	height:91px ; 
}
#header{ 
	width:789px; 
	height:180px ; 
	padding-right:10px ;
	padding-top:55px ;   
	padding-left:40px ;  
	background: none; 
	margin-bottom:5px ;  

}
#headerLeft{ 
	float: left;
	width:500px;
	height:180px ;
	margin-top:0px; 
	background-color:none;  
}
#headerRight{  
	float: right;	
	margin-top:0px; 
	margin-right:-10px;  
	background-color:none; 
	text-align:right;
}
#content
{
	width:600px;
	margin-left:40px ; 
	font-size:1.5em ; 
	font-weight:200 ; 
}
ul , ul li , ul li li , li
{
	display:inline ; 

	list-style-type: none;
	margin:30px ; 
	
	
}
#content a
{
	text-decoration:none ; 
	color:#000 ; 
}
#content a:hover
{
	font-size:1.6em;
	text-decoration:none ; 
	color:#e80401 ; 
}



