body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#site{
	
}

#footer, #footer2{
	font-size: 11px;
	
}

#footer b{
	color: #F78F1E;
	font-weight: normal;
}

#footer2 b{
	color: #ffffff;
	font-weight: normal;
}

#footer a, #footer2 a{
	text-decoration: none;	
}
#footer a:hover, #footer2 a:hover{
	text-decoration: underline;	
	color: #F78F1E;
}

#left{
	width: 553px;
	float: left;
}

#right{
	border: 2px solid #ffffff;
	width: 397px;
	float: right;
}

#right img{
	margin-bottom: 1em;
}

#right li{
	margin-bottom: 1em;
}

.clear{
	clear: both;	
}