
body{
	background: #336633;

}

#top 	{
	position: relative;
	width: 920px; 
	height: 150px; 
	margin-right:auto;
	margin-left:auto;
	background: url(img/header.png) no-repeat;
}

#main	{
	position: relative;
	width: 920px; 
	min-height: 600px;
	margin-right:auto;
	margin-left:auto;
	background: url(img/bar.png) repeat-y;
}

#content {
	position: relative;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}

#left {
	position: relative;
	padding-left: 40px;
	padding-top: 40px;
	vertical-align: top;

	float:left;
	width: 200px;
}

#right {
	position: relative;
	display: inline-block;
	width: 620px;
	padding-top: 40px;
	vertical-align: top;
}

#footer {
	position: relative;
	width: 920px; 
	height: 45px; 
	margin-right:auto;
	margin-left:auto;
	background: url(img/footer.png) no-repeat;
	
}

#content h1 {
	margin: 20px;
	font-size: 20px;
	text-align: left;
	color: #003300;
	padding-top: 20px;
	font-family: sans-serif;
}

#content h4 {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	color: #003300;
	padding-top: 20px;
	font-family: sans-serif;
}


#content p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #339933;
	padding-top: 20px;
	font-family: sans-serif;
}

#content a {
	border: 0px;
	color: #66ff66;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ccffcc;
	padding-top: 20px;
	font-family: sans-serif;
}

#footer a {
	color: #66ff66;
	text-decoration: underline;
}

#menu
{
	position: relative;
	top: 105px;
	left: 40px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	height: 38px;
	
}


#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	
	display: block;
	float: left;
	width: 120px;
	height: 29px;
	margin-right: 5px;
	background: url(img/button-normal.png) no-repeat;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	font-size: 14px;
	padding-top: 6px;
	font-family: sans-serif;
}
#menu a.active {
	background: url(img/button-hover.png) no-repeat;
}

#menu a:hover {
	text-decoration: underline;
	background: url(img/button-hover.png) no-repeat;
}

#menu a:active  {
	text-decoration: underline;
	background: url(img/button-active.png) no-repeat;
}

#submenu
{
	position: relative;
	top: 50px;
	left: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
	height: 30px;
	
}

#submenu ul {
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	
	display: block;
	float: left;
	margin-right: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	font-size: 14px;
	padding-top: 6px;
	font-family: sans-serif;
}

#submenu a.first {
	background: url(img/first.png) no-repeat;
	width: 32px;
	height: 30px;
}

#submenu a.prev {
	background: url(img/prev.png) no-repeat;
	width: 29px;
	height: 30px;
}

#submenu a.up  {
	background: url(img/up.png) no-repeat;
	width: 28px;
	height: 30px;
}

#submenu a.upup {
	background: url(img/upup.png) no-repeat;
	width: 29px;
	height: 30px;
}

#submenu a.next {
	background: url(img/next.png) no-repeat;
	width: 28px;
	height: 30px;
}

#submenu a.last  {
	background: url(img/last.png) no-repeat;
	width: 31px;
	height: 30px;
}

