html {
}
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:#000099;
	text-decoration:none;
}
a:hover {
	color:#E85802;
}
blockquote {
	color:#666666;
	border-left:2px solid #936307;
	padding-left:20px;
	margin:10px 0 10px 40px;
}

#all {
	background:url(images/container_bckg.jpg) no-repeat top center;
}
#container {
	width:999px;
	margin:0 auto;
	background:url(images/container_bckg.jpg) no-repeat top center;
}

#logo {
	height:50px;
	margin:0px 60px;
	padding:75px 0px 20px 45px;
	background:url(images/logo.png) no-repeat 32px 70px;
	float: left;
	width: 230px;
}
#logo a {
	text-decoration:none;
	font-size:36px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
}
#menu {
	height:40px;
	margin:0 60px;
	float: left;
	width: 850px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline-block;
	float:left;
	list-style:none;
	text-align:center;
	color:#936307;
}
#menu a {
	padding:0 20px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-decoration:none;
	color:#000099;
}
#menu a:hover {
	color:#E85802;
}

#main {
	background:url(images/main_bottom.jpg) bottom center no-repeat;
	float:left;
	margin:0 60px;
}
#text {
	width: 558px;
	margin: 0 20px 0 20px;
	float: left;
/*	margin:0 270px 0 20px; */
}
#text ul {
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
#text li {
	list-style:none;
	padding-left:20px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
#text p {
	margin: 10px 0;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 20px 30px 0 1px;
}
h1, h2 {
	font-family:"Times New Roman", Times, serif;
	margin:20px 0 0 0;
	font-size:1.8em;
}

#footer {
	height:130px;
	clear:both;
	background:url(images/footer_bckg.jpg) no-repeat center #53533B;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:10px;
	text-transform:uppercase;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
#left_footer {
	float:left;
	padding:30px 0 0 20px;
}
#right_footer {
	float:right;
	padding:30px 20px 0 0;
}

