@charset "UTF-8";


#maincont{
	padding-top:25px;
}

.box{
	margin:0 0 12px 38px;
	width:590px;
	background:url(/img/blog/box_bg_middle.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.box-title{
	padding:23px 16px 0 16px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	background:url(/img/blog/box_bg_top.jpg);
	background-repeat:no-repeat;
}

.box-title h3{
	margin:0 0 20px 0;
	padding:20px 0 5px 0;
	border-bottom:1px #000000 dotted;
	font-size:18px;
	font-weight:bold;
	color:#995b12;
}

.box-words{
	padding:0 16px 20px 16px;
	background:url(/img/blog/box_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#left-cont{
	float:left;
	width:630px;
}

#b_move p{
	width:50%;
	float:left;
	display:block;
}

#b_move{
	margin:0 0 43px 0;
	padding:0 0 0 38px;
}

#right-cont{
	padding:0 38px 0 0;
	width:204px;
	float:right;
	line-height:20px;
}

#m_newtopics{
	margin:0;
	padding:0 0 20px 0;
}

#m_newtopics li{
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:1px #000000 dotted;
	display:block;
}

#m_staffcat{
	margin:0;
	padding:0 0 20px 0;
}

#right-cont h3{
	margin:0 0 10px 0;
}

#m_pasttopics{
	padding:0 0 20px 0;	
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}

a.h3-title {
	color: #995b12;
}

#footer{
	padding-top:15px;
}

