@charset "UTF-8";

img {border-style:none}
/* ---------- reset ---------- */

* { box-sizing : border-box}

* { -moz-box-sizing : border-box}

*{  margin:0;

	padding:0;
	border:0;
	text-decoration:none;
	line-height:1.5;
	font-size:100%;

}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	text-align:center;
	color: #666666;
	font-family: sans-serif;
	font-size:12px;
}

#main-container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

a {
	text-decoration:none;
	color:#323F1C;
}



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



/* ---------- body_end ---------- */

#main-content {
	background-color: none;
	width: 800px;
	text-align: left;
}

/* ---------- header ---------- */

#header {
	text-align: left;
	width: 800px;
	height: 70px;
}

#logo {
	float: left;
	width:245px;
	height:70px;
}

#head-module {
	float: right;
	margin-top: 50px;
	text-align: left;
	font-size:10px;
}

#head-module p a {
	padding-right:10px;
	padding-left:10px;
	color:#472804;
}



/* ---------- header_end ---------- */

/* ---------- banner ---------- */



#banner {
	display:block;
	background: #ffffff url(img/body-bg.jpg) no-repeat top left;
	width:800px;
	height:184px;
}

/* ---------- banner_end ---------- */

#head_menu{
	margin-top:35px;
}

#head_menu td{
	border-left:1px dotted #472804;
}

#top_flash{
        margin-bottom:15px;
}

/* ---------- main ---------- */


/* ---------- content ---------- */

.content {
	margin-top:15px;
        float:right;
        width:565px;
}

.content p.navi { 
	font-size:10px;
        margin-bottom:5px;
}

.content h1{
	background: url(img/h1_bg.gif)  no-repeat;
	color:#ffffff;
	font-size:12px;
	padding-top:6px;
        padding-bottom:6px;
        padding-left:35px;
	margin-bottom:10px;
}

.content h2{
	background: url(img/h2_bg.gif)  no-repeat;
	color:#6F9140;
	font-size:12px;
	padding-top:6px;
        padding-bottom:6px;
        padding-left:35px;
	margin-bottom:10px;
}

.content h3{
	background: transparent url(img/h3_bg.gif) no-repeat left top;
	color: #666666;
	font-size:12px;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:30px;
	margin-bottom: 10px;
}

.entry {
        margin-bottom:15px;
}

.entry-header {
        color: #ffffff;
}

.entry-body a {
	text-decoration: none;
}

#content-head {
	display:block;
	background: #ffffff url(img/content-head.gif) no-repeat top left;
	width:565px;
	height:17px;
}

.content blockquote {
	margin-left: 80px;
}

/* ---------- content_end ---------- */

/* ---------- sidebar ---------- */

#sidebar {
	width:202px;
	float:left;
	text-align:left;
	margin-top: 15px;
}

#sidebar_2 {
	width:202px;
	float:left;
	text-align:left;
	margin-top: 35px;
}

.info img {
	margin-top: 8px;
}

.info p {
	margin:8px 10px 0px 10px;
	font-size: 8px;
	text-align: left;
	line-height: 150%;
}


/* ---------- main-menu ---------- */

.main-menu {
	background: transparent url(img/main-menu-btm.gif) no-repeat left bottom;
	width: 202px;
	padding-bottom: 16px;
}

.main-menu h3 {
	font-size: 12px;
        color:#ffffff;
	display: block;
	width: 202px;
	background: url(img/menu_title_bg.gif) no-repeat;
	margin: 0px;
	padding-top:6px;
        padding-bottom:6px;
        padding-left:35px;
}

.main-menu ul {
	list-style-type: none;
}

.main-menu li {
	text-align: left;
	padding: 0 2px 2px 2px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.main-menu ul li a {
	font-size: 12px;
	color: #472804;
	display: block;
	background: transparent url(img/menu-btn-out.gif) no-repeat top left;
	border-bottom: 1px dotted #5A3D1B;
	vertical-align: middle;
	padding: 12px 5px 8px 30px;
}

.main-menu li a:hover {
	text-decoration: none;
	color:#472804;
	background: transparent url(img/menu-btn-over.gif) no-repeat top left ;
	border-bottom: 1px solid #E41B5B;
	vertical-align: middle;
	padding: 12px 5px 8px 30px;
}

/* ---------- main-menu_end ---------- */

/* ---------- footer ---------- */

.footer {
	clear: both;
	margin-top: 0px;
	border-top: 1px solid #D9D9D9 ;

}

.footer p {
	text-align: left;
	font-size: 9px;
	padding: 5px 0 10px 5px;

}

#Copy{
font-size: 10px;
padding-bottom:10px;
}

.footer p a {
	color:#54280f;
}

/* ---------- footer_end ---------- */

.content_top h3.whats-new-tit {
	font-size: 2px;
	text-indent: -7000em;
	background: transparent url(img/whatsnew.gif) no-repeat top left;
	height: 35px;
	margin-top:10px;
	margin-bottom: 10px;
	border: none;
}

/* ---------- news ---------- */

.new-txt {
	margin-bottom: 15px;
}

.new-txt td {
	padding: 5px;
        color:#8A644A;
        border-bottom:1px dotted #666666;
}

/* ---------- news_end ---------- */


