@import url("menu.css");

*
{
	margin: 0px;
	padding: 0px;
}
	
body 
{ 
	/*background: #434f4b url(images/bg_new.jpg) no-repeat;*/
	background: #434f4b url(images/bg3.jpg) no-repeat;
	background-position:center top; 
	background-repeat:no-repeat;
 
}

#rsBodyWrap{
	margin:auto; 
	width:1016px;
}

#rsHeader{
	height:363px;
	width:1016px;
	z-index:3;
	position:relative;
	float:left
}

#rsHeaderLogo{
	width:1016px; float:left; height:270px; text-align:left
}
 
#rsHeaderMenu{
	float:left;
	width:880;
	height:55px;
}

#rsMenuText{
	float:left;
	width:1100px;
	height:45px;
	padding-top:15px;
	text-align:center;
	padding-left:40px;
}

#rsHeaderFaceBook{
	text-align:right;
	height:50px;
	width:1016px;
	float:left;
 
}

#rsTopContentSpacing{
	width:988px; 
	height:316px; 
	float:left;
}

#rsContentRepeater{
	background: transparent url(images/repeater.jpg) repeat-y;
	height:1500px;
	width: 988px;
    float:left;
	margin-left:14px;
}

#rsContentBG{

	min-height:619px;
	width: 988px;
	z-index:2;
	float:left;
	position:relative;
	top:-256px;
}

#rsContentBottom{
	width:1016px; height:215px; float:left;
	background: transparent url(images/contentBottom.png) no-repeat;
}


#rsFooter{
	background: transparent url(images/footer_small.jpg) no-repeat;
	height:325px;
	width:1016px;
    float:left;
	color:#a9662e;
	font-family:arial;
	font-size:17px;
	line-height:1.3em;
}

#rsFooter a:link, #rsFooter a:visited{
	color:#de0202;
	text-decoration:underline;
}

#rsFooter a:hover{
	color:#fef494;
	text-decoration:underline;
}

#rsFooterTop{
	height:139px;
	width:1016px;
	float:left;
}


#rsFooterLeft{
	height:100px; width:339px; float:left;
}

#rsFooterLeft .SkinObject, #rsFooterLeft .rsLogin {
	color:#231606 !important; 
	font-size:9pt; font-family:arial; font-weight:bold; 
}

 	
#rsFooterMiddle .SkinObject, #rsFooterMiddle .rsCopyright {
	color:#a9662e !important; 
	font-size:9pt; font-family:arial; font-weight:bold; 
}

#rsFooterMiddle{
	height:100px; width:350px; float:left; text-align:center;
}

#rsFooterRight{
	height:100px; width:270px; float:left
}

.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}







