body {
	margin-top: 0px;
	background: #ffffff url('/images/body_bg.gif') repeat;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	selector-dummy: expression(this.hideFocus=true); 
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}
img {border:0px none;-ms-interpolation-mode: bicubic;} 

/* Wrapper */

#wrapper {
	top: 0px;
	width:1024px;
	position:absolute;
	left:50%;
	margin-left:-512px;	
	background: #ffffff url('/images/body_bg2.gif') repeat;
}

/* Header */

#header {
	position:relative;
	width: 1024px;
	height: 82px;
	background: #ffffff url('/images/body_bg2.gif') repeat;
}
.Topbar {
	position:relative;
	background:transparent;
	height: 40px;
}
.Topmenu {
	position:relative;
	background:transparent;
	height: 61px;
}

/* Page */

#page {
	position:relative;
	width: 1024px;
	top: 0px;

}
#leftmenu {
	position:relative;
	float: left;
	width: 200px;
	font-size: 9px;
	color: #236a96;
}
.lmtop {
	position:relative;
	width: 200px;
	height: 50px;
}
.lmleft {
	position:relative;
	width: 30px;
	float: left;
}
.lmright {
	position:relative;
	width: 170px;
	float: right;
}

/* Content */

#content {
	position:relative;
	width: 824px;
	top: 20px;
	float: right;
}
.title {
	top: 0px;
	font-weight: bold;
}
.conleft {
	position:absolute;
	width: 10px;
	height: 600px;
	float: left;
}
.conmid {
	position:relative;
	width: 770px;
	padding-left: 42px;
}
.conright {
	position:absolute;
	width: 41px;
	float: right;
	top: 38px;
	left: 756px;
}
#copyright {
	clear: both;
	position:relative;
	padding: 0px 0px 0px 0px;
	height: 76px;
	background: #ffffff url('/images/tail_bg.gif') no-repeat;
}
.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #FF0000;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 64px;
	padding-top: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: #FFFFFF;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #110404;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FF0000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 890px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align:center;
	font-size:10px;
	color:#667765;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 100%;
}

#footer a {
	text-decoration: underline;
	color: #7f529f;
}

#footer a:hover {
	text-decoration: none;
}