html {
	background-color: #FFFFFF;
	background-image: url(image/img_0035.jpg);
	background-attachment: fixed;
	text-align: center;
}
body {
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #3f4448;
	text-decoration: none;
        text-align:left;
}
#head {
	height: 195px;
	margin: 5px;
	background-color: #FFFFFF;
	padding: 20px;
	filter: Alpha(Opacity=90);
	filter: "Alpha(Opacity=90)";
	opacity: 0.9;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}
#menu li {
	display: inline;
	height: 30px;
	background-color: #679a01;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 5px;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 20px;
	/*filter: Alpha(Opacity=90);
	filter: "Alpha(Opacity=90)";
	opacity: 0.9;*/

	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
}
#leftextra {
	float: left;
	width: 190px;
	margin-bottom: 20px;
}
#leftextra h1 {
	text-transform: uppercase;
	color: #679a01;
}
#leftextra h2 {
	font-size: 110%;
	color: #3f4448;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #679a01;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#leftextra a {
	color: #679a01;
}
#leftextra .more {
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #83b400;
	padding: 2px;
	text-align: center;
	font-size: 90%;
}
#rightextra {
	float: left;
	width: 190px;
	margin-bottom: 20px;
	font-size: 85%;
}
#centercontent {
	float: left;
	width: 420px;
	overflow: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a {
	font-weight: bold;
	color: #3f6fcf;
}
#breadcrumb {
	font-size: 90%;
	color: #336633;
	padding-top: 10px;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-left: 210px;
}
#breadcrumb a{
	color: #336633;
	font-weight: normal;
}
.extra_menu {
	background-image: url(image/green_fon.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.extra_menu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
	margin-bottom: 10px;
}
.extra_menu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
#footer {
	background-image: url(image/green_fon.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #83b400;
	padding: 5px;
}
#leftextra div {
	background-color: #fefef5;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 85%;
	text-align: left;
}
.mega_menu a {
	color: #679a01;
	text-decoration: none;
}
.mega_menu li{
	list-style-type: none;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.mega_menu ul{
	list-style-type: none;
	padding-left: 10px;
	text-align: left;
}
#leftextra .extra_menu li a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
}
#leftextra .extra_menu li a:hover {
	color: #ffff33;
}
h1 {
	color: #006699;
	font-size: 115%;
}
h2 {
	color: #009933;
	font-size: 112%;
}
h3 {
	font-size: 109%;
	color: #339966;
}
h4 {
	font-size: 106%;
	color: #3366cc;
}
h5 {
	font-size: 103%;
	color: #6699ff;
}
h6 {
	font-size: 100%;
	color: #3399ff;
}
strong {
	font-weight: bold;
	color: #339966;
}
em {
	color: #3399ff;
	font-weight: bold;
}
