@charset "UTF-8";
/* CSS Document */


BODY {
	background:url(../img/body_bg.jpg) repeat-x #66aae5;
	margin:0;
	padding:0;
	}
	
IMG {
	border:none;
	}
	
A {
	color:#006699;
	text-decoration:none;
	}
A:hover {
	text-decoration:underline;
	}

TABLE .center {
	text-align:center;
	}
	


	
#container {
	background:url(../img/container_bg.png) no-repeat center top;
	padding:255px 0 0 0;
	}
		
		
#content {
	position: relative;
	clear:both;
	float:none;
	margin:auto;
	padding:0 5px 0 0;
	
	width:955px;
	/*height:800px;*/
	background:#fff;
	}
	
#content .main_content {
	float:left;
	margin:0;
	padding:0;
	
	width:745px;
	}
#content .main_content H1 {
	margin:5px 0 0 10px;
	padding:0;
	height:30px;
	font-size:1px;
	}
			
			

		
#container .page_number {
	text-align:center;
	font-family:Arial, Tahoma, Verdana;
	}
	#container .page_number SPAN {
		font-weight:bold;
		text-decoration:underline;
		}
	#container .page_number A {
		color:#0066cc;
		}
/*#content  .nodata {
	font-family:Arial, Tahoma, Verdana;
	font-size:0.75em;
	text-align:center;
	}*/

	
	
ADDRESS {
	float:none;
	margin:auto;
	
	width:960px;
	height:90px;
	background:url(../img/footer_bg.png) no-repeat;
	
	font-style:normal;
	}
	ADDRESS .copyright {
		padding:33px 0 0 0;
		}
	ADDRESS SPAN {
		display:block;
		margin:0 0 3px 20px;
		font-family:Arial, Tahoma, Verdana;
		font-size:0.7em;
		color:#333;
		}
	
	

#user-count-block {
	position: absolute;
	bottom: 10px;
	right: 15px;
	margin:15px; 
	padding:5px; 
	text-align:center; 
	border:solid 1px #ccc;
	width:160px;
	}
#banner290x70 {
	position: absolute;
	left: 0px;
	bottom: 10px;
	margin:2px 0 10px 10px;
	width: 315px;
	}
#banner290x70 IMG {
	margin:0 0 0 5px;
	width:140px;
	height:70px;
	}	

	
.clearfix {
	clear:both;
	height:1px;
	font-size:0.1pt;
	}

	
	
	
/* clearfix */
.newclearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.newclearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .newclearfix {height: 1%;}
.newclearfix {display: block;}
