body {
	margin:0px;
	padding:0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.5em;
	background-color: #212121;
	background-image: url(images/body.png);
	background-repeat: repeat;
}
a, a:link, a:visited {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	color: #CC0000;
}
p {
	margin: 0px;
	padding: 0 0 20px 0;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 32px;
	color: #000;
	margin: 0 0 30px 0;
	padding: 5px 0;
}
h2 {
	font-size: 20px;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #999;
}
h3 {
	font-size: 21px;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}
h3 a {
	text-decoration: none;
	font-weight: normal;
}
h3 span {
	color: #69F;
}
h4 {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}
h5 {
	font-size: 14px;
	height: 20px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 2px 8px;
	background: url(images/h5_bg.png) no-repeat top left;
}
h6 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}
.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}
.cleaner_h10 {
	clear: both;
	width:100%;
	height: 10px;
}
.cleaner_h20 {
	clear: both;
	width:100%;
	height: 20px;
}
.cleaner_h30 {
	clear: both;
	width:100%;
	height: 30px;
}
.cleaner_h40 {
	clear: both;
	width:100%;
	height: 40px;
}
.cleaner_h50 {
	clear: both;
	width:100%;
	height: 50px;
}
.cleaner_h60 {
	clear: both;
	width:100%;
	height: 60px;
}
.margin_r10 {
	margin-right: 10px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.image_wrapper {
	padding: 8px;
	border: 1px solid #000;
	background: #0f1115;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}
.image_wrapper_01 {
	position: relative;
	width: 297px;
	height: 102px;
	padding: 8px 0 0 8px;
	margin-bottom: 15px;
}
.image_wrapper_01 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 305px;
	height: 110px;
	background: url(images/image_frame_01.png) no-repeat;
}
blockquote {
	font-style: italic;
}
cite {
	font-weight: bold;
}
cite span {
	color: #fff;
}
ul {
	margin: 15px;
	padding: 0;
	list-style: none;
}
ul li {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(images/list_01.png) left center no-repeat;
}
#main_wrapper {
	width: 966px;
	padding: 0 15px;
	margin: 0 auto;
}
/* header */
#temmplatemo_header {
	padding: 20px 30px;
	background: url(images/header.png) top center;
}
#temmplatemo_header .header_left {
	float: left;
	width: 300px;
}
#temmplatemo_header .header_right {
	float: right;
	width: 580px;
}
/* site title */
#temmplatemo_header #site_title {
	float: left;
	width: 200px;
	padding: 10px 0 0 0;
}
#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#site_title h1 a:hover {
	font-weight: bold;
	text-decoration: none;
}
#site_title a span {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
/* menu */
#temmplatemo_header #menu {
	clear: both;
	float: right;
	height: 37px;
	margin-top: 12px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	height: 35px;
	width: 57px;
	margin-left: 30px;
	padding: 2px 0 0 0;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	outline: none;
}
#menu li a:hover, #menu li .current {
	background: url(images/menu_hover.png) no-repeat;
}
/* content */
#content_outer {
	background: url(images/content.png) repeat-y;
}
#content_inner {
	padding: 40px 30px;
	background: url(images/content_top.png) no-repeat;
}
#content_bottom {
	width: 966px;
	height: 25px;
	background: url(images/content_bottom.png)
}
#content {
	float: right;
	width: 620px;
}
.content_two_col {
	float: left;
	width: 305px;
}
#content_only {
	float: left;
	width: 800px;
}
#sidebar {
	float: left;
	width: 260px;
}
.sidebar_box {
	margin-bottom: 40px;
}
.sidebar_box .sidebar_box_p_divider {
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
}
/* footer */
#footer {
	clear: both;
	color: #868686;
	padding: 20px 30px;
	text-align: center;
}
#footer a {
	color: #a3a3a3;
	font-weight: normal;
}