* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #1555B5;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
	color: #1555B5;
}
body {
	background: url(images/back_all.gif) repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 30px auto 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#back {
	width: 796px;
	background: #ffffff;
	margin: 0 auto;	
}
#header {
	height: 225px;
	text-align: left;
}
#logo {
	background: url(images/header.jpg) no-repeat;
	width: 796px;
	height: 225px;
	text-align: left;
	padding:0;
}
#logo a {
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #5B8012;
	display: block;
	/*background: url(images/bg.png) repeat top center;*/
	position: relative;
	top:6px;
	padding-left:10px;
	
	/*padding: 5px 15px 5px 5px;*/
}
#logo h1 {
	padding: 0px;
	margin: 0px;
}
#logo h2 a {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#main {
	padding: 10px;
	border-top: 2px solid #5B8012;
	background: white;
}
#left {
	width: 236px;
	background: #525252;
}
#left h3 {
	width: 216px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x
}
#left ul {
	list-style: none;
	overflow: hidden;
}
#left li {
	background: url(images/title_back.gif) no-repeat top;
	padding:10px 0 5px 10px;
	border-bottom: solid 1px #5F7D22;
}
#left a {
	color: #fff;
}
#left a:visited {
	color: #fefefe;
}
#left p {
	padding: 10px;
}
#right {
	float: right;
	width: 500px;
	padding-right: 10px;
}
#right h4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #2b2b2b;
}
#right a {
	color: #2b2b2b;
	text-decoration: none;
}
#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#right ul, #right ol {
	margin-left: 30px;
}
#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #2b2b2b;
}
#footer {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	clear: both;
	padding-top: 20px;
	border-top: 2px solid #5B8012;
	background: url(images/footer.gif) repeat-x bottom;
	text-align: center;
}
#footer p {
	margin: 5px;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #735D61;
}

