body{
	background: url('../images/top.png') repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


img{
	border: none;
}

#ads{
	margin: 0 auto;
}

#heading{
	background: url('/images/header.png') no-repeat;
	color: white;
	height: 59px;
	width: 658px;
	text-align: center;
	margin: 0 auto;
	margin-top: -12px;
	padding-top: 1px;
	padding-bottom: 10px;
}

#footer_bg{
	background: url('/images/base_back.png') bottom repeat-x;
	height: 623px;
	width: 100%;
	margin: 0 auto;
	margin-top: -500px;
}

#page_wrap{
	width: 960px;
	margin: 0 auto;
}

#logo{
	background: url('/images/logo.png') no-repeat;
	height: 196px;
	width: 509px;
}

#content_wrap{
	width: 800px;
	margin: 0 auto;
}

ul.tabs{
	list-style: none;
	display: inline;
	width: 686px; 	
}

ul.tabs li a{
	background: url('/images/tab_normal.png') no-repeat;
	height: 78px;
	width: 98px;
	float: left;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 30px;
	font-size: 15px;
}

ul.tabs li.active a, ul.tabs li.active{
	background: url('/images/tab_active.png') no-repeat;	
}

#content{
	background: url('/images/content_bg.png') repeat-y;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -30px;
	position: relative;
}

#c_text{
	background: url('/images/text_bg.png') repeat-y;
	width: 738px;
	margin: 0 auto;
	padding-top: 10px;
}

#text_wrap{
	padding: 10px;
	font-size: 80%;
}

#c_base{
	background: url('/images/c_base.png');
	width: 800px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

ul.footer{
	list-style: none;
	display: block;
	width: 600px;
	margin: 0 auto;
}

ul.footer li, ul.footer li a{
	width: 200px;
	text-align: center;
	float: left;
	text-decoration: none;
	color: white;
	font-size: 13px;
}

#footer_text {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	color: white;
}

#footer_text a{
	color: white;
	text-decoration: none;
	font-size: 13px;
}

/*  Form Styles */

#form_text{
    text-align:right;
}


#inner{
    margin-right:300px;
}


input#team{
	width: 400px;
	height: 50px;
	margin-left: 100px;
	font-size: 20px;
	color: gray;
}

#maptext{
	font-size: 80%;
}


/* Float Clear */

#clear{
	clear: both;
}

/*  News Feed Styling */

#news_title{
	margin-top: 10px;
	font-family: Arial;
	font-size: 20px;
	text-align: center;
}

#news_top{
	background: url('/images/blog_top.png') no-repeat;
	width: 700px;
	height: 66px;
	padding-left: 10px;
	color: white;
}

#news_mid{
	background: url('/images/blog_mid.png') repeat-y;
	widows: 700px;
}

#news_base{
	background: url('/images/blog_base.png') no-repeat;
	width: 700px;
	height: 28px;
	margin-top: -16px;
}

#text{
	padding: 30px;
}

#news_title a{
	color: #286A9D;
	text-decoration: none;
}

#date{
	text-align: center;
	font-size: 10px;
}

#feeds{
	padding-left: 20px;
	margin-right: 20px; 
}
