@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}


body{
	background:#342b1a url(../images/bg.png) repeat-x;
	font:100% "Times New Roman", Times, serif;
	line-height:1.6;
}
#container{
width:992px;
margin:10px auto;
}
#header{
width:100%;
background:url(../images/header.png) no-repeat;
height:127px;
}

#topnav{
width:100%;
background:url(../images/topnav.png) no-repeat;
height:44px;
float:left;
}

#topnav ul{
list-style:none;
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#666;

}

#topnav ul li{
letter-spacing:2px;
padding:7px 17px 7px;
float:left;

}

#topnav ul li a{
	text-decoration:none;
	color:#666;
	background:url(../images/sep.png) no-repeat right center;
	padding-right:25px;
}

#topnav ul li a:hover{
color:#999;
}

#banner{
width:100%;

background:url(../images/banner.png) repeat-y;
}

#tag{
width:100%;
background:url(../images/tag.png);
height:77px;
}
#content_top{
width:100%;
height:12px;
background:url(../images/content_top.png) no-repeat;
}
#content{
width:100%;
background:url(../images/content.png) repeat;
margin-top:0;

}

#content p{
	letter-spacing:.5px;
}
#banner img{
margin-left:14px;
margin-bottom:0;
}

#content_bottom{
width:100%;
height:18px;
background:url(../images/content_bottom.png) no-repeat;
margin:0;
padding:0;
}

#contact{
width:100%;
background:url(../images/contact.png);
height:48px;
}

#footer{
width:100%;
height:48px;
background:url(../images/footer.png);
}

#leftcol{
width:236px;
margin-left:16px;
float:left;
display:inline;
}

#main{
margin-left:264px;
padding-bottom:30px;
}

#main h1, #main h2{
margin:0;
padding:0px 8px 3px 8px;
color:#584f3a;
text-transform:capitalize;
}

#main p{
padding:8px 25px 20px 8px;
color:#584f3a;
}

#logo{
position:absolute;
width:138px;
height:144px;
z-index:10;
top:20px;
left:50%;
margin-left:350px;
background:url(../images/logo.png);
}

#leftcol ul{
margin:0;
list-style:none;
}
#leftcol ul li{
width:100%;
height:35px;
}

#leftcol ul li a{
	margin:0;
	display:block;
	height:35px;
	width:100%;
	background:#483d25 url(../images/link_bg.gif) no-repeat 204px center;
	text-decoration:none;
	text-indent:17px;
	font-family:"Times New Roman", Times, serif;
	line-height:35px;
	border-top:1px solid #efead6;
	color:#ccc;
	letter-spacing:1px;
}
#leftcol ul li a:hover{

background:#756c55 url(../images/link_bg_hover.gif) no-repeat 204px center;;
color:#ccc;
}

.rightimage{
float:right;
margin:12px;
border:1px solid #483825;
margin-right:25px;
}

.centerimage{
margin:15px;
border:1px solid #483825;
}