html {
	background-color: #1f0100;
	background-image: url(../images/body_bckg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
body {
	margin:0;
	font-size:15px;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
	padding-top:80px;
	background-image: url(../images/head_bckg.jpg);
	background-repeat: repeat-x;
}
a {
	color:#009933;
}
a:hover {text-decoration:none;}

#container {width:1000px; margin:0 auto;}

#header {
	margin:0 20px;
	height:80px;
	background-color: #FFFFFF;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
}
#logo {
	float:left;
	height:30px;
	padding:50px 0 0 90px;
	width:290px;
	background-image: url(../images/logo4.JPG);
	background-repeat: no-repeat;
	background-position: 40px 40px;
}
#logo a {
	color:#009933;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu {float:left; height:30px; padding:50px 0 0 0; width:580px;}
#menu ul {margin:0; padding:0;}
#menu ul li {display:inline; list-style:none;}
#menu ul a {
	display:block;
	float:left;
	font-size:18px;
	text-decoration:none;
	padding:0 10px 2px 10px;
	color:#009933;
}
#menu ul a:hover {background-color:#F7F2EE;}

#main {margin:0 20px; background-color:#FFFFFF; float:left;}
#text {
	float:right;
	width:550px;
	padding:10px 20px 0 20px;
}
#text ul {padding:0; margin:10px 0 10px 40px;}
#text ul li {
	padding-left:20px;
	list-style:none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
}
h1 {
	margin:20px 0 0 0;
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
	color: #009933;
}
#text p {margin:10px 0;}
#sidebar {
	float:left;
	width:270px;
	padding:420px 50px 20px 50px;
	color:#775b30;
	font-size:12px;
	background-image: url(../images/sidebar_image.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#footer {
	height:149px;
	clear:both;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#009966;
	background-image: url(../images/footer_bckg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
#left_footer {float:left; padding:40px 0 0 50px;}
#right_footer {float:right; padding:40px 50px 0 0;}
 
