.clearfix {
    clear: both;
}

html, body {
	height: 100%;
	margin: 0;
}

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

a:hover {
	color: #222;
	text-decoration: none;
}
body {
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #fff0b2;
	font-size: 12px;
	font-family: verdana;
	color: #000;
}

.wrapper {
	margin: auto;
	width: 989px;
}

.header {
	background-image: url("../img/header.png");
	background-repeat: no-repeat;
	width: 989px;
	height: 143px;
}

.logo {
	color: #fff;
	font-family: verdana;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 59px 150px 50px 150px;
}

.page {
	background-image: url("../img/content_bg.png");
	background-repeat: repeat-y;
	background-position: right;
	background-color: #fff;
	width: 989px;
}

.content {
	float: left;
	width: 753px;
	min-height: 267px;
	width: 708px;
	padding: 0 20px 5px 20px;
}

.content_head {
	font-size: 14px;
	font-weight: bold;
}

.page_head {
	background-image: url("../img/page_head.png");
	background-repeat: no-repeat;
	width:	100%;
	height: 35px;
	margin-bottom: -13px;
}

.navigation {
	width: 236px;
	color: #000;
	float: left;
}

.navi_head_border {
	width: 196px;
	height: 8px;
	background-color: #f2834c;
	margin-left: 25px;
}

.navigation ul {
	padding: 0 13px 0 23px;
	margin-top:	0;
	margin:	0 0 0 0;
}

.navigation li {
	list-style: none;
	padding: 5px 10px 5px 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.navigation li a {
	font-weight: bold;
}

.navigation li.active a {
      color: #666;
}

.orange {
	background-color: #ffca3c;
}

.blue {
	background-color: #68d3f7;
}

.brown {
	background-color: #f2834c;
}

.navi_head {
	padding: 0 10px 3px 35px;
	width: 185px;
	font-size: 14px;
	font-weight: bold;
}

.footer {
	background-image: url("../img/footer.png");
	width: 989px;
	height: 49px;
}

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

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

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

.menu_separator {
	list-style-type: none;
	background: none !important;
	border: none !important;
}
