/* Global */
html {}
body {
	background: #950210;
	width: 920px;
	margin: 20px auto;
	padding: 0;
	font-size: 12px;
}

.left {
	width: 728px;
	float: left;	
	margin: 0;
	padding: 0;
}
.right img{
	width: 192px;
	margin: 0;
	padding: 0;
	float:left;		
}

.clear {
	display: outline;
	line-height: 0;
	height: 0;
	clear: both;	
}

a:link,
a:visited,
a:active{
	background: transparent;
	/*color: #222;*/
	text-decoration: none;
	border: none;
	color: #fff;
}

img {
	border: none;
	background: none;	
}



/*
	Body
*/

.main {
	width: 920px;
}

.logostrip {
	background: transparent url(./images/bannerAds.gif) top left no-repeat;
	dsiplay: block;
	width: 728px;
	height: 90px;
}

.content {
	/*background-color: #A40118;*/
	background-color: #AA001B;
	width: 708px;
	padding: 10px;
	color: #fff;
}

.usernavleft {
	background: transparent url(./images/nav_left.gif) top left no-repeat;
	padding-left: 14px; 
	height: 43px;
	float: left;
	margin-left: 5px;
}
.usernavright {
	background: #fff url(./images/nav_right.gif) top left no-repeat;
	padding-left: 16px; 
	height: 43px;
	float: left;
}

.usernavcenter {
	background: url(./images/nav_center.gif) top left repeat-x;
	float: left;
	height: 43px;
	width: 394px;
}
.usernavcenter div {
	color: #950210;	
	width: auto;
	padding: 10px;
	float:left;
	font-size: 9px;
	vertical-align: middle;
}


.mainTop {
	margin-top: 10px;
	width:  18px;
	height: 450px;
	padding: 0;
	background: url(./images/left-bg.jpg) top left no-repeat;
	float: left;
}

.container {
	display: block;
	padding: 13px 0;
	height: 430px;
	margin: 10px 0 0 0;
	width: 650px;	
	background: transparent url(./images/center-bg.jpg) top left repeat-x;
	float: left;
}

.subcontainer {
	display: block;
	padding: 13px 0;
	height: 390px;
	margin: 10px 0 0 0;
	width: 630px;	
	float: left;
        overflow: auto;
        color: #000000;
}

.container_left {
	display: block;
	height: 424px;
	margin: 0;
	padding: 0;
	width: 310px;
	float: left;
}
.adblock_300 {
	display: block;
	height: 255px;
	margin-top: 5px;
	width: 305px;
	float: left;
}
.blockleft1 {
	background: url(./images/left1.jpg) top left no-repeat;
	width: 13px;
	height: 170px;
	display: block;
	float: left;
	
}
#main_left {
	background: url(./images/center1.jpg) top left repeat-x;
	width: 274px;
	height: 170px;
	float: left;
}
.blockright1 {
	background: url(./images/right1.jpg) top left no-repeat;
	width: 13px;
	height: 170px;
	float: left;
	margin-right: 6px;
}

.blockleft2 {
	background: url(./images/left2.jpg) top left no-repeat;
	width: 13px;
	height: 424px;
	float: left;
}
#main_right {
	background: url(./images/center2.jpg) top left repeat-x;
	height: 424px;
	width: 310px;
	float: left;
}
.blockright2 {
	background: transparent url(./images/right2.jpg) top left no-repeat;
	width: 13px;
	height: 424px;	
	float: left;	
}



.mainbottom {
	margin-top: 10px;
	background: transparent url(./images/right-bg.jpg) top left no-repeat;
	width: 33px;
	height: 450px;	
	display: block;
	float: left;
}

.mainbottom a {
	display: block;
	vertical-align: center;
	text-align: right;
	margin-left: 17px;
}
.elink {
	float: right;
	margin: 7px 50px;
	text-align: right;
}
.elink a{
	font-size: 10px;	
	color: #fff !important;
	text-align: right;
	margin-right: 5px;
}

/** progress bar */
.progOutter {
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
.progInner {height: 17;;
	background-color: #006BB3;
	color: black;
}
/** sponser Ad  */
#sponsorAdDiv {position:absolute; height:1; width:1px; top:0; left:0;}

/** hint box  */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: white;
margin: 1px 1px;
}
