#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: -34px;
	width: 34px;
}


#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;
	font-size: 18px;
	text-align: center;
}
#leftSideBar a {
	color: #FFF;
	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);
}

.sideTitle {
    color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/templates/halfBrickLineTop.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding:50px 0 5px 0;
}
.sideSection {
    color: #FFF;
	font-size: 16px;
	background-image: url(../images/templates/halfBrickLineBottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding:5px 0 15px 0;
}

#mainBodyWrapper {
	background-image: url(../images/templates/bricks.png);
	background-position: top left;
	padding-left: 200px;
	padding-bottom: 75px;
	background-repeat: repeat-y;
}

#shadowR {background-image:url(../images/templates/right.png); background-repeat:repeat-y; background-position:right}
#shadowBr {background-image:url(../images/templates/bottomLeft.png); height:7px; width:7px; float:left}
#shadowBl {background-image:url(../images/templates/bottomRight.png); height:7px; width:7px; float:right}
#shadowB {background-image:url(../images/templates/bottom.png); background-repeat:repeat-x; height:7px; margin-left:7px; margin-right:7px}


#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: 80px 40px 0 0;
}
#footerBody a {
	color: #E8E8E8;
}


#clearFloat {
	clear: both;
}
#social {
    float: left;
    padding: 0 0 0 60px;
}
#counter {
	float: right;
	color: #E8E8E8;
	font-size: 9px;


}

