@charset "utf-8";

body, body.mceContentBody
{
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: Arial;
	font-size: 14px;
}

h1
{
	font-size: 2.7em;
}
h2
{
	font-size: 2em;
}
h3
{
	font-size: 1.5em;
}
h4
{
	font-size: 1.35em;
}

#wrapper
{
	margin: auto;
	width: 958px;
	border: solid 5px #ffffff;
	background: #ffffff url('foot.gif') bottom center no-repeat;
	padding-bottom: 50px;
}

#nav
{
	width: auto;
	height: 42px;
	background: url('nav.gif') top center no-repeat;
	border-bottom: solid 5px #ffffff;
}
#nav ul, #nav ul li
{
	margin: 0px;
	padding: 0px;
}
#nav ul
{
	padding-top: 10px;
}
#nav ul li
{
	float: left;
	list-style: none;
	padding: 0px 70px;
}
#nav ul li a
{
	color: #ffffff;
	font-size: 1.25em;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

#header
{
	width: auto;
	height: 855px;
	background: url('header.gif') top center no-repeat;
	color: #ffffff;
}

#headSubscribe
{
	float: right;
	padding: 20px;
	width: 240px;
	height: 110px;
	margin: 17px 13px 0px;
	font-size: 1.25em;
}
#headSubscribe .input
{
	width: 100%;
	border: solid #0069ba 2px;
	background: #f2e400;
}
#headSubscribe .button
{
	float: right;
	border: solid #43aafd 1px;
	font-weight: bold;
	background: #000000;
	color: #ffffff;
}
#headWinners
{
	float: right;
	width: 280px;
	height: 295px;
	margin: 85px 13px 0px;
	color: #ffff00;
	font-size: 2.5em;
	font-weight: bold;
}

#content, body.mceContentBody
{
	width: auto;
	min-height: 138px;
	padding: 0px 20px;
	background: url('body.gif') top center no-repeat;
	color: #000000;
}
body.mceContentBody
{
	padding: 0px;
}
* html #content
{
	height: 138px;
}
#content *:first-child
{
	margin-top: 0px;
}

.sub
{
	margin: auto;
	width: 476px;
	height: 128px;
	background: url('sub.png') center center no-repeat;
	color: #ffffff;
}
.sub form
{
	margin-top: 15px;
	font-size: 1.25em;
	text-align: center;
}
.subHeading
{
	padding-top: 10px;
	font-size: 1.5em;
	text-align: center;
	color: #000000;
}
.sub .input
{
	border: solid 1px #2c88bb;
	width: 250px;
	font-size: 1.25em;
	padding: 0px 5px;
}
.sub .btnSubmit, .sub .btnSignup
{
	display: block;
	margin: auto;
	margin-top: 15px;
	width: 116px;
	height: 30px;
	border: none;
}
.sub .btnSubmit
{
	background: url('btn-submit.gif') center center no-repeat;
}
.sub .btnSignup
{
	background: url('btn-signup.gif') center center no-repeat;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

.small
{
	font-size: 0.9em;
}
.smaller
{
	font-size: 0.75em;
}
.smallest
{
	font-size: 0.5em;
}
.big
{
	font-size: 1.25em;
}
.bigger
{
	font-size: 1.5em;
}
.biggest
{
	font-size: 2em;
}

.underline
{
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
}

.error
{
	margin-bottom: 5px;
	border: solid 1px #ff0000;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}
.note
{
	margin-bottom: 5px;
	border: solid 1px #0000ff;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
}