@charset "utf-8";
body {
	background-color: #ffffff;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
h1 {
	margin: 7px;
	padding: 0px;
	text-align: center;
	color: #9DEF25;
}

#container {
	width: 996px;
	margin: 10px auto;
	padding: 0px;
	border: 0px;
	background-image: url(images/bg01.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#nav {
	height: 31px;
	border: 0px;
	margin: 0px 3px 0px 3px;
	padding: 5px 0px 0px 0px;
	background-image: url(images/navbar01.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-weight: bold;
}
#nav a, #nav a:active, #nav a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0px 10px;
}
#nav a:hover {
	color: #27451C;
}


#maincontent {
	margin: 0px 3px;
	padding: 0px;
	border: 0px;
}
.box {
	border-right: 1px solid #416F0B;
	border-left: 1px solid #416F0B;
	border-bottom: 1px solid #416F0B;
	margin: 0px 0px 5px 0px;
	padding: 4px;
}

#left {
	width: 196px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#left h3 {
	background-image: url(images/title_left.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 196px;
	height: 21px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: 0px;
	text-align: center;
	color: #000000;
	font-size: 11px;
}
#left ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}
#left  li a, #left li a:active, #left li a:visited {
	border-left: 1px solid #416F0B;
	border-right: 1px solid #416F0B;
	border-bottom: 1px solid #416F0B;
	margin: 0px;
	padding: 3px 0px 3px 3px;
	display: block;
	color: #A0F026;
	text-decoration: none;
}
#left li a:hover {
	border-left: 1px solid #416F0B;
	border-right: 1px solid #416F0B;
	border-bottom: 1px solid #416F0B;
	margin: 0px;
	padding: 3px 0px 3px 3px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #A0F026;
}




#right {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: right;
	width: 269px;
}
#right a, #right a:active, #right a:visited, #right a:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#right h3 {
	width: 269px;
	height: 21px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-image: url(images/title_right.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #000000;
	font-size: 11px;

}

#content {
	width: 511px;
	margin: 0px 7px;
	padding: 0px;
	border: 0px;
	float: right;
	font-size: 11px;
}



#footer {
	background-image: url(images/footer_main.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-top: 10px;
}
#footerdata {
	height: 20px;
	margin: 0px 3px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#footerdata a, #footerdata a:active, #footerdata a:visited {
	color: #ffffff;
	margin: 0px 7px;
}


#footercurve {
	margin: 0px;
	height: 10px;
	padding: 0px;
	background-image: url(images/footer_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.clear {
	clear: both;
	height: 0px;
}
