body {
	background:#3C3C3C;
	margin-top:0px;
}
#main_box{
	width:800px;
	margin:auto;
}

#navtop{
	width:800px;
	margin:auto;
	margin-top:10px;
}

ul.horizontal_list{
	list-style-type: none;
}

ul.horizontal_list li {
	float:left;
}

.horizontal_list li a {
	padding-right: 32px;
	padding-left: 32px;
}

.box { 
	background: #FFAA00; 
}
.boxtop { 
	background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
	font-size: 0;
	height: 20px; 
	background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
	background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
	font-size: 0;
	height: 20px; 
	background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
	padding: 0px 20px 0px 20px;
}

