@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

body {
	background:url(../images/bg.jpg) top center no-repeat #66431B;
	padding-top:67px;
}

.clr { clear:both;}

.alignleft {
float: left;
padding-right: 3px;
border: 0;}

#wrapper {
	width:948px;	
	margin:0 auto 0 auto;
	padding:23px 23px 0 24px;
	background-color:#FFF;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

#header {
	float:left;
	width:948px;
	background:url(../images/header_bg.jpg) no-repeat;
}

#header_box {
	float:left;
	width:440px;
	height:278px;
	background:url(../images/header_box.png) no-repeat;
	margin:12px 0 0 35px;
	display:inline;
	position:relative;
	text-align:center;
}

#moto {
	float:right;
	margin:58px 58px 0 0;
	display:inline;
	width:367px;
	height:75px;
	background:url(../images/moto.png) no-repeat;
}

.flt_lt { float:left;}
.flt_rt { float:right;}

/*  Start search  */
#search_box {
	float:left;
	height:45px;
	width:288px;
	background-color:#653F08;
	padding:15px 0px 0 660px;
	margin-top:-140px;
}

#s {
	float:left;
	width:189px;
	height:25px;
	border:1px solid #a79886;
	display:inline;
	font-size:18px;
	margin-right:12px;
	padding:4px 0 0 3px;
}

#go {
	float:left;
	width:65px;
	height:26px;
	/* background:url(../images/search_bt.png) no-repeat;*/
	margin-top:4px;
}
/*  End search  */

/*  Start footer  */

#footer {
	float:left;
	width:971px;
	height:54px;
	background:url(../images/footer.jpg) no-repeat #FFF bottom;
	line-height:54px;
	margin:0px -23px 0 -24px;
	padding-top:30px;
	padding-left:24px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	display:inline;
}

#footer a:link, #footer a:visited {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
}

#footer a:hover { text-decoration:underline;}


/*  End footer  */
/*  END all pages elements  */

#content {
	width:570px;
	float:left;	
	border-right:1px solid #4f300d;
	padding:0px 45px 0 15px;
	margin-top:20px;
}

#side_bar {
	float:left;
	width:280px;
	border-left:1px solid #4f300d;
	margin-left:-1px;
	margin-top:20px;
	padding-left:37px;
	padding-top:15px;
}

.link:link, .link:visited {
	float:left;
	width:185px;
	height:53px;
	padding:10px 0 0 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	line-height:19px;
	border-bottom:1px solid #fff;
}

.link:hover { color:#000;}

.link img { float:left; margin-right:10px;}

.entry {
	background:url(../images/space_art.gif) bottom center no-repeat;
	padding:10px 0 60px 0;
}

#side_logo {
	margin-bottom:30px;
}

/*  Styles all pages  */

h1, h2, h3, h4, h5, h6 {font-size:25px; color:#4f3316; margin:10px 0 5px 0;}
h2 {font-size:17px; font-style:italic;}
h3 {font-size:14px; }
h4 {font-size:13px; color:#000; text-transform:uppercase;}
h1 { color:#000; font-style:italic; margin:0 0 15px 0;}


#content ol, #content ul { padding: 0px 0 0px 30px; line-height:20px;}
#content p { margin:5px 0 10px 0;  line-height:20px;}

#content a:link, #content a:visited { text-decoration:none; font-family:Georgia, Geneva, sans-serif; font-size:14px; color:#ad6819;}
#content a:hover { color:#000;}

#content h1 a:link, #content h1 a:visited { color:#000; font-style:italic; font-size:25px; color:#4f3316; margin:0 0 15px 0; font-family:Georgia, "Times New Roman", Times, serif; }

.bej { font-family:Georgia, Geneva, sans-serif; font-size:14px; color:#ad6819;}

#side_bar ul li {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	padding:7px 0 0 0;
	text-align:center;
	color:#FFF;
	background-color:#C17C12;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#side_bar ul li  ul { padding-top:7px;}

#side_bar ul li li {
	list-style:none;
	padding:0;
	margin:0;
	width:255px;
	padding:3px 0;
	text-align:center;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	background:url(../images/bullet.gif) no-repeat center left #fff;
	padding:4px 0 4px 25px;
	border-bottom:5px solod #fff;
	border-top:5px solod #fff;
	text-align:left;
	
}

#side_bar ul li li a:link, #side_bar ul li li a:visited {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	line-height:20px;
}

#side_bar ul li li a:hover { text-decoration:underline;}

/*  END styles all pages  */

/* comment form*/

#commentform input, #commentform textarea {
	border:1px solid #4f300d;
}

#comment { width:500px;}

/*  End inner pages elements  */

