#body {
	background-color: #7D0000;
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(../images/templates/background.png);
	background-position: top right;
}
#body img {
	border: 0;
}
.warningTab {
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
}
.warningTabActive {
	position: absolute;
	top: 50px;
	left: 0px;
}


#headerContainer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 129px;








}

#mainContainer {
	width: 907px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/templates/fire.png);
	background-repeat: no-repeat;
	background-position: bottom right;

}

#tabStrip  {
	text-align: right;
	font-size: 1px;

}

#tabStrip img {
	cursor: pointer;
}

#leftSideBar {
	width: 200px;
	float: left;
	padding-top: 35px;
	text-align: center;
}
#leftSideBar a {
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
	text-decoration: none;
}
#leftSideBar a:hover {
	text-decoration: underline;
}

.sideItemActive {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../images/templates/arrow.png);
}

#mainBodyWrapper {
	background-image: url(../images/templates/bricks.png);
	background-position: top left;
	padding-left: 200px;
	padding-bottom: 75px;
	background-repeat: repeat-y;
}







#mainBody {
	margin-right: 7px;
	background-color: #FFF;
	background-image: url(../images/templates/roundCorner.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;



}

#footerContainer {
	background-image: url(../images/templates/bricksBottom.png);
	height: 131px;
	background-repeat: no-repeat;
	width: 907px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;

}
#footerBody {
	font-size: 14px;
	color: #E8E8E8;
	padding-top: 80px;
}
#footerBody a {
	color: #E8E8E8;
}


#clearFloat {
	clear: both;
}
#counter {
	float: right;
	color: #E8E8E8;
	font-size: 9px;


}
