.bannerWrap
{
    background:#d0d0d0 url("images/banner_bg.png");  
    background-repeat:repeat; 
    
}
.BannerPane
{  
    overflow:hidden;
    width:980px;
}
/*content*/
 
.contentWrap
{ 
  background:#3b0501 url("images/content_bg_red.jpg") repeat-y 50% 0;
}
.contentInner
{
   overflow:hidden;
   background:transparent url("images/shadow.png") top no-repeat;
   color:#fefefe;
   padding:20px 0 20px 0;
}
 .ContentPane, .ContentLeftPane,  .ContentRightPane 
 { 
  	float:left;
  	width:30%;
  	margin-top:0.07em;
  	}

  .ContentPane
  {
  	padding:0 45px;
  	}
  
 /*undercontent*/
 .underContentWrap
{ 
     background:#0d1016 url("images/underFooter_bg.png") repeat-y 50% 0;
}

.more,.contentInner .more
 {     
     width:82px;
     height:24px;
     margin-left:190px;
     background:transparent url("images/ReadMore.png") no-repeat;
     text-align:center;
 }
 
 .more a,.contentInner .more a
 { 
 	font-size:11px; 
 	font-family:Tahoma bold; 
 	text-align:center; 
 	line-height:24px;
 	color:White;
 	text-decoration:none;
 	font-weight:normal;
 	margin:0;
 	}

.underContentInner
{
     /*padding:20px 0 20px 0;*/ overflow:hidden;
   
}
.BottomLeftPane, .BottomCenterPane, .BottomRightPane  
{ 
	float:left; 
	width:35%;
	margin-top:0.07em;
	}

.BottomCenterPane
{
  	width:30%;
  	}
.footerPane
{ 
	width:40%;
	float:left;
	}

 .contentInner  a , .submit a
 {
 	color:#fefefe; 
 	line-height:15px; 
 	font-size:15px; 
 	display:block; 
 	margin:-3px 0 10px 0; 
 	text-decoration:underline;
 	}
 .twitterElement p , .twitterElement strong{ padding-top:10px; color:#787c86; font-size:11px;}
.twitterElement strong {color:#464850;}
.twitter a {color:#d6302c; text-decoration:none; margin-right:15px;}

