 @charset "UTF-8";
body {
	background: #FFF url(../img/bg.png) repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
    color: #333;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}

#wrap {
	width: 1050px;
	margin: 0 auto;
	background-color: #FAFDFE;
}

#header {
	height: 160px;
	background: url(../img/header.jpg) ;
	margin-top: -22px;
}

#header h1 {
	padding: 55px 20px 0 20px;
	font-size: 34px;
	color: #C00;
}

#content {
	float: left;
	padding-bottom: 25px;
	margin-top: -5px;
	background-color: #333333;
}

.left {
	width: 250px;
	min-height: 350px;
	float: left;
	padding: 5px;
	background: #333;
}

.left > #headmenu {
	font-size: 14px;
	width: 230px;
	text-align: left;
	color: #FFF;
	padding: 11px 10px 0 10px;
}

.left ul {
	padding: 10px 0 10px 0;
	width: 250px;
}

.left li {
	list-style: none;
	width: 250px;
	background-color: #C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.left li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 8px 10px 4px 10px;
}

.left a:hover {
	background: white;
	color: #333;
}

.left ul li.active {
      background-color: #FFFFFF;
}

.left ul li.active > a {
      color: #333333;
      font-weight: bold;
}

.right {
	width: 780px;
	float: left;
	padding: 5px;
	background: #FFF;
	min-height: 400px;
}

.right > #head {
	width: 725px;
	background: #333;
	text-align: left;
	float: left;
	margin: 16px 0 0 10px;
	padding: 8px 15px 10px 15px;
}

.right h2 a {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
}

.articles {
	width: 750px;
	float: left;
	margin-left: 0;
	background: #FFF;
	padding: 5px 15px 8px 15px;
}

#footer {
	width: 950px;
	height: 40px;
	float: left;
	text-align: center;
	margin-top: 10px;
}
#footer p {
	color: #888;
	margin-top: 12px;
}
.navi {
	color: #333;
}

#head {
	color: #fff;
	font-size: 14px;
}

.submenu_item > a {
	padding-left: 20px !important;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	margin-left: 9px !important;
	color: #fff !important;
	font-size: 11pt;
	font-weight: bold;
	background: none !important;
	border: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 33px !important;
}

.menu_separator {
	list-style-type: none;
	background: none !important;
	border: none !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
