img {border:none;}
.left {float:left;}
.right {float:right;}
*{margin:0; padding:0; list-style-type:none; border:none;}
body {
	margin-top:10px;
	background: #191105;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {text-decoration: none; color: #FFFFFF;}

/* Header */

#nav ul {height:30px; width:920px; margin-left:20px; background-color:#261e11;}
#nav ul li {float:left; overflow:hidden; border-right:1px solid #261e11;}
#nav ul li a{font-size:1.2em; padding:5px 30px; display:block; font-weight:bold; background-color:#a6986b;}
#nav ul li a:hover, #nav ul li a.home{background-color:#261e11;}

#logo {
	width:437px;
	height:290px;
	overflow:hidden;
	background-color:#261e11;
}

#logo h1{padding:15px 0 0 5px;}
#logo h2{color:white; text-align:center; font-size:2.5em;}

#banner {
	width: 480px;
	height: 294px;
	margin-left:20px;
	overflow:hidden;
}


/* Wrapper */

#wrapper {width: 940px; margin: 0 auto; background: url(../images/img01.jpg) repeat-y left top;}

/* Page */

#page {width: 940px; margin: 0 auto;}
#page-bg {padding: 11px 24px; background: url(../../images/img03.jpg) no-repeat;}



/* Latest Post */

#latest-post {
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {float: left; width: 500px;}
.main {padding: 10px 10px 20px 30px;}

.title {
	height: 60px;
	padding: 17px 15px 0px 20px;
	background: url(../images/img03.jpg) no-repeat left top;
	color:#FF9933;
	text-align:center;
}

.entry {
	padding: 0px 10px;
}
.entry p{
	line-height:1.5em;
	padding-bottom:15px;
}

#content .main input, #content .main textarea{padding:2px 3px; width:200px; margin:0 0 10px 0;} 
#content .main textarea{ width: 300px; height:200px;}
#content .main label{ font-size:1.1em; font-weight:bold; margin-top:10px;}
#content .main input.submit{ background-color:black; border:white 1px solid; color:white; font-weight:bold;} 

#cse-search-results {width:450px; overflow:hidden;}
/* Sidebars */

#sidebar1 {
	width: 190px;
	overflow:hidden;
}

#sidebar2 {
	width: 210px;
	overflow:hidden;
}

#sidebar2 input, #sidebar2 select, #sidebar2 textarea{padding:2px; margin:3px 0;}

#sidebar2 h2 {
	background: url(../images/img05.jpg) no-repeat left top;
	color:#ffffff;
	font:bold 14px/23px Arial, Helvetica, sans-serif;
}

.sidebar {
	float: left;
	text-align:left;
	padding: 0px 10px;
	color: #A6986B;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: none;
}

.sidebar li li {
	margin: 0px 5px;
	padding: 8px 5px 8px 10px;
	background: url(../images/img07.gif) no-repeat left 13px;
	border-bottom: 1px dashed #5E4E2D;
}

.sidebar li h2 {
	height: 50px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	background: url(../images/img04.jpg) no-repeat left top;
	color:#ffffff;
	font:bold 14px/23px Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Search */
#content1{
	clear:both;
	display:block;
	width:210px;
	height:120px;
	padding:0 2px 0 2px;
	margin:0 3px 0 0;
}




/* Footer */

#footer {
	width: 940px;
	padding-top:65px;
	height:100px;
	background: url(../images/img02.jpg) no-repeat left top #191105;
}

#footer p {text-align:center; color:#fcfdc8;}
#footer p.links {padding-bottom:10px;}
#footer p.links a{
	color:#fcfdc8;
	text-decoration:none;
	padding:0 5px;
}

#footer p.links a:hover{
	color:#ffffff;
	text-decoration:underline;
}

