/*
(c) Blockis.org
(c) CSS Designed for TenRomeo.Com
(c) 2009
*/

.load {
	width: 900px;
	height: 900px;
}

.container {
	width: 900px;
	height: 900px;
	padding: auto;
	margin: auto;
}

.loading {
	width: 400px;
	height: 100px;
	background-image: url(images/loading.gif);
	background-repeat: repeat-none;
}

.header {
	width: 900px;
	height: 107px;
	background-image: url(images/blank.png);
	background-repeat: repeat;
	padding: auto;
	margin: auto;
}

.h_left {
	width: 128px;
	height: 107px;
	background-image: url(images/header_left.png);
	background-repeat: no-repeat;
	float: left;
}

.stats {
	width: 400px;
	height: 100px;
	background-image: url(images/stats.png);
	background-repeat: no-repeat;
	margin: auto;
	padding: auto;
}

.h_logo {
	width: 280px;
	height: 107px;
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	float: left;
}

.h_right {
	width: 492px;
	height: 107px;
	background-image: url(images/header_right.png);
	background-repeat: no-repeat;
	float: left;
}

#lotxt {
	color: white;
	text-align: center;
}

#date {
	padding: 0; 
	margin: 0px auto; 
	font-size: .96em;
	color: white;
	text-align: center;
}

#nav_contain{
	width: 100%; 
	height: 35px; 
	background: url(images/menu_bg.png) repeat-x; 
	margin:0; 
	padding:0;
}
#nav{
	width: 800px; 
	height: 35px; 
	padding: 0; 
	margin: 0px auto; 
	font-size: .85em;
}
#nav ul{
	margin:0px auto; 
	height:35px; 
	padding:0; 
	display:block; 
	width:800px;
}
#nav ul li{
	display:block; 
	float:left; 
	width:75px; 
	height:35px; 
	padding:0px 30px 0px 0px; 
	text-align:center;
}
#nav ul li a{
	width:100%; 
	height:100%; 
	display:block; 
	color:#ffffff; 
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a.active{
	background: url(images/menu_on.png) repeat-x; 
	width:100%; 
	height:100%;
	color:#ffffff;
}

.c_top {
	width: 900px;
	height: 9px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
}

.home_left {
	width: 41px;
	height: 400px;
	background-image: url(images/c_left_bg.png);
	background-repeat: repeat-y;
	float: left;
}

.home {
	width: 812px;
	height: 400px;
	background-image: url(images/c_main_bg.png);
	background-repeat: repeat-y;
	float: left;
}

.home_right {
	width: 47px;
	height: 400px;
	background-image: url(images/c_right_bg.png);
	background-repeat: repeat-y;
	float: left;
}

.c_bottom {
	width: 900px;
	height: 9px;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	float: left;
}

#bold1 {
	font-weight: bold;
	
}

#advisors, #advisors ul, #advisors ul li {
	font-size: .75em;
	
}


body {
padding: 0;
margin: 0;
background: url(images/bg.png);
background-repeat: repeat;
}

