body {
	margin:0;
	padding:10px 0 0 0;
	background-color: #7D0D0E;
	background-image: url(gfx/body-bg.gif);
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #33321D;
}

body p {
	text-align: justify;
	margin: 5px 0 5px 0;
	line-height: 120%;
}

body a{
	color:#CC6633;
	font-weight: bold;
	text-decoration: none;
}

body a:hover{
	color:#9C4E27;
	text-decoration: underline;
}

#wrap {
margin:0 auto;
width:100%;
}


#header{
	margin:0 auto;
	width:968px;
	height:85px;
}

#header-logo {
	float:left;
	width:240px;
	height:85px;
	background-image: url(gfx/header-logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#header-logo h1{
	display:none;
}


#header-banner{
	float:right;
	width:728px;
	height:85px;
	background-image: url(gfx/header-banner-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#content-top{
	margin:0 auto;
	width:968px;
	height:26px;
	background-image: url(gfx/content-top-bg.gif);
}

#content-bottom{
	margin:0 auto;
	width:968px;
	height:26px;
	background-image: url(gfx/content-bottom-bg.gif);
}

#content{
	margin:0 auto;
	width:968px;
	background-image: url(gfx/content-bg.gif);
	background-color:#F3ECB6;
}

#footer{
	margin:0 auto;
	width:968px;
	height:47px;
	padding: 0 0 20px 0;
}

#footer-text{
	float:left;
	width:670px;
	height:47px;
	background-image: url(gfx/footer-bg.gif);
	text-align: center;
}

#bottom-link {
	margin:15px 0 0 0;
	color:#F3ECB6;
}

#bottom-link a{
	color:#F3ECB6;
}



#main-page{
	float:left;
	width:604px;
	margin:10px 0 10px 34px;
}

#main-page-about-top{

}

#sidebar{
	float:right;
	width:278px;
	margin:10px 34px 10px 0;
}

#main-page-about{
	width:564px;
	background-image: url(gfx/main-page-about-bg.gif);
	padding:5px 20px 5px 20px;
}

#main-page-about h1{
	font-size:16px;
	margin: 0 0 10px 0;
	
}

#main-page-about-top{
	width:604px;
	height:12px;
	background-image: url(gfx/main-page-about-top-bg.gif);
}

#main-page-about-bottom{
	width:604px;
	height:12px;
	background-image: url(gfx/main-page-about-bottom-bg.gif);
	margin: 0 0 20px 0;
}


#main-page-news{
	width:564px;
	background-image: url(gfx/main-page-news-bg.gif);
	padding:5px 20px 5px 20px;
}

#main-page-news-top{
	width:604px;
	height:12px;
	background-image: url(gfx/main-page-news-top-bg.gif);
}

#main-page-news-bottom{
	width:604px;
	height:12px;
	background-image: url(gfx/main-page-news-bottom-bg.gif);
}



#sidebar-content{
	text-align:right;
	width:260px;
	background-image: url(gfx/sidebar-content-bg.gif);
	padding: 10px;
	
}

#sidebar-content-top{
	width:280px;
	height:12px;
	background-image: url(gfx/sidebar-content-top-bg.gif);
}

#sidebar-content-bottom{
	width:280px;
	height:12px;
	background-image: url(gfx/sidebar-content-bottom-bg.gif);
}

#sidebar-content h3{
	font-size:14px;
	margin: 20px 15px 10px 10px;
	
}

#sidebar-content ul{
	margin:0 15px 3px 0;
}

#sidebar-content li{
	margin: 5px 0 5px 20px;
	list-style-image: none;
	list-style-type: circle;
}


.close{
	clear:both;
}

#post-picture{
	margin: 0 auto;
	width: 880px;
	text-align: center;
}

#post-picture h1{
	padding: 0;
	margin:0 0 10px 0;
	font-size: 16px;
}


.post{
	margin: 0 0 38px 0;
}

.post-title{
	border-bottom: 2px #D7D6B7 double;
	wmargin: 0 0 10px 0;
}


.post h1,h2{
	font-size:14px;
	wmargin: 0 0 5px 0;
}


a img{
 border:2px #CC6633 solid;
}

a img:hover{
 border:2px #9C4E27 solid;
}



.align-left{
	float:left;
	margin: 0 10px 0 0;
}


.align-right{
	float:right;
	margin: 0 0 0 10px;
}

.banner-title{
	font-size:16px;
	color:#FFFFFF;
	text-decoration: underline;
}

.banner-title:hover{
	color:#330033;
}

.banner-domain{
	color:#330033;
	text-decoration: underline;
	font-size:12px;
}

.banner-domain:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
