/*	[ Basic HTML ]                                                  */<!-- -->
body{
	background:#33251A url(art/bg_repeat.jpg) repeat-y center;
}
/*	[ Layout ]                                                      */<!-- -->
#bg_top{
	background:url(art/bg_top.jpg) no-repeat center top;
	margin:0;
	padding:0;
}
#bg_btm{
	background:url(art/bg_btm.jpg) no-repeat center bottom;
	margin:0;
	padding:0;
}

#base{
	background:url(art/bg_base_repeat.jpg) repeat-y top center;
}

#header{
	background:url(art/bg_header.jpg) no-repeat center top;	
}

#container{
	background:url('art/bg_container_top.jpg') no-repeat center top;
}
#container_top{
}
#container_btm{
	background:url('art/bg_container_btm.jpg') no-repeat center bottom;
}

#content{
	padding-bottom:105px;
}
#sidebar{
	padding-bottom:80px;
}

#footer{
	background: url(art/bg_footer.jpg) no-repeat center top;
}

/*	[ Header ]                                                      */<!-- -->
#header a.rss{
	display:none;
}
/*	[ Menu ]                                                        */<!-- -->
/*	[ Content ]                                                     */<!-- -->
/*	[ Comment ]                                                     */<!-- -->
/*	[ Sidebar ]                                                     */<!-- -->
/*	[ Footer ] Link and credit                                      */<!-- -->
#footer_credit{
	margin:38px 25px 0 415px;
}
/*	[ Widget ]                                                      */<!-- -->
/*	[ Custom Widget and options]                                    */<!-- -->
<!-- -->