body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#DDE5D9;
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#999999;
}

* {
	margin:0px;
	padding:0px;
}

a, a:visited {
	color:#63B4DC;
	text-decoration: none;
}
a:hover {
	color:#999999;
	text-decoration: underline;
}

#container {
	margin:0 auto;
	width:893px;
}

#header {
	height:90px;
	background-color:#ffffff;
	border-top:1px #CED4CA solid;
	border-left:1px #CED4CA solid;
	border-bottom:4px #CED4CA solid;
	border-right:4px #CED4CA solid;
}
#header #caption {
	float:left;
}
#header #logo a{
	display:block;
	width:320px;
	height:80px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent:-2000px;
}
#header .banner {
	float:right;
    	margin-top:10px;
	padding:0 15px 0;
	color:#999999;
}

#nav {
	border-top:1px #CED4CA solid;
	border-left:1px #CED4CA solid;
	border-bottom:4px #CED4CA solid;
	border-right:4px #CED4CA solid;
	height:30px;
	background-color:#FFFFFF;

}
#nav #menus {
	list-style:none;
	padding-left:10px;
	padding-right:10px;
}
#nav #menus li {
	float:left;
	line-height:30px;
	margin-right:20px;
}

#main_body {
	width:893px;
	margin-top:10px;
	overflow:visible;
	display:block;
}
#main_body #main_left{
	float:left;
	width:623px;
	padding:10px;
	background-color:#FFFFFF;
	border-top:1px #CED4CA solid;
	border-left:1px #CED4CA solid;
	border-bottom:4px #CED4CA solid;
	border-right:4px #CED4CA solid
}
#main_body #main_right{
	float:right;
	width:200px;
	padding:10px;
	border-top:1px #CED4CA solid;
	border-left:1px #CED4CA solid;
	border-bottom:4px #CED4CA solid;
	border-right:4px #CED4CA solid;
	background-color:#FFFFFF;
}

.post {
	width:623px;
	border-bottom:#DEE4DA 1px solid;
	margin-bottom:15px;
	overflow:hidden;
	line-height:26px;
}

.post_title {
	width:623px;
}
.post_title h1 {
	height:35px;
	font-size:20px;
	line-height:35px;
}
.post_title a, .post_title a:visited {
	padding-top:10px;
	padding-bottom:10px;
	color: #63B4DC;
}
.post_title a:hover {
	background-color:#63B4DC;
	padding-top:10px;
	padding-bottom:10px;
	color: #FFFFFF;
	text-decoration: none;
}
.post_label {
	width:623px;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
	margin-bottom:10px;
}
.post_content {
	width:623px;
}
.post_bottom {
	width:623px;
	margin-top:10px;
	margin-bottom:5px;
}
.post_bottom .post_category {
	padding-left:20px;
	background-image: url(images/from.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top:3px;
	padding-bottom:3px;
}
.post_bottom .post_tag {
	padding-left:20px;
	background-image: url(images/tag.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top:3px;
	padding-bottom:3px;
}

.side_item {
	width:200px;
	margin-bottom:10px;
	font-size:12px;
	line-height:20px;
}
.side_item h5{
	color:#999999;
	background-color:#f6f6f6;
	padding-left:10px;
	padding-right:10px;
	line-height:26px;
	font-size:14px;
}
.side_content {
	padding:5px;
	word-wrap:break-word;
	overflow:hidden;
}
.side_category {
	padding:5px;
	list-style:none;
	width:200px;
	word-wrap:break-word;
	overflow:hidden;
	padding:0px;
	margin:0px;
	line-height:20px;
	font-size:12px;
}
.side_category li {
	padding-left:10px;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: -5px center;
}
.side_normalList ul {
	padding:5px;
	list-style:none;
	width:200px;
	word-wrap:break-word;
	overflow:hidden;
	padding:0px;
	margin:0px;
	line-height:24px;
}
.side_normalList ul li {
	padding-left:10px;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: -5px center;
	border-bottom:#DEE4DA 1px solid;
}
.side_link ul {
	padding:5px;
	list-style:none;
	width:200px;
	word-wrap:break-word;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.side_link ul li {
	padding-left:10px;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: -5px 8px;
}
.side_link li ul {
	margin-left:5px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	list-style:none;
}
.side_link li li {
	line-height:18px;
	padding-left:12px;
	background-image: url(images/sidebar_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#post_comment {
	width:623px;
}
#post_comment ul {
	list-style:none;
}
#post_comment ul li {
	width:601px;
	padding:10px;
	margin-bottom:5px;
	background-color: #F3F3F3;
	border: 1px solid #E8E7D0;
	font-size:12px;
	line-height:18px;
}
#post_comment h5 {
	color:#000000;
	font-weight:normal;
}
#post_comment blockquote {
	border: 1px solid #E8E7D0;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	background-color:#E8E8E8;
	padding:10px;
}
#post_comment .reply_author {
	color:#000000;
}

#comment_form {
	margin-top:10px;
}
#comment_table {
	overflow:visible;
}
#comment_table td {
	height:28px;
	line-height:28px;
	padding-bottom:5px;
}
#comment_table .input_txt {
	width:300px;
	height:28px;
	line-height:28px;
	font-size:16px;
	border:1px solid #999999;
	margin-right:10px;
	color:#999999;
	padding-left:5px;
	padding-right:5px;
}
#comment_table .input_txtarea {
	width:613px;
	height:100px;
	line-height:20px;
	font-size:16px;
	border:1px solid #999999;
	color:#999999;
	padding:5px;
}
#comment_table .input_btn {
	display:block;
	width:100px;
	text-align:center;
	height:30px;
	border:1px solid #999999;
}


#pagebar {
	width:623px;
	height:22px;
	line-height:22px;
}
#pagebar b, #pagebar .current{
	background-color:#666666;
	padding:3px 6px;
	margin-right:6px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#pagebar a, #pagebar a:visited {
	background-color:#F6F6F6;
	padding:3px 6px;
	margin-right:6px;
	color:#999999;
	text-decoration: none;
}
#pagebar a:hover {
	background-color:#000000;
	padding:3px 6px;
	margin-right:6px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	display:block;
	width:893px;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	font-size:12px;
	line-height:14px;
	float:left;
}
 
#footer a, #footer a:visited {
	padding-top:5px;
	padding-bottom:5px;
	color: #63B4DC;
}
#footer a:hover {
	background-color:#63B4DC;
	padding-top:5px;
	padding-bottom:5px;
	color: #FFFFFF;
	text-decoration: none;
}