﻿body {
	background-color:#fff;
	color:#000;
	font-family:verdana;
	background: url(gradient.png) repeat-x;
}
#body {
	padding-top: 10px;
	width:790px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	
	background:url(BurwoodImages/aboutgame.jpg) no-repeat;
	color:#fff;
	padding:10px;
	height:307px;
	border:solid 2px #000;
}
#header h1 {
	text-transform:uppercase;
	font-family:verdana;
	font-size:300%;
	font-weight:bold;
	letter-spacing:-9px;
	margin-top:5px;
}
h1#shadow1 {
	position:relative;
	color:#88bc4d;
	left:-1px;
	top:-4px;
	margin:0;
}
h1#shadow2 {
	position:relative;
	color:#ca1f27;
	left:1px;
	top:-65px;
	margin:0;
}
h1#logo {
	position:relative;
	color:#fff;
	left:0px;
	top:-123px;
	margin:0;
}
#fauxRightColumn {
	background:#fff;
	float:right;
	width:200px;
	padding-top:15px;
	padding-left:15px;
	margin:15px;
	border-left:solid 5px white;
	
}
#fauxRightColumn h2 {
	margin-top:-10px;
}
#intro {
	padding:5px;
	margin-top:15px;
	width:400px;
}

#splash {
	height: 100px;
	background-color: #7bba56;
	border-bottom: 2px #000 solid;
	padding: 10px;
}
#splash h2 { 
	font-family: times new roman;
	font-style:italic;
	letter-spacing: -2px;
	font-size: 28px;
	padding: 0px;
	line-height: 20px;
	}
	
#splash img { float: left; margin-right: 10px; }	

#splashRight {
	float: right;
	padding-left: 5px;
	width: 395px;
	
}
#splashLeft img {
	margin-top: -3px;
}

img.border { border: 2px solid #000; }
#content {
	background:url(fs2a.jpg) repeat-x;
	font-size:90%;
	padding:2px;
	font-family:verdana;
	padding-top:0px;
}
#contentInner {
	background:#fff;
	padding:10px;
}
#contentInner h1,#contentInner h2,#contentInner h3 {
	letter-spacing:-2px;
	padding-left:15px;
	
	
	
}
#tabsH {
	float:right;
	margin-top:-28px;
	padding-top:0px;
	height:21px;
	width:auto;
	font-size:93%;
	line-height:normal;
}
#tabsH ul {
	margin:0;
	padding:1px 10px 0 5px;
	list-style:none;
}
#tabsH li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsH a {
	float:left;
	background:url("tableftC.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsH a span {
	float:left;
	display:block;
	background:url("tabrightC.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {
	float: none;
}
/* End IE5-Mac hack */
#tabsH a:hover span, #tabsH a.active span {
	color:#fff;
}
#tabsH a:hover, #tabsH a.active {
	color:#fff;
	background-position:0% -42px;
}
#tabsH a:hover span, #tabsH a.active span {
	color:#fff;
	background-position:100% -42px;
}
#footer {
	text-align:center;
	font-size:70%;
	padding:5px;
	padding-right:10px;
	color:#333;
}
#content a {
	color:#111;
}
#content a:hover {
	color:#030;
}
#footer a {
	color:#111;
	text-decoration:none;
	border-bottom:1px dashed;
}
#footer a:hover {
	color:#030;
}
ul.highlight {
	list-style:none;
	margin-left:0;
	padding-left:1em;
	text-indent:-1em;
}
ul.highlight li {
	display:inline;
}
ul.highlight li a {
	display:block;
	background:url(bullet_green.png) left center no-repeat;
	padding-left:35px;
}
ul.highlight li a:hover {
	background: url(bullet_go.png) left center no-repeat;
}

.right { 
	float: right; 
	padding-left: 20px; 
}
