@charset "utf-8";
/* Start Cheat */
body,h1,h2,h3,h4,h5,h6,p,form,input{margin:0px;padding:0px;}
/* End Cheat */

body {
	font-family: Arial, Verdana, sans-serif;
	background-image: url('../images/BG.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
}
/*header*/
#headTop {
	position: relative;
	width: 1020px;
	height: 35px;
	background-image: url('../images/headerTopBG.png');
	margin: auto;
	padding-top: 5px;
	text-align: center;
}

#headTop h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #ebebeb;
}

#head {
	position: relative;
	width: 1020px;
	height: 541px;
	background-image: url('../images/headBG.png');
	margin: auto;
}

#head #topSignUp {
	position: relative;
	width: 416px;
	height: 53px;
	background-image: url('../images/topSignUpBG.png');
	top: 20px;
	margin-left: 500px;
	padding-top: 68px;
	padding-left: 68px;
}

#head #topSignUp form div {
	display: inline;
}

#head #topSignUp form label {
	color: #FFFFFF;
	line-height: 24px;
}

#head #topSignUp form input[type="text"] {
	line-height: 24px;
}

#head #topSignUp form input[type="submit"] {
	width: 123px;
	height: 24px;
	line-height: 24px;
	background-color: transparent;
	background-image: url('../images/signUpBtnY.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
/*head2*/
#head2 {
	position: relative;
	width: 1020px;
	height: 171px;
	background-image: url('../images/head2BG.png');
	margin: auto;
}
/*nav*/
#nav {
	position: relative;
	width: 1020px;
	height: 27px;
	text-align: right;
	background-image: url('../images/navBG.png');
	margin: auto;
	padding-top: 13px;
	text-align: right;
}

#nav p.navlink {
	color: #111111;
}

#nav p.navlink a {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
	padding-right: 30px;
}

#nav p.navlink a:hover {
	text-decoration: underline;
}

/*main*/
#main {
	position: relative;
	width: 952px;
	background-image: url('../images/mainBG.png');
	margin: auto;
	padding: 34px;
}

#main #mainTop {
	position: relative;
	width: 954px;
	height: 285px;
}

#main #mainTop #topLeft {
	position: relative;
	width: 670px;
	height: 285px;
	float: left;
}

#main #mainTop #topLeft h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #3c2f06;
	padding-bottom: 8px;
}

#main #mainTop #topLeft p {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 8px;
}

#main #mainTop #topRight {
	position: relative;
	width: 264px;
	height: 285px;
	float: left;
	text-align: center;
	padding-left: 20px;
}

#main #mainTop #midSignUp {
	position: relative;
	width: 717px;
	height: 67px;
	background-image: url('../images/goldWrapBG.png');
	background-repeat: no-repeat;
	margin-top: -17px;
	margin-left: -34px;
	padding-top: 70px;
	z-index: 1;
}

#main #mainTop #topLeft #midSignUp span.subscribe {
	position: relative;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #333333;
	padding-left: 60px;
	padding-right: 20px;
}

#main #mainTop #topLeft #midSignUp form div {
	display: inline;
}

#main #mainTop #topLeft #midSignUp form input[type="text"] {
	position: relative;
	top: -31px;
	left:340px;
	line-height: 24px;
	padding: 0px;
}

#main #mainTop #topLeft #midSignUp form input[type="submit"] {
	position: relative;
	top: -30px;
	left:340px;
	width: 123px;
	height: 24px;
	line-height: 24px;
	background-color: transparent;
	background-image: url('../images/signUpBtnY.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	padding: 0px;
}

#main #mainBottom {
	position: relative;
	width: 954px;
	height: 145px;
	clear: left;
}

#main #mainBottom #bottomLeft {
	position: relative;
	width: 160px;
	height: 145px;
	float: left;
}

#main #mainBottom #bottomRight {
	position: relative;
	width: 624px;
	height: 145px;
	float: left;
}

#main #mainBottom #bottomRight h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #3c2f06;
	padding-bottom: 8px;
}

#main #mainBottom #bottomRight p {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 8px;
}
/*main2*/
#main2 {
	position: relative;
	width: 952px;
	background-image: url('../images/mainBG.png');
	margin: auto;
	padding: 34px;
}

#main2 h2,h3,h4,h5,h6 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #3c2f06;
	padding-bottom: 8px;
}
#main2 p {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 8px;
}

#main2 ul li a {
	font-size: 14px;
	line-height: 14px;
}

#main2 ul li a:link {
	color: #FF0000;
	text-decoration: none;
}

#main2 ul li a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

#main2 ul li a:visited {
	color: #990000;
	text-decoration: none;
}

#main2 p.top {
	font-size: 12px;
	font-weight: bold;
}

#main2 p.top a {
	color: #FF0000;
	text-decoration: none;
}

#main2 p.top a:hover {
	color: #990000;
	text-decoration: underline;
}

#main2 span.bold {
	color: #FF0000;
}
/*footer*/
#foot {
	position: relative;
	width: 1020px;
	height: 48px;
	padding-top: 183px;
	background-image: url('../images/footerBG.png');
	margin: auto;
	text-align: center;
}

#foot p.footlink {
	color: #ebebeb;
	padding-bottom: 10px;
}

#foot p.footlink a {
	font-size: 12px;
	line-height: 12px;
	color: #ebebeb;
	text-decoration: none;
}

#foot p.footlink a:hover {
	text-decoration: underline;
}

#foot p.copy {
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
}

#foot #recentWinsMag {
	position: relative;
	width: 385px;
	height: 288px;
	margin-top: -363px;
	margin-left: 640px;
	background-image: url('../images/recentWins.png');
	z-index: 1;
}
/*pop*/
#pop {
	position: fixed;
	width: 275px;
	height: 300px;
	top: 200px;
	left: -50%;
	background-image: url('../images/popBG.png');
	background-repeat: no-repeat;
	padding-left: 325px;
	z-index: 5;
}

#pop #popInner {
	position: relative;
	width: 248px;
	height: 127px;
	padding-top: 165px;
}

#pop #popInner form input {
	display: block;
	margin: auto;
}

#pop #popInner form input[type="text"] {
	margin-bottom: 10px;
}

#pop #popInner form input[type="submit"] {
	width: 169px;
	height: 36px;
	background-color: transparent;
	background-image: url('../images/popBtn.png');
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
}

#pop #popInner #close {
	font-size: 12px;
	color: #FFFFFF;
	width: 41px;
	background-color: #333333;
	margin: auto;
	padding: 2px;
	cursor: pointer;
}
