#weblog_header {
	background : #99CC00;
	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 10px;
}

#weblog_headerb {
	background : #6E6E6E;
	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 10px;
}

a {
	color : #6699cc;
	text-decoration : none;
}

a:hover {
	color : #6699cc;
	text-decoration : underline;
}


body { background : #474747;
	color : #ffffff;
	font-family : Tahoma, Arial, ·s²Ó©úÅé, sans-serif;
	font-size : 12px;
	margin : 0px 0px 0px 0px;
	
}

h1 {
	font-size : 24px;
	color : #333333;
}

h2 {
	font-size : 16px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #666;
	font-weight:normal;
}

p, pre, blockquote	{
	line-height : 15px;
	margin-top:5px;
		xborder:1px dashed #0ee;
}

#weblog_title{
	font-size : 22px;
	font-weight : bold;
}

#weblog_subtitle{
	font-size : 13px;
	font-weight : bold;
	font-style : italic;
}


#maincontent {
	background : #474747;
	width : 100%;
}

#leftcontent {
	background : #FFF;
	border-right : 1px solid #666;
	float : left;
	margin-right : 15px;
	padding : 10px;
	width : 67%;
}

#commentcontent {
	background : #FFF;
	border-right : 1px solid #666;
	float : left;
	margin-right : 15px;
	padding : 15px;
	width : 67%;
}

#rightcontent {
	background : #3E6537;	
	color : #FFFFFF;
	padding : 10px;
	margin-right : 15px;
	margin-left: 0px;
	height: 100%;
	float:right;
}

#rightcontent p {
	font-size : 11px;
	line-height : 16px;
	margin-top:5px;
	padding:0px;
}

.entry_footer {
	text-align:right;
	font-size : 10px;
}




