@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	background: #FFFFFF;
	margin: 0 auto; /* 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 */
	background-position: center;
	background-position: top;
	background-image:url('background2.jpg');
	background-repeat:no-repeat;
}
.oneColFixCtr #container {
	width: 796px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;
	background-image:url('container_background2.jpg');
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	position: relative;
	left: 0px;
	top: 245px;
	width:306px;
	padding: 0;
	height:700px;
}
.oneColFixCtr #click_through {
	color:#333333;
	position: relative;
	float: right;
	top: -220px;
	width:306px;
	padding: 0;
	
}
.oneColFixCtr #flash {
	position: relative;
	float: right;
	top: 165px;
	right: 25px;
	width:450px;
	height:311px;
	padding: 0;
}
a:link { 
	color: #003399;
}

a:hover { 
	color: #3399ff;
	text-decoration: none;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

