/* CSS Document */

BODY{
	background: url(images/bg.png);
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #333333;
}

A{
	color: #333333;
}

A:hover{
	text-decoration: none;
}

IMG{
	border: 0;
}


.hidden {
        margin: 10px; 
        padding: 0px; 
        background:#9D0F0F;
        color:#ffffff;
}

.bg{
	width: 100%;
}

.main{
	width: 800px;
	height: 530px;
}

.body{
	background: url(images/body.png) no-repeat top center;
	width: 100%;
	/*height: 444px;*/
}

.navbar{
	width: 473px;
	height: 72px;
	padding: 41px 0 0 0;
}

.buttonText{
	margin-top: 30px;
}

.leftButton{
	background: url(images/leftButton.png) no-repeat;
	float: left;
	width: 118px;
	height: 72px;
	cursor: pointer;
}

.leftButtonActive{
	background: url(images/leftButtonActive.png) no-repeat;
	float: left;
	width: 118px;
	height: 72px;
	cursor: pointer;
}

.button{
	background: url(images/button.png) no-repeat;
	float: left;
	width: 118px;
	height: 79px;
	cursor: pointer;
}

.buttonActive{
	background: url(images/buttonActive.png) no-repeat;
	float: left;
	width: 118px;
	height: 79px;
	cursor: pointer;
}

.rightButton{
	background: url(images/rightButton.png) no-repeat;
	float: left;
	width: 118px;
	height: 75px;
	cursor: pointer;
}

.rightButtonActive{
	background: url(images/rightButtonActive.png) no-repeat;
	float: left;
	width: 118px;
	height: 75px;
	cursor: pointer;
}

.header{
	background: url(images/header.png) no-repeat center;
	width: 474px;
	height: 108px;
	padding-right: 1px;
	margin-top: 3px;
}

.separator{
	background: url(images/sepgbg.png) no-repeat center;
	margin-top: 2px;
	width: 100%;
	height: 15px;
}

.contentWrap{
	/*padding: 0 0 0 167px;*/
}

.contentEnclose{
	width: 450px;
}

.content{
	background: url(images/contentbg.png) no-repeat;
	/*float: left;*/
	width: 217px;
	/*height: 188px;*/
	margin: 0 8px 0px 8px;
	padding:3px;
        text-align: left;
}

.contentFoot{
	background: url(images/contentFoot.png) no-repeat;
	width: 217px;
	height: 17px;
	margin-left: 8px;
	float: left;
}

.content2{
	background: url(images/contentbg2.png) no-repeat;
	/*float: left;*/
	width: 435px;
	/*height: 188px;*/
	margin: 0 0 0px 10px; 
        padding-left: 10px;
        text-align: left;
}

.content2 a{
        text-decoration: underline;
}

.content2 a:hover{
        text-decoration: none;
}
.content2Foot{
	background: url(images/content2Foot.png) no-repeat;
	width: 450px;
	height: 17px;
	margin-right: -1px;
}

.post {
	font-size: 9pt;
}

.post-title{
	background: url(images/sepbg.png) repeat-x bottom;
	font-size: 12pt;
	color: #333333;
        padding-top: 10px;
	text-align: left;
	width: 100%;
	height: 25px;

}

.post-title-home{
	background: url(images/sepbg.png) repeat-x bottom;
	font-size: 12pt;
	color: #333333;
	text-align: left;
        padding-top: 10px;	
        width: 100%;
	height: 40px;

}
.post-title span{
	color: #990000;	
}

.post-title-home span{
	color: #990000;	
}

.footer{
	background: url(images/footer.png) no-repeat top center;
	padding-top: 3px;
	width: 100%;
	height: 106px;
	color: #333333;
	font-size: 10px;
}
#footer ul {
	clear:both;
	overflow:hidden;
	width:100%;
	text-align:center;
}

.footer ul li {
	display:inline;
	padding:0 0 0 5px;
	list-style:none;
	background:url(../images/f-nav-separator.gif) no-repeat 0 75%;
}
.footer ul li:first-child {
	background:none;
	padding:0;
}
