html {
	background:#53533a;
}

body {
	margin:0; 
	font-size:14px; 
	line-height:20px; 
	font-family:Arial, Helvetica, sans-serif; 
	background:url(images/body_bckg.jpg) repeat-y center;
}

.brown {
	color:#936307;
}

a {
	color:#3399FF; 
	text-decoration:none;
}

a:hover {
	color:#666666;
}

#container {
	width:1000px; 
	margin:0 auto; 
	background:url(images/container_bckg.jpg) no-repeat top center;
}

#logo {
	height:50px; 
	margin:0 60px; 
	padding:80px 0 0 85px; 
	background:url(images/logo.gif) no-repeat 32px 70px;
}

#logo a {
	text-decoration:none; 
	font-size:20px; 
	color:#000000; 
	font-family:"Times New Roman", Times, serif; 
	text-transform:capitalize;
}


#text {
	background:url(images/main_bottom.jpg) bottom center no-repeat; 
	float:left; 
	margin:0 60px;
	margin:0 80px 0 80px;
}

#text p {
	margin:10px 0;
}

h1 {
	font-family:"Times New Roman", Times, serif; 
	margin:20px 0 0 0; 
	font-size:1.8em;
}

h2 {
	font-family:"Times New Roman", Times, serif; 
	margin:20px 0 0 0; 
	font-size:1.5em;
}

#footer {
	height:130px; 
	clear:both; 
	background:url(images/footer_bckg.jpg) no-repeat center #53533B; 
	font-family:"Times New Roman", Times, serif; 
	color:#0033FF; 
	font-size:10px; 
	text-transform:uppercase; 
	padding:0 60px;
}

#left_footer {
	float:left; 
	padding:30px 0 0 20px;
}

#right_footer {
	float:right; 
	padding:30px 20px 0 0;
}