#menu *{
		font-size: 12px;
	line-height: 20px;
	}
#menu{
	margin:4px 0;

	clear:both;
}

#menu a{
	list-style:none;
	}
	#menu li{
		display:block;
		margin:0 4px;
		float:left;
	}


h2{
	padding: 5px 0 5px 15px;
background: #ff6600;
font-size: 18px;
font-weight: bold;
color: white;
clear: both;
	}
h3{
	padding: 0 0 0 10px;
border-left: #369 5px solid;
border-bottom: #369 1px solid;
font-size: 16px;
font-weight: bold;
color: #369;
clear: both;
	}
h4 {
margin: 0px;
padding: 0px;
font-size: 16px;
color: #06C;
}

#page_nav{
	clear:both;
	height:40px;
	}
#page_nav .back{
	float:left;
	}
#page_nav .next{
	float:right;
	}
	
	.imagebox{
	font-size: 12px;
	color:#000;
	text-align:center;
	}
.imagebox img{
	display:block;
	}

.float_r{
	float: right;
	}
	.float_l{
	float:left;
	}