body
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	border: 0px;
}
a
{
	text-decoration: none;
}
a:link
{
	color: #1835D1;
}
a:visited
{
	color: #1835D1;
}
a:hover
{
	color: #FF3300;
	background-color: DarkBlue;
	color: White;
	padding: 2px;
	font-size: 12px;
}
a:active
{
	color: #FF3300;
	background-color: DarkBlue;
	color: White;
	padding: 2px;
	font-size: 12px;
}
.blogHead
{
	background-color: #F2EFE3;
	height: 85px;
	text-align: center;
}
.blogHead A
{
	padding: 0px;
}
.blogHead a:hover
{
	padding: 0px;
}
.blogHead a:active
{
	padding: 0px;
}
.main
{
	margin: 0px auto;
	width: 990px;
	background-image: url(/images/blog/main_bg.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}
.left
{
	clear: both;
	float: left;
	width: 700px;
}

.left .body
{
	clear: both;
	margin-bottom: 50px;
	border-bottom: 0px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	margin-top: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 28px;
}
.left .body .title
{
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	padding-bottom: 5px;
	background-color:#ededed;
	padding-top:10px;
	padding-left:5px;
}
.left .body .title2
{
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
	padding-bottom: 5px;
	background-color:#ededed;
	padding-top:10px;
	padding-left:5px;	
}
.left .body .remark
{
	color: #888888;
	padding-bottom: 10px;
	padding-top:5px;
	font-size: 12px;
}
.left .body  .footer
{	
	margin-top: 5px;	
	padding-left: 10px;
	font-size:10px;
}
.left .bottom
{
	font-size: 11px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0px;
}

.right
{
	float: left;
	margin-left: 20px;
	width: 270px;
	text-align: left;
}
.right .title
{
	color: Black;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.right UL
{
	margin: 0px;
	padding: 0px;
}
.right UL LI
{
	list-style-type: none;
	padding-bottom: 0px;
	font-size: 11px;
	padding-left: 15px;
}

