/* CSS Document */

html{}

body {
	margin: 30px;
	padding: 0px;
	background-color: #5e211c;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
img {
	border: 0px;
	border-collapse: collapse;
}
/*********************************************************************************/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #000000;
}
/*********************************************************************************/
.main {
	margin: 0px auto;
	width: 632px;
}
/*********************************************************************************/
.top03 {
	width: 100%;
	height: 4px;
	background: #5e1c1c url( images/top03.gif ) repeat-x left top;
	overflow: hidden;
}
/*********************************************************************************/
.header {
	width: 100%;
	background: #ffe7c3;
	height: 169px;
	overflow: hidden;
}
.header div.left {
	width: 157px;
}
.header div.right {
	width: 475px;
}
/*********************************************************************************/
.logo {
	text-align: center;
	width: 157px;
	height: 169px;
	background: #3e2113 url( images/logo2_bg.gif ) repeat-y left top;
}
/*********************************************************************************/
.header01 {
	height: 145px;
	background: #d98e24;
}
.header01_inner {
	/*padding: 13px 0px 0px 0px;*/
}
.header02 {
	height: 12px;
	background: #7c9cbb;
	overflow: hidden;
}
.header03 {
	height: 12px;
	background: #a6bbcf;
	overflow: hidden;
}
/*********************************************************************************/
.content {
	width: 100%;
	background: #a6bbcf;
}
.content div.left {
	width: 157px;
}
.content div.right {
	width: 475px;
}
/*********************************************************************************/
.menu {
	height: 200px;
	background: #7c9cbb;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu a {
	display: block;
	width: 100%;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 10px;
	height: 16px;
	color: #3e2113;
}
.menu a:hover {
	background: #d5dfe8;
}
.menu a.selected {
	background: #d5dfe8;
}
/*********************************************************************************/
.post_menu {
	background: #92acc6;
	height: 145px;
}
/*********************************************************************************/
.content01 {
	background: #d5dfe8;
	width: 100%;
}
.content01_inner {
	padding: 15px 15px 0px 15px;
}
.content01 h1 {
	margin: 0px;
	padding: 0px;
	font: normal 18px/20px Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #5e211c;
}
.content01 p {
	color: #000000;
	text-align: justify;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
}
.content01 p.marked {
	text-transform: uppercase;
	font-weight: bold;
}
.content01 div.table {
	color: #5e211c;
	font: 10px/14px Verdana;
	text-align: justify;	
}
.content01 a {
	color: #5e211c;
	font: 10px/14px Verdana;
	text-decoration: underline;
}
/*********************************************************************************/
.content01 div.links {
	padding: 30px 0px 0px 0px;
}
.content01 div.links p {
	padding-bottom: 10px;
	color: #000000;
}
/*********************************************************************************/
.content02 {
	height: 10px;
	width: 100%;
	background: #a6bbcf url( images/content02_bg.gif ) repeat-x left top;
	overflow: hidden;
}
/*********************************************************************************/
.bottom01 {
	width: 100%;
	height: 30px;
	background: #d98e24 url( images/bottom01_bg.gif ) repeat-x left top;
}
.bottom01 div.left {
	width: 8px;
	height: 30px;
	background: #d98e24 url( images/bottom01_left_bg.gif ) no-repeat left top;
}
.bottom01 div.right {
	width: 8px;
	height: 30px;
	background: #d98e24 url( images/bottom01_right_bg.gif ) no-repeat right top;
}
/*********************************************************************************/
.footer {
	padding: 5px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.footer a {
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/*********************************************************************************/
.copyright {
	padding: 10px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.copyright a {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}
/*********************************************************************************/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.indent {
	padding-right: 20px;
}
.pTop10 {
	padding-top: 10px;
}
.pTop20 {
	padding-top: 20px;
}
.pTop30 {
	padding-top: 30px;
}
.pBottom05 {
	padding-bottom: 5px;
}
.pBottom10 {
	padding-bottom: 10px;
}
.pBottom20 {
	padding-bottom: 20px;
}
.pBottom30 {
	padding-bottom: 30px;
}
