@charset "utf-8";
/* CSS Document */
a:link {
COLOR: #01bcf3;
text-decoration:none;
}
a:visited {
COLOR: #01bcf3;
text-decoration:none;

}
a:hover {
COLOR: #01bcf3;
text-decoration:underline;
}
a:active {
COLOR: #01bcf3;
}

.bg {
	position:relative;
	text-align:center;
	width:1063px;
	overflow:visible;
	background-image:url(/theme/bg.jpg);
	background-repeat:no-repeat;
	color:#000;
	margin:0 auto;
}

.tranwrapper {
	text-align:center;
	width:1063px;
	overflow:visible;
	background-image:url(/theme/bg.jpg);
	background-repeat:no-repeat;
	color:#000;
	margin:0 auto;
	margin-top:0px;
	position:absolute;

}

.master {
	position:relative;
	margin-top:220px;
	margin-left:160px;
	width:900px;
	height:auto;
	overflow:visible;
}

.nav {
	width:594px;
	height:22px;
	float:right;
	clear:both;
}

.main {
	position:relative;
	width:900px;
	background-image:url(/theme/main_bg.jpg);
	background-repeat:repeat;
	clear:both;
	height:auto;
	overflow:auto;
}

.clearfix {
	width:100%;
	clear:both;
	position:relative;
	height:1px;
}

.main2 {
	position:relative;
	width:900px;
	background-image:url(/theme/main_bg.jpg);
	background-repeat:repeat;
	clear:both;
	height:auto;
	overflow:visible;
}

.leftsidebar {
	width:270px;
	padding-left:20px;
	padding-right:20px;
	height:auto;
	overflow:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.rightbox {
	width:550px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	overflow:visible;
	float:right;
}

.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.post_title {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	text-align:left;
	color:#01bcf3;
	line-height:24px;
	}

.comment_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

.postinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#666;
}


