@charset "utf-8";
p { 
	margin:0;
	padding:0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333 url(background-slice.jpg) repeat-y fixed top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background: #000;
	width: 850px;
	min-height:450px;
	margin: 0 auto;
	padding: 15px 0;
}#header {
	background: url(header.gif) no-repeat top center;
	min-height: 200px;
}
#leftColumn {
	float:left;
	width: 411px;
	background: #000;
	min-height: 435px;
}
#rightColumn {
	float:left;
	width: 439px;
	min-height:400px;
	background: #000;
	text-align: center;
	padding: 35px 0 0 0;
	
}
#footer {
	min-height:200px;
	background: #F00 url(footer.jpg) no-repeat top center;
	width: 850px;
	margin: 0 auto;
}
.clearFix {
	clear:both;
}
#arrow {
	padding:0 0 0 153px;
}
#captureBox {
	width: 350px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color:#fff;
	margin: 0 auto;
	padding: 14px 0 0 0;
	
}
#captureBox p{
	text-align:center;
}
#captureForm {
	background:#000 url(capture-form.gif) no-repeat;
	width: 345px;
	min-height: 184px;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0 0 0;
}
#referredBy {
	color:#fff;
	text-align:center;
	background:#000;
	width: 844px;
	margin:0 auto;
	padding:2px 4px 2px 0;
}
#referredBy p{
	text-align:right;
	
}
