body {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.oneColElsCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left;
	background-image: url(../images/px.png);
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#win {
	font-size: 12px;
	background-color: #FFFFFF;
}
#win strong {
	color: #FFFFFF;
}
.oneColElsCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColElsCtrHdr #content1 {
	width: 35%;
	float: left;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.oneColElsCtrHdr #content2 {
	width: 62%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
}
#winner {
	border: 1px solid #FCB215;
	padding: 3px;
	margin: 3px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#mainContent a {
	color: #333;
	text-decoration: underline;
}
.oneColElsCtrHdr #footer {
	background-color: #f3f3f4;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	height: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #CCCCCC;
}
/* submenu */
.subnav {
	height: 30px;
	padding-left: 25px;
	background-color: #678ca3;
}
.subnav a {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
	background-color: #678ca3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.subnav a:hover {
	color: #a1c8e1;
	text-decoration: none;
	background-color: #54758b;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.gallery  li {
	display: inline;
}
.gallery img {
	border: 5px solid #000000;
	margin: 3px;
}
#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	float: right;
	margin-right: 30px;
}
#copy a:link {
	color: #999999;
}
#copy a:hover {
	color: #000000;
}
#copy a:visited {
	color: #999999;
}
.prize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000066;
}
.prize strong {
	color: #CC6600;
	font-size: 120%;
}

