body {
	text-align: left;
	background-image:url('../images/background.jpg');
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	height: 100%;
}

a:link {font-weight: bold; color: red; text-decoration: none; }
a:active {font-weight: bold; color: #000; text-decoration: none; }
a:visited { color: #980000; text-decoration: bold; }
a:hover {color: black; text-decoration: none; }
H1, H2, H3 { 
	font-family: helvetica bold, verdana; 
	text-decoration: none;
	color: #600000;
}	


.clear:after {
	content: ""; display: block; clear: both;
}

.clear {
	zoom: 1; 
}
	
#wrapper {
	background-color: #fff;
	margin: 0px auto;
	width: 800px;
	
}

#header h1 a{
	display: block; 
	width: 389px; 
	height: 99px; 
	float: left;
	text-indent: -9999px;
}

#header {
	background-image: url('../images/repeat.jpg');
	background-repeat: repeat-x;
	background-position:top left;
	margin: 0 0 -99px 0;
	width: 400px;
	float: left;
	border-bottom: 1px solid #000;
	
}
#navcontainer {
	background-image: url('../images/repeat.jpg');
	background-repeat: repeat-x;
	float:left;
	width: 800px;
	height: 99px;
}

/*--navigation list--*/
#navlist
{
margin-top: 78px;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 5px 4px 5px;
text-decoration: none;
color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #fff;
}

#navlist a:hover { color: #000; }
/*--end navlist--*/

#biggun {
	width: 800px;
	height: 468px;
	float: left;
	margin: 5px 0 5px 0;	
	background: #fff;
}

#subimg {
	width: 800px;
	height: 240px;
	float: left;
	margin: 5px 0 5px 0;
	background: #fff;
}

#leftcolumn {
	text-align: left;
	background: #fff;
	float: left;
	width: 319px;
	height: 100%;
	margin: 5px;
	padding: 5px;
}

#middlecolumn {
	text-align: left;
	background: #fff;
	float: left;
	width: 210px;
	height: 100%;
	margin: 5px;
	padding: 5px;
}

#rightcolumn {
	background: #fff;
	float: right;
	width: 210px;
	height: 100%;
	margin: 5px;
	padding: 5px;
}
#teamcolumn {
	text-align: left;
	background: #fff;
	float: left;
	width: 790px;
	margin: 0px;
	padding: 5px;
}


#footer {
	background: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
	float: left;
	height: 30px;
	width: 790px;
	padding: 5px;
	clear: both;
}

table.results {
	border-collapse: collapse;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10px;
	width: 790px; 	
}

th {
	padding: 0 0.5em;
	text-align: left;
}

td {
	border-bottom: 0px solid #ccc;
	padding: 0 0.5em;
}

td:first-child {
	width: 100px;
}

td+td {
	border-left: 1px solid #ccc;
	text-align: left;
}	

#block1 {
	background:white none repeat scroll 0 0;
	border:1px solid #4a4a4a;
	margin:5px 0px;
	padding:20px;
}
#block1 h2{
	font-family:Helvetica,"Times New Roman",Times,serif;
	font-weight:normal;
	font-size: 2em;
	padding:2px 0 0;
	text-transform:capitalize;
	line-height:1.2em;
	margin:0 0 10px;
}
#block1 p em {
	color:#999999;
	font-family:Helvetica,"Times New Roman",Times,serif;
	font-style:italic;
	letter-spacing:0.2em;
	margin:5px 0 5px;
	text-transform:none;
	padding-bottom:10px;
}
#block1 a{
color: #600000;
text-decoration:none;
}
#block1 a:hover{
text-decoration:underline
}

#block1 .comments{
	background:url(images/comments.png) no-repeat;
	padding:0 0 0 5px
}
#block1 .cat{
	background:url(images/folder.png) no-repeat;
	padding:0 0 5px 5px;
}
