body {
	margin: 0px;
	padding: 0px;
	/*background-color:#b0c4de*/
	background-image:url('images/bg-temp.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top; 
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffcc33;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.4em;	
}

h2 a:link {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffcc33; !important
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.4em;	
}

h2 a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffcc33; !important
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.4em;	
}

h2 a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff; !important
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.4em;	
}

h2 a:active {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffcc33; !important
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.4em;	
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0px;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 0px;
}
a:link {
	color:#669999;
	text-decoration:none;
}    /* unvisited link */
a:visited {
	color:#669999;
	text-decoration:none;
} /* visited link */
a:hover {
	color:#fff;
	text-decoration:none;
}   /* mouse over link */
a:active {
	color:#669999;
	text-decoration:none;
}  /* selected link */
#container {
}
#content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #990033;
}
#intro {
	height: 250px;
	/*background-color: #669999;*/
	background:url('images/grey.png');
	padding-left: 25px;
	text-shadow:1px 1px #666666;
}

#prizes {
	clear: both;
	background-color: #990033;
	padding-top: 6px;
	text-align:center;
}

#prizelist {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	width:600px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	border-bottom-color: #fff;	
	border-bottom-width:8px;	
	border-bottom-style:dotted;
}

#submit {
	background-color: #990033;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align:center;
}

#submissionform {
	padding-top: 6px;
	width:600px;
}
.paragraph {
	float: right;
	width: 700px;
	height: 250px;
	background-color: #990033;
	border-bottom-color: #fff;	
	border-bottom-width:5px;	
	border-bottom-style:dotted;
}
.circle {
	float: left;
	width: 250px;
	height: 255px;
	background-color: #990033;
}
img.floatRight { 
    float: right; 
}