*{
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}
html, body {
  height: 100%;
}
html {
  overflow: auto; /* for IE */
	background: url('../assets/ring.png') no-repeat #272C03 fixed;
	background-position: 700px 0px;
}
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #a79125;
}
div#header {
	position: relative;
	width: 760px;
	height: 94px;
}
div#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
/*-------------------------------------------------------------------Logo*/
div#logo {
	position: absolute;
	top: 43px;
	left: 45px;
}
div#logo a img {
	border: none;
}
/*-------------------------------------------------------------------Main Navigation*/
#mainNav {
	display: none;
}
div#navSample {
	position: absolute;
	top: 35px;
	right: 80px;
}
/*-------------------------------------------------------------------Greet*/
div#greet {
	float: left;
	width: 760px;
	margin-top: 60px;
	text-indent: -9999px;
	padding-bottom: 40px;
}
div#greet span {
	font-weight: bold;
}
div#greet h2, div#greet h2#cs, div#greet h2#four {
	background: url('../assets/mainGreet.gif') no-repeat;
}
div#greet h2#cs {
	background: url('../assets/cs.gif') no-repeat;
}
div#greet h2#four {
	background: url('../assets/404.gif') no-repeat;
}
div#greet p {
	margin-left: 92px;
	margin-bottom: 10px;
	text-indent: 0;
	font-size: 11px;
	width: 600px;
}
/*-------------------------------------------------------------------Main Content*/
div#mainContent {
	float: left;
	clear: left;
	width: 760px;
	text-indent: -9999px;
	background: url('../assets/process.gif') no-repeat;
	background-position: 43px 0px;
	padding-bottom: 40px;
	overflow: hidden;
}
div#process {
	margin-left: 43px;
	margin-top: 80px;
	width: 631px;
}
div#mainContent p {
	margin-left: 268px;
	margin-bottom: 10px;
	text-indent: 0;
	width: 385px;
	font-size: 11px;
}
/*-------------------------------------------------------------------Sub Content*/
div#subContent {
	float: left;
	clear: left;
	text-indent: -9999px;
	margin-top: 20px;
	padding-bottom: 100px;
	width: 760px;
}
div#subContent h3 {
	background: url('../assets/featured.gif') no-repeat;
	margin-left: 2px;
	margin-bottom: -3px;
}
div#subContent p {
	float: left;
	text-indent: 0;
	width: 263px;
	margin-left: 96px;
	font-size: 11px;
}
div#subContent div#promo {
  float: right;
	width: 276px;
	height: 85px;
	margin-right: 105px;
	margin-top: 5px;
	background: url('../assets/lynnmatPromo.gif') no-repeat;
}
/*-------------------------------------------------------------------Links*/
a.hotlink:link, a.hotlink:visited, a.hotlink:active {
	text-decoration: none;
	border-bottom: 1px dotted #8C791F;
	color: #d9c04f;
	padding-bottom: 2px;
}
a.hotlink:hover {
	border-bottom: none;
}
/*-------------------------------------------------------------------Footer*/
/*-------------------------------------------------------------------Footer*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	font-size: 10px;
	padding-bottom: 3px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #1e2002;
	padding: 10px 30px 10px 10px;
	color: #c6aa2b;
	opacity: .3;
	/*letter-spacing: -.9px;*/
}
#footerWrap {
	float: left;
}
#footerWrap2 {
	float: right;
	padding-right: 20px;
}
