html {background:url(images/body_bckg.jpg) center repeat-y #1f0100;}
body {
	font-size:15px;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
	background:url(images/head_bckg.jpg) repeat-x;
	padding-top:80px;
}
a {color:#775b30;}
a:hover {text-decoration:none;}

#container {width:1000px; margin:0 auto;}

#header {margin:0 20px; background:url(images/main_top.jpg) no-repeat #FFFFFF; height:230px;}
#logo {float:left; height:150px; padding:50px 0 0 90px; background:url(images/logo.gif) no-repeat 50px 70px; width:290px;}
#menu {float:left; height:30px; padding:170px 0 0 0; width:560px;}
#menu ul {margin:0; padding:0;}
#menu ul li {display:inline; list-style:none;}
#menu ul a {display:block; float:left; font-size:10.5px; background-color:#000000; text-decoration:none; padding:0 23px 2px 23px; color:#BAB68A; text-transform:uppercase;}
#menu ul a:hover {
	background-color:#0047BA;
	color:#FFFFFF
}

#main {margin:0 20px; background-color:#FFFFFF; float:left; display:inline;}
#text {float:right; width:550px; padding:00px 20px 0 20px;}
#text ul {padding:0; margin:10px 0 10px 40px;}
#text ul li {padding-left:20px; background:url(images/li.gif) no-repeat; list-style:none;}
h1 {margin:0px 0 0 0; text-transform:uppercase; font-size:20px; font-weight:normal;}
#text p {margin:10px 0;}
#sidebar {float:left; width:270px; background:url(images/sidebar_image.jpg) no-repeat 0 0px; padding:450px 50px 20px 50px; color:#775b30; font-size:12px;}

#footer {height:100px; clear:both; background:url(images/footer_bckg.jpg) no-repeat; text-transform:uppercase; font-size:10px; color:#5c5c5c;}
#left_footer {
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 500px;
	padding-left: 50px;
}
#right_footer {
	float:right;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
}
 
