body { background-color:#fff; background-image:url(images/bg.jpg); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif;margin: 0 auto;}

#wrapper {
	width:900px;
}
#header {
	background-image:url(images/header.jpg);
	width:900px;
	height:89px;
}
#navi {
	text-align:left;
	float:left;
}
#navi a{
	display:block;
	width:100px;
	height:26px;
	text-align:center;
	text-decoration:none;
	line-height:26px;
	background-color:#8f8f8f;
	float:left;
	color:#fff;
	font-size:11px;
}
#navi a:hover {
	background-color:#0f95d3;
  	color:#FFF;
}
#navi a.active {
	background-color:#0f95d3;
  	color:#FFF;
}
#box {
	width:175px;
	float:left;
	margin-top:20px;
	font-size:11px;
	
}
#content {
	background-color:#FFF;
	border:solid 1px #8f8f8f;
	width:670px;
	text-align:left;
	padding:20px;
	float:left;
	font-size:12px;
	color:#666;
	margin-left:10px;
	margin-top:20px;
}
#footer {
	float:left;
	background-color:#e8e8e8;
	margin-top:20px;
	width:890px;
	height:20px;
	text-align:right;
	padding:5px;
}
#footer a{
	text-decoration:none;
	color:#666;
	font-size:10px;
	line-height:20px;
}