HTML {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 100%;
}
BODY {
	width: 100%;
	padding: 0px;
	margin: 25px 0px 25px 0px;
	background: #D9DFDF;
}
H1 {
	font-size: 17px;
	font-weight: bold;
	color: #4E7774;
	margin-bottom: 0px;
}
A {
	font-weight: normal;
	color: #FF4400;
	text-decoration: none;
}
A.title {
	font-size: 17px;
	font-weight: bold;
	color: #4E7774;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.input_txt {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #4E7774;
	padding: 2px 4px 2px 4px;
}
TEXTAREA {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #4E7774;
	padding: 4px;
	margin: 0px;
}
#div_full {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#div_content {
	width: 762px;
	padding: 0px;
	margin: auto;
	background: url('../images/bg.gif') repeat-y;
}
#div_header {
	width: 762px;
	height: 284px;
	padding: 0px;
	margin: auto;
	background: url('../images/header.jpg') no-repeat;
}
#div_cleft {
	width: 520px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	background: url('../images/split_normal.gif') repeat-y right;
}
#div_cright {
	width: 242px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#div_footer {
	width: 762px;
	height: 12px;
	padding: 0px;
	margin: auto;
	background: url('../images/footer.gif') no-repeat;
}
.div_pager {
	width: 450px;
	height: 15px;
	padding: 0px;
	margin: 4px 0px 15px 35px;
	text-align: justify;
}
.div_right {
	width: 200px;
	height: 28px;
	padding: 0px;
	margin: auto;
	text-align: justify;
	background: url('../images/split_dotted.gif') repeat-x 0px 27px;
}
.div_post {
	width: 450px;
	padding: 0px;
	margin: 0px 0px 25px 35px;
	text-align: justify;
	background: url('../images/split_dotted.gif') repeat-x 0px 15px;
}
.div_media {
	width: 450px;
	padding-top: 10px;
	margin: 0px 0px 0px 35px;
	text-align: justify;
	background: url('../images/split_normal.gif') repeat-x;
}
.div_comment_edit {
	width: 450px;
	padding-top: 10px;
	margin: 0px 0px 25px 35px;
	text-align: justify;
	background: url('../images/split_normal.gif') repeat-x;
}
.div_comment {
	width: 450px;
	padding: 0px;
	margin: 0px 0px 10px 35px;
	text-align: justify;
	background: url('../images/split_dotted.gif') repeat-x 0px 15px;
}
.thumb {
	margin: 0px 10px 10px 0px;
	border: 1px solid #4E7774;
	float: left;
}
.green {
	font-weight: normal;
	color: #4E7774;
}
.greenbold {
	font-weight: bold;
	color: #4E7774;
}
.bold {
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #990000;
	margin-left: 35px;
}
.null {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.apointer {
	color: #FF4400;
	cursor: pointer;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {height: 1%;}