html {
	background:url(images/body.gif);
}

body {
	margin:0; 
	font-size:12px; 
	line-height:20px; 
	font-family:Arial, Helvetica, sans-serif; 
	background:url(images/body_bckg.gif) repeat-x;
}

a {
	color:#E09B02; 
	text-decoration:underline;
}

a:hover {
	color:black;
	text-decoration:underline;
}

img { 
	border: none; 
}

#container {
	background:url(images/main_bckg.jpg) center top no-repeat; 
	width:1000px; margin:0 auto;
}

#logo {
	font-size:1px; 
	font-family:"Impact", "Tahoma", Arial, "Geneva", sans-serif; 
	padding:40px 100px 70px 210px;
}

#logo a {
	color:#808080; 
	text-decoration:none; 
	text-transform:uppercase;
}

#menu {
	height:40px; 
	text-align:center;
}

#menu a {
	color:#ffd700; 
	font-size:14px; 
	font-weight:bold; 
	text-decoration:none; 
	margin:0 20px; 
	text-transform:lowercase;
}

#menu a:hover {
	color:#000000;
}

#head_pic {
	text-align:center;
}

#main {
	margin:0 110px; 
	float:left; 
	background-color:#FFFFFF; 
	display:inline;
}

#text {
	margin:40px 55px 0 40px; 
	width:685px;
}

#text ul {
	padding:0; 
	margin:10px 0 10px 40px;
}

#text li {
	list-style:none; 
	padding-left:15px; 
	background:url(images/li.gif) no-repeat 0px 6px;
}

h1 {
	margin:20px 0 0 0; 
	text-transform:uppercase; 
	font-family:"Impact", "Tahoma", Arial, "Geneva", sans-serif; font-size:36px; 
	font-weight:normal;
}

h2 {
	color:#E09b02;
}

.orange {
	color:#E09B02;
}

.black {
	color:black;
}

#text p {
	margin:10px 0;
}

#sidebar {
	float:right; 
	padding:20px 30px 0 30px; 
	width:170px;
}

#sidebar h2 {
	font-family:"Impact", "Tahoma", Arial, "Geneva", sans-serif; 
	margin:0 0 20px 0; 
	text-transform:uppercase; 
	font-size:18px; 
	font-weight:normal;
}

#sidebar ul {
	margin:0; 
	padding:0;
}

#sidebar li {
	list-style:none; 
	border-bottom:1px solid #ebebeb; 
	padding:3px 2px;
}

#sidebar li:hover {
	background-color:#f3f3f3;
}

#sidebar a {
	text-decoration:none;
}

#footer {
	padding-top:15px; 
	padding-left:180px; 
	height:300px; 
	clear:both; 
	background:url(images/footer_bckg.jpg) center top no-repeat;
}

#menu_footer {
	color:#ffffff; 
	font-size:11px; 
	padding:20px 0 0 80px;
}

#menu_footer a {
	color:#ffffff; 
	text-transform:lowercase;
}

#left_footer {
	float:left; 
	width:200px; 
	padding:45px 0 0 0px; 
	color:#FFFFFF; 
	font-size:12px;
}

#left_footer a {
	color:#FFFFFF;
}

#right_footer {
	float:right; 
	width:300px; 
	padding:45px 200px 0 0; 
	color:#FFFFFF; 
	font-size:12px;
}

#right_footer a {
	color:#FFFFFF;
}