body,td,th {
	color: #2C2B2B;
}

body {
	background-color: #D8CEAA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../res/main_background.jpg);
}

.clear
{
	clear: both;
}

.alignright
{
	float: right;
}

#pageWrapper
{
	margin: 0 auto;
	width: 760px;
	background-image: url(../res/center_bg_loop.jpg);
	border-left: 2px solid #E8D4B2;
	border-right: 2px solid #E8D4B2;	
}

#header
{
	background-image: url(../res/center_bg.jpg);
	background-repeat: no-repeat;
	height: 243px;
	background-position: -20px -39px;
}

#contentWrapper
{
	background: url(../res/center_bg.jpg) -20px -282px no-repeat;
	min-height: 800px;
}

#bodyWrapper
{
	width: 580px;
	float: left;
	background-image: url(../res/text_bg_loop.png);
}

#sidebarWrapper
{
	width: 178px;
	float: left;
	color: #fff;
}

/*------------------------------------------------------------*/
#header h1
{
	display: none;
}

#headerMenu /*ul*/
{
	height: 30px;
	width: 582px;
	position: relative;
	top: 208px;
}

#headerMenu li 
{
}

#headerMenu li a, #headerMenu li a:link, #headerMenu li a:visited
{
	background-image: url(../res/text_bg_loop.png);
	width: 94px;
	margin-right: 3px;
	height: 24px;
	padding-top: 8px;	
	float: left;
	text-align: center;
	text-decoration: none;
	color: #CA6B22;
	font-weight: bold;
}

#headerMenu li a:hover
{
	color: #fff;
}

#headerMenu .headerLive
{
	color: #fff !important;
	background-image: none !important;
}

/*------------------------------------------------------------*/
.article
{
	margin-bottom: 45px;
}

.articleHeading
{
	background-color: #978874;
	width: 547px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 3px 21px 3px 12px;
}
.articleHeading h2
{
	float: left;
	font-weight: bold;
}

.articleHeading h3
{
	padding-left: 5px;
	float: left;
	font-weight: normal;	
}
.articleHeading h3:before
{
	content: ' - ';
}
.articleHeading .articleDate
{
	float: right;
	font-size: 80%;
	padding-top: 2px;
	color: #D8CEAA;
}

.articleBody
{

}

/*------------------------------------------------------------*/

#sidebarFollow
{
	
}
#sidebarFollow ul
{
	margin-left: 3px;
	margin-top: 3px;
}
#sidebarFollow h3
{
	float: right;
	margin-right: 3px;
}
#sidebarFollow h3:after
{
	content: ':';
}
.sidebarFollowItem
{
	float: left;
	margin-right: 2px;
}

/*------------------------------------------------------------*/

#footerRss
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;	
}

#footerRss a
{
	text-decoration: none;
	color: #fff;
}

