/* main.css (for main caption it page) */

* { margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, Geneva, Helevetica, sans-serif; }
.clearer { clear: both; height: 0px; }

a img { border: none; }
a:visited { color: blue; }
a:hover { color: #0066FF; }

body {
	width: 100%;
	background: url(header-bg.jpg) repeat-x top left;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#header {
	float: left;
	width: 978px;
	height: 165px;
}

#header #logo {
	float: left;
	display: inline;
	width: 409px;
	margin-top: 6px;
}

#header #pierGuys {
	float: left;
	display: inline;
	width: 285px;
}

#header #bfc {
	float: left;
	display: inline;
	width: 248px;
	margin: 42px 0px 0px 17px;
}

#content {
	float: left;
	width: 978px;
}

#content #leftSide {
	float: left;
	display: inline;
	width: 555px;
}

#content #leftSide img#win {
	vertical-align: top;
}

#leftSide #currentSpon {
	float: left;
	width: 547px;
	margin-top: 5px;
}

#curSponBox {
	float: left;
	display: inline;
	width: 545px;
	padding-bottom: 5px;
	border: 1px solid #B6B6B6;
	border-top-width: 0px;
	background-color: #F3F3F3;
}

#curSponBox #sponLogo {
	float: left;
	display: inline;
	width: 272px;
	margin: 6px 0px 0px 6px;
}

#curSponBox #sponInfo {
	float: left;
	display: inline;
	width: 252px;
	margin: 6px 0px 0px 9px;
	text-align: center;
	letter-spacing: 1px;
}

#sponInfo #sponName {
	margin-top: 9px;
	font-family: 'Trebuchet MS', Tahoma, Georgia, 'Times New Roman', sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#sponInfo #sponName a {
	text-decoration: none;
	color: #c24040;
}

#sponInfo #sponName a:hover {
	text-decoration: underline;
}

#sponInfo #sponURL {
	margin-top: 6px;
	font-family: Tahoma, Arial, Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#sponInfo #sponURL a {
	color: #15428d;
	text-decoration: none;
}

#sponInfo #sponURL a:hover {
	color: #2b64c1;
}

#sponInfo p {
	padding-top: 13px;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}













#content #rightSide {
	float: right;
	display: inline;
	width: 419px;
	padding-top: 4px;
	text-align: right;
}

#rightSide .capButton {
	margin-top: 3px;
}


#questions {
	float: left;
	display: inline;
	width: 582px;
	margin: 80px 0px 0px 192px;;
}

#questions h2 {
	padding-top: 20px;
	font-family: 'Trebuchet MS', Tahoma, Georgia, 'Times New Roman', sans-serif;
	font-size: 21px;
	color: #676767;
}

#questions p {
	padding: 5px 0px 0px 17px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #656565;
	letter-spacing: 1px;
	line-height: 16px;
}

#foot {
	float: left;
	width: 978px;
	margin-top: 50px;
}

img#sep {
	float: left;
	display: inline;
	width: 577px;
	margin: 30px 0px 0px 200px;
	clear: left;
}

#bottomLink {
	float: left;
	display: inline;
	width: 978px;
	padding: 20px 0px;
	text-align: center;
	clear: left;
}

#termsUse {
	float: left;
	display: inline;
	width: 978px;
	padding-bottom: 20px;
	clear: left;
}

#termsUse p {
	text-align: center;
	font-size: 10px;
}

#termsUse p a {
	color: #A8B1D0;
	text-decoration: none;
}


