@charset "utf-8";
#wrapper {
	width:780px;
	margin: 0 auto 0 auto;
}
#header {
	width:780px;
	height:163px;
	background: url(images/head.gif);
}
#main {
	width:780px;
	float:left;
	clear:none;
}
#lBar {
	width:179px;
	float:left;
	clear:none;
	background: #116A41 url(images/lBarBottomBG.gif) no-repeat center bottom;
	padding-bottom: 25px;
}
#lNav ul {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:bold;
}
#lNav li {
	display:block;
	list-style:none;
	height:34px;
	width:179px;
	margin:0;
	padding:0;
}
#lNav a {
	padding-top:5px;
	padding-left:20px;
	float:left;
	height:29px;
	width:159px;
	margin:0;
	text-decoration:none;
}
#lNav a:link {
	background: url(images/lNav.gif) no-repeat center center;
	color: #FFF;
}
#lNav a:visited {
	background: url(images/lNav.gif) no-repeat center center;
	color: #FFF;
}
#lNav a:hover {
	background: url(images/lNavAlt.gif) no-repeat center center;
}
#lNav a:active {
	background: url(images/lNavActive.gif) no-repeat center center;
	color: #FFF;
}
#aff {
	width:159px;
	padding:10px;
	margin:0;
	float:left;
	clear:left;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}
#content {
	width:580px;
	float:right;
	padding-top: 25px;
}
#bottomColors {
	background: url(images/bottomColors.gif) no-repeat center center;
	height: 46px;
	width: 780px;
	float:left;
	clear:both;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
#bottomColors {
	padding-top:10px;
}
.box {
	margin:20px;
	font-size: 12px;
}
.box a {
	text-decoration:none;
	font-weight:bold;
	padding-left:55px;
}
.box a:link {
	color:#000;
	background: url(images/sword.gif) no-repeat left center;	
}
.box a:visited {
	color:#000;
	background: url(images/sword.gif) no-repeat left center;	
}
.box a:hover {
	color:#116A41;
	background: url(images/swordAlt.gif) no-repeat left center;	
}
.box a:active {
	color:#666;
	background: url(images/swordActive.gif) no-repeat left center;	
}
.cheat {
	margin:20px;
	font-size: 12px;
	background-color:#116A41;
	text-align:left;
	padding:5px;
	color:#FFF;
}
.sideText {
	width:160px;
	margin:20px auto 0 auto;
}
.centerGraphic {
	background: url(images/BGGraphic.gif) no-repeat center center;
	height:82px;
	width:423px;
	padding:25px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.centerGraphic a {
	text-decoration:none;
}
.centerGraphic a:link {
	color:#FFF;
}
.centerGraphic a:visited {
	color:#FFF;
}
.centerGraphic a:hover {
	color:#CCC;
}
.centerGraphic a:active {
	color:#999;
}
.videoAd {
	width:400px;
	margin:10px auto 10px auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:26px;
	padding-bottom: 5px;
	border-bottom: 5px solid #000;
}
h2 {
	font-size:18px;
	margin-top: 30px;
	color:#116A41;
	padding-bottom: 2px;
	border-bottom: 2px dotted #116A41;
}
a img {
	border:none;
}