body {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 80%;
	text-align: center;
	line-height: 150%;
	background-image:url(image/back.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#FFF3FC;
}

td {
	font-size: 80%;
	line-height: 150%;
}

td.tdVTop {
	vertical-align: top;
}

img {
	border-width: 0px;
}

#wrapper {
	width: 820px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
	background-color:#FFFFFF;
}

#sideBarLeft {
	float: left;
	width: 180px;
}

#sideBarRight {
	float: left;
	width: 200px;
	margin-left: 13px;
}

#main {
	float: left;
	width: 585px;
}

h1 {
	width: 820px;
	margin: 0px auto 0px auto;
	text-align: left;
	line-height: 0px;
	font-size: 90%;
	border-width: 5px 0 1px 0;
	border-style: solid;
	border-color: #FC9986;
}

h2 {
	background-image: url(image/titleBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 5px 2px 5px;
	margin: 0;
	font-size: 140%;
	font-weight: bold;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

h3 {
	background-image: url(image/menu_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 5px 5px 10px;
	margin: 0;
	font-size: 90%;
	font-weight: bold;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

p.centerBody {
	padding: 5px 10px 5px 10px;
	margin: 0;
}

form {
	margin: 0 0 5px 5px;
	padding: 0;
}

p.articleHooter {
	clear: both;
	font-size: 90%;
	padding: 3px 10px 3px 10px;
	margin: 10px 0px 50px 0px;
	background-image: url(image/article_hooter.gif);
	border-bottom: dashed 1px #CCCCCC;
}

p.trackback {
	margin: 5px;
}

.centerTitle {
	background-image: url(image/titleBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 5px 5px 5px;
	margin: 0;
	margin-top: 30px;
	font-size: 120%;
	font-weight: normal;
	color:#333333;
	border-bottom: dashed 1px #CCCCCC;
}

td.basic {
	font-size: 90%;
}

p.commentDay {
	font-size: 90%;
	text-align: right;
	border-top: dashed 1px #CCCCCC;
}

.sideBody {
	margin-bottom: 20px;
	padding: 3px 5px 2px 10px;
}

.profileBody {
	margin-bottom: 20px;
	padding: 3px 5px 2px 10px;
	font-size: 80%;
	color: #333333;
}

 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */