body{
	background-color: #330000;
	color: #333333;
	
}

#wrapper{
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 0px 8px 8px;
}

#header h1{
	font-weight: normal;
	color: #666666;
	text-align: center;
	font-size: 10px;
	padding: 2px;

}

#menu {
	width:180px;
	float:left;
	padding-top: 8px;

}

#menu  h2{
	margin-bottom:0.5em;
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066FF;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	padding-bottom: 0.2em;

}

#menu #text_content{
	margin-bottom:20px;

}



#menu #text_content p{
	font-size:13px;
	margin-bottom:0.2em;
	padding-left: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #0066FF;



}

#menu #text_content a{
	color: #333333;
	text-decoration: none;
}

#menu #img_content{

}
#menu #img_content img{
	display:block;
	padding-left: 4px;
	margin-bottom: 5px;
}
	

#content {
	width:600px;
	float:right;
	padding-top: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#content h2{
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	font-size: 12px;
	color: #666666;

}

#content .update_board{
	width:590px;
	padding: 5px;
	margin-bottom: 20px;

}

#content .update_board a{
	text-decoration: none;
	font-size: 10px;
}

#content .update_board .counter a{
	font-size: 16px;
}

#content .update_board table{
	width: 550px;

}

#content .update_board td{
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content .update_board .left{
	width: 140px;
}


#content .update_board h3{
	font-size: 14px;
	color: #FF0000;
	margin-bottom: 0.5em;
	
}

#content .main_board{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 10px;





}

#content .main_board h3{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 10px;

}

#content .main_board p{
	font-size: 12px;
	padding: 0.5em;
}

#content .main_board td{
	padding: 5px;
	vertical-align: top;

}

#content .main_board img{
}





#content .update_board td{
	text-align: left;
	font-size: 12px;
	padding: 3px;
}

#footer{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;

}

#footer a{
	font-size:10px;
}
