@charset "UTF-8";
/* CSS Document */
body {	
	width:900px;
	margin:0px auto;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-seri;
	
}
a{ color:#C12701;} 
a:hover,a:focus { color:#87827E;}
#head{
	margin-top:20px;
	border-bottom:#999 solid 5px;
}
#content {
	background-color:#eaeaea;
	padding:10px;
	border-bottom:#999 solid 5px;
}
#footer {
	text-align:right;
	padding:5px;
	
}