body {
	background: #fff url(images/back.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	margin: 0px auto;
	font-size: 12px;
}

#header {
	width: 900px;
	margin: 0px auto;
}

a{
	text-decoration: none;
	color: #66cc00;
}

a:hover {
	color: #333;
}

/* NAV BAR (LINKS) */

#nav {
	float: right;
	padding: 58px 0 0 0;
}

.links_back { /* table cell */
	background: url(images/nav_02.png) repeat-x center bottom;
}

#links_div{
	
}

ul.links {

}

ul.links, ul.links li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.links li {
	display: inline;
	margin: 0px;
	padding: 0px;

}

ul.links a{
	background: url(images/divider.png) right no-repeat;
	color: #fff;
	padding: 0 9px 0 3px;
	text-decoration: none;
	font-size: 14px;	
}

ul.links .last a{
	background: none;
}

ul.links a:hover{
	color: #a9ff00;
}


#content {
	padding: 30px 0 0 0;
	clear: both;
	margin: 0px auto;
}

#content-small {
	padding: 50px 0 0 0;
	clear: both;
	margin: 0px auto;
}

#main_content {
	font-size: 14px;
	color: #666; 
}

#flash{
	float: left;
}

#welcome {
	padding: 10px 0 10px 0;
	float: left;
	width: 360px;
}

#stats {
	float: right;
}

#footer {
	background: url(images/index_14.png) top no-repeat;
	height: 53px;
	clear: both;
	width: 900px;
}	

#footer p {
	padding: 14px 0 0 0;
	color: #fff;
	clear: both;
}	



/* STATS STYLES */

.stats_back{
	background: url(images/index_08.png) center repeat-y;
	padding: 0px 15px 0 15px;
}

.green_title {
	font-weight: bold;
	font-size: 18px;
	color: #66cc00;
	margin: 7px 0 0 0;
	display: block;
}

.orange_title{
	font-weight: bold;
	font-size: 18px;
	color: #cc9900;
	margin: 7px 0 7px; 0;
	display: block;
}

.big_number{
	padding: 0 0 0 5px;
	font-size: 30px;
	color: #666;
	font-weight: bold;
	display: block;
}

.selected {
	background: #6c0;
	color: #fff;
	padding: 2px;
}

.name{
	font-size: 12px;
	color: #666;
}

.score{
	font-size: 12px;
	color: #666;
}

.small_text{
	font-size: 10px;
}

.positive_margin{
	color: #6c0;
}	

