body {
	font-size: 90%;
	text-align: center;
	line-height: 150%;
}

td {
	font-size: 90%;
}

img {
	border-width: 0px;
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
}

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

#sideBarRight {
	float: left;
	width: 180px;
	margin-left: 15px;
}

#main {
	float: left;
	width: 370px;
	margin-left: 15px;
}

h1 {
	width: 760px;
	margin: 5px auto 5px auto;
	color: #666666;
	text-align: left;
	font-size: 90%;
}

h2 {
	width: 760px;
	margin: 0px auto 20px auto;
	text-align: left;
	line-height: 0px;
	font-size: 90%;
}

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

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

p.articleHooter {
	clear: both;
	font-size: 90%;
	padding: 3px 10px 3px 10px;
	margin: 10px 0px 30px 0px;
	background-color: #F3F2EF;
	border-bottom: dashed 1px #CCCCCC;
}

.centerTitle {
	background-image: url(image/titleBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 5px 2px 5px;
	margin: 0;
	margin-top: 30px;
	font-size: 90%;
	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;
}

.iCatch {
	background-image: url(image/iCatch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

 .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 */