#mid
{
	float:none;
	display: block;
	overflow:hidden;
	width:900px;
	margin-top:15px;
	background: #FFFFFF;
	text-align:center;
}
* html #mid  { margin-top: 22px }

#left
{
	color: #333333;
	width:455px;
	text-align:justify;
	float:left;
	/* background:url("../Images/bg_line.jpg") repeat-y scroll 0 0 transparent; */
	background-position:right center;
	margin:7px 12px 15px 17px;
	padding:0px;
}
#text
{
	overflow-y: auto;
	height:230px;
	margin:15px auto 0;
	width:860px;
	background:#fafafa;
}

#right
{
	width:390px;
	text-align:justify;
	float:right;
	/* background:url("../Images/bg_line.jpg") repeat-y scroll 0 0 transparent; */
	background-position:right center;
	margin:15px 12px 10px 12px;
	padding:0px;
	font-size:11pt;
	color:#fff;
}
#right_top
{
	background:url("../Images/bg_post_top.jpg") no-repeat scroll 0 0 transparent;
	width:382px;
	height:33px;
	color:#434388;
}
#right_top img
{
	margin:7px 15px 0px 15px;
}
#right_top span
{
	position:relative;
	top:-4px;
}

#posts
{
	width:382px;
	height: 20px;
	min-height:20px;
	height: auto !important;
	background:url("../Images/bg_post_btm.jpg") no-repeat scroll 0 0 #d7d7d7;
	background-position:left bottom ;
	font-size: 10pt;
	font-weight: normal;
}
#recent_post
{
	padding:10px 20px;
}
#posts a
{
	color:#529dca;
	text-decoration: underline;
}

#text h3 { font: normal 9pt arial; color: #333333; margin:0px 15px 7px 20px; text-align:justify;}
#text h2 { font: bold 10pt arial; color: #214190; margin:7px 15px 7px 20px; text-align:justify;}

#keywords { position:absolute; top:-10000px; width:800px;}
