body {
	background-color: #000;
	color: #E8E8E8;
	font-family: "Georgia", serif;
}

a img{
	border:none;
}
a.rollover{
	display:block;
	border: 1px solid #2f2c2a;
}

.centered{
	margin:0 auto;
}

.bordered{
	border: 1px solid #2f2c2a;
}

#container {
	width: 900px;
	margin: 10px auto;
	position: relative;
}
#header{
	height:136px;
	position:relative;
	width:100%;
	background: url("../images/header2.jpg");
}


#search{
	position:absolute;
	top:70px;
	right:15px;
}

#footer{
	border-top: 1px dashed #181615;
	padding: 10px;
	margin: 20px auto 10px auto;
	width: 860px;
	clear:both;
}


#nav {
	width: 892px;
	position:absolute;
	top:110px;
	padding-left:10px;
}
#nav ul{
	list-style: none;
	padding:0px;
	margin:0px;
}
#nav ul li{
	float:left;
	border-left: 1px dotted #2f2c2a;
	width:125px;
	text-align:center;
}
#nav ul li.last{
	border-right: 1px dotted #2f2c2a;
}
#nav ul li a{
	font-size:80%;
	color:#AAA;
	width:120px;
	margin:0px;
	padding:0px;
	height:25px;
	font-weight:normal;
	text-decoration:none;
} 
#nav ul li a:hover, #nav ul li a.active{
	color:#fff;
	font-weight:bold;
}


#banner{
	background:url("../images/banner.jpg") no-repeat center top;
	height:150px;
	width: 100%;
}



#wrapper{
  width:880px;
  margin:0 auto;
}

#borderpatrol{
	  border: solid 1px #2f2c2a;
	  float:left;
	  width:880px;
}

#left {
	float: left;
	width: 220px;
	padding: 10px;
}

#right {
	float: right;
	width: 200px;
	padding:10px;
}

#center {
	padding:10px;
	margin-left: 240px;
	margin-right: 220px;
}

.news_item{
	border-bottom:1px dashed #222222;
	margin:0 0 15px 0;
	font-size:85%;
}

p.date{
	font-size:90%;
	font-weight:bolder;
}
p.small{
	font-size:70%;
}




.center_content{
	border:1px solid #2f2c2a;
	margin: 5px 0;
	padding: 10px;
	background: #0b0b0b;
	font-size:93%;
}

.center_content h2{
	margin:2px 0 0 0;
	padding:0;
}
.center_content p{
	margin:0 0 10px 0;
	padding:0;
}

.bigbox{
	background: url("../images/topleft_grunge.jpg") no-repeat top left;
	padding:10px;
	width:860px;
}

a{
	color:#AAA;
}

a.visited{
	color:#beb181;
}

#person_details{
	width:750px;
	height:450px;
	margin-top:10px;
}

.competitor{
	float:left;
	margin:20px 0 25px 10px;
	cursor:hand;
}

.info{
	display: none;
}

.details{
	width:750px;
	height:450px;
}

.flash{
	padding:100px 0 0 25px;
}
.result{
	width:800px;
	background:url(../images/grunge_back.jpg) no-repeat top left;
	margin:10px auto;
	height:475px;
}
.scoresheet{
	width:550px;
	float:right;
	overflow-x:scroll;
}
.headrow{
	height:75px;
}
/* root element for tabs  */
ul.css-tabs{
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
	width:825px;
}
/* single tab */
ul.css-tabs li{  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}
/* link inside the tab. uses a background image */
ul.css-tabs a{ 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}
ul.css-tabs a:hover{
	background-color:#F7F7F7;
	color:#333;
}
/* selected tab */
ul.css-tabs a.current{
	background-color:#ccc;
	border-bottom:2px solid #ddd;
	color:#000;
	cursor:default;
	font-weight: bold;
}
/* tab pane */
div.pane{
	display:block;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	width: 800px;
}
.clickme {
	text-decoration: underline;
}
