body {
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.png) #370005;
	background-repeat: repeat-x;
	color: #000;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a {
	color: #9d0a0e;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a.visited {
	color: #9d0a0e;
	text-decoration: underline;
}


p {
	line-height: 20px;
	text-align: justify;
}

h1 {
	color: #666;
	font: bold 18px Helvetica, arial, sans-serif;
	line-height: 26px;
	margin: 20px 0 15px 25px;
}

/*** NAVIGATION ***/

#nav {
	position: absolute;
	top: 209px;
 	width: 832px;
 }
 
#nav ul {
	padding-left: 0;
	margin: 0;
	color: #FFF;
	width: 100%;
	height: 30px;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
}
 
#nav ul li {
	display: inline;
	list-style-type: none;
	height: 30px;
}

#nav ul li a {
	padding: 7px 15px 0 15px;
	color: #CCC;
	text-decoration: none;
	font-size: 13px;
	float: right;
	height: 14px;
}

#nav ul li a:hover {
	padding: 7px 15px 8px 15px;
	background-color: #2c2c2c;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	float: right;
	height: 14px;
}

/*** GLOBAL ***/

#sitewrapper {
	width: 848px;
	padding: 0;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	width: 848px;
	height: 241px;
	padding: 0;
	margin: 0; 
	background: url(../images/header_bg.png);
	background-repeat: no-repeat;
}

#logo {
	width: 235px;
	height: 257px;
	background: url(../images/burninators_logo.png);
	background-repeat: no-repeat;
	text-align: left;
}

#mainbody {
	margin: 15px;
}

#mainphoto {
	width: 816px;
	height: 276px;
	background: url(../images/main_photo.jpg);
	background-repeat: no-repeat;
}

#mainphoto2 {
	width: 816px;
	height: 276px;
	background: url(../images/main_photo2.jpg);
	background-repeat: no-repeat;
}

#leftcolumn {
	width: 545px;
	float: left;
	margin: 15px 0 0 0;
}

.home-text {
	width: 540px!important;
	padding-right: 5px;
}

#rightcolumn {
	float: right;	
	width: 255px;
	margin: 15px 0 0 0;
}

.clear {
	clear: both;
}

.title1 {
	width: 525px;
	background-color: #9d0a0e;
	color: #FFF;
	font-size: 14px;
	padding: 8px;
	font-family: century gothic, arial, helvetica, sans-serif;
	letter-spacing: 1;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.title2 {
	width: 235px;
	background: #9d0a0e;
	color: #FFF;
	font-size: 14px;
	padding: 8px;
	font-family: century gothic, arial, helvetica, sans-serif;
	letter-spacing: 1;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.text1 {
	width: 540px;
}

.scheduleBox {
	width: 252px;
	background-color: #e1e1e1;
}

.scheduleRow {
	width: 231px;
	padding: 0 10px 10px 10px;
}

.scheduleText {
	float: right;
	width: 180px;
}

.winBox {
	width: 20px;
	height: 20px;
	background-color: #39b44a;
	padding: 6px;
	color: #FFF;
	float: left;
	font-size: 20px;
	text-align: center;
	margin-left: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.loseBox {
	width: 20px;
	height: 20px;
	background-color: #9d0a0e;
	padding: 6px;
	color: #FFF;
	float: left;
	font-size: 20px;
	text-align: center;
	margin-left: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.noneBox {
	width: 20px;
	height: 20px;
	background-color: #666;
	padding: 6px;
	color: #FFF;
	float: left;
	font-size: 20px;
	text-align: center;
	margin-left: 4px;
}

.dottedLine {
	width: 220px;
	border-bottom: 1px dotted #999;
	margin: 0 0 12px 15px;
	text-align: right;
}

.currentRecord {
	font-size: 14px;
	font-weight: bold;
	color: #a0a0a0;
	padding: 0 0 6px 15px;
}

.gameDate {
	font-size: 16px;
	font-weight: bold;
	color: #363636;
}

.gameText {
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}

.roundTop {
	width: 255px;
	background: url(../images/roundTop.png);
	background-repeat: no-repeat;
	margin: 15px 0 -8px 0;
}

.roundBottom {
	width: 255px;
	background: url(../images/roundBottom.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#footer {
	width: 848px;
	height: 72px;
	background: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	margin: 0;
}

#footertext1 {
	width: 420px;
	height: 57px;
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 12px;
	color: #CCC;
	float: left;
	font-weight: bold;
}

#footertext1 a {
	color: #CCC!important;
	font-weight: bold;
}

#footertext1 span {
	font-size: 11px;
	color: #7c7c7c;
	font-weight: normal;
}

#footertext2 {
	width: 390px;
	height: 57px;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 13px;
	color: #d6141b;
	float: right;
}

#footertext2 span {
	font-size: 11px;
	color: #7c7c7c;
}

#footertext2 span a {
	font-size: 11px;
	color: #7c7c7c;
}

.space {
	height:7px;
}

.space60 {
	margin-bottom: 60px;
}

.byline {
	font-size: 10px;
	color:#666;
	font-style: italic;
	margin: 2px 0 15px 0;
}

.revTitle {
	font-size: 16px;
	color:#333;
	margin-top: 20px;
	font-weight: bold;
}

.revTitle span {
	color:#666;
	font-size: 13px;
	font-weight: normal;
}

.sepLine {
	border-bottom: 1px dotted #666;
	width:540px;
	height:2px;
	margin:15px 0 15px 0;
}

blockquote {
	font-size: 10px;
	color:#666;

}

ol li {
	color:#560007;
	line-height: 20px;
	margin-bottom: 5px;
}

/************ FLICKR **************/

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 6px solid #ccc !important; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#990000;}
table#flickr_badge_uber_wrapper {width: 540px;}
table#flickr_badge_wrapper, table#flickr_badge_wrapper tr {width: 540px!important;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
.photogallery {
	margin: 15px 0 15px 0;
	width: 540px;
}

.photogallery a img {
	margin: 0 12px 15px 9px!important;
	float: left;
}
				