* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #344516;
	background-color: #9DDA34;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 850px;
}
body img {
border:0;}
#shadow {
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}
#shadow #wrapper {
background-color: #95CE33;
height:auto;
margin-left:auto;
margin-right:auto;
width: 800px;
}
#shadow #wrapper #header {
	height:200px;
	width:800px;
	background-color: #95CE33;
	background-repeat: no-repeat;
	position: relative;
}
#shadow #wrapper #header #logo {
	height: 200px;
	width: 347px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#shadow #wrapper #header #news{
	height:200px;
	position:absolute;
	top:0px;
	width:350px;
	left: 420px;
	text-align: left;
}
#shadow #wrapper #content td {
	background-color: #9DDA34;
	text-align: left;
	font-weight: bold;
	padding: 10px;
}

#shadow #wrapper #navi {
	background-color: #bfe182;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:dotted;
	border-top-width:1px;
	font-size:1em;
	height:30px;
	padding-top:10px;
	width:800px;
}
#shadow #wrapper #navi ul {
list-style-type: none;
}
#shadow #wrapper #navi li {
display:inline;
padding-left:10px;
padding-right:10px;
}
#shadow #wrapper #navi a {
	font-size: 11pt;
}
#shadow #wrapper #navi a:hover {
background-color:#95ce33;
}
#shadow #wrapper #content {
	font-size:10pt;
	text-align: left;
	padding: 40px;
}
#footer {
	background-color:#bee678;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#999999;
	border-top-style:dotted;
	border-top-width:1px;
	height:20px;
	padding-right:10px;
	padding-top:10px;
	text-align:right;
	clear: both;
}
a {
color:#344516;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
font-style:normal;
font-weight:bold;
padding-top:10px;
text-decoration:none;
}
#shadow #wrapper #footer a {
color:#333333;
font-size:7pt;
text-align:right;
text-decoration:none;
}
h1 {
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	padding-bottom: 10px;
}
h2 {
font-size:10pt;
font-weight:bold;
padding-bottom: 10px;

}
li {
	padding-bottom: 10px;
}
ul {
	padding-left: 20px;
}
#shadow  #wrapper  #content  a:hover {
	color: #BEE081;

}
hr {
	color: #BFE182;
	height: 1px;
	width: auto;
}
#shadow #wrapper #content #left {
	width: 380px;
	float: left;
	padding-right: 20px;
	text-align: justify;
}
#shadow #wrapper #content #right {
	float: right;
	width: 320px;
}
