@charset "UTF-8";
/* CSS Document */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #000;
}
a.story:link, a.story:visited {
	color: #C00;
	text-decoration: underline;
}
a.story:hover {
	color: #000;
	text-decoration: none;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/strip.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 10px;
}
#wrapper {
	background-image: url(../images/strip.png);
	background-repeat: repeat-y;
	background-position: center center;
	float:left;
	width: 1000px;
}
#headwrap {
	background: transparent url("../images/header.png") center top no-repeat;
	width: 940px;
	padding: 40px 30px 0 30px;
	float: left;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: left;
	float: left;
	height: 90px;
	width: 1000px;
}

.competition {
	display: block;
	clear: left;
	float: left;
	color: #000000;
	text-decoration: none;
	font-size: 35px;
	background-image: url(../images/comp_ad_closed.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 700px;
}
#competitionform {
	float: left;
	width: 700px;
	border: 5px solid #000;
}

.companswers {
	display: block;
	width: 680px;
	padding: 10px;
}
#competitionform p {
	padding: 5px 10px 0;
	font-size: 17px;
	margin-bottom: 5px;
}
.companswers li {
	display: inline-block;
	list-style-type: none;
	float: left;
	width: 140px;
}
.companswers .radio {
	width: 50px;
}
#competitionform .formdets {
	display: block;
	float: left;
	width: 325px;
	padding: 10px;
}
.formdets li {
	display: inline-block;
	float: left;
	width: 215px;
	list-style-type: none;
	font-size: 11px;
	padding: 2px 0;
}
.formdets .label {
	width: 110px;
}
#competitionform .compnote {
	clear: left;
	float: left;
	width:600px;
}
.hiddenform {
	float:left;
	display: none;
	background-image: url(../images/submit_comp_form_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: left;
	width:700px;
}
.text {
	border: 1px solid #999;
}
.dropd {
	border: 1px solid #999;
}

.submitbtn {
	float: left;
	clear:left;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 2px 8px;
	background-color:#9F0A0E;
	border: none;
	margin-left:555px;
}
#competitionform .smltxt {
	clear:left;
	font-size:9px !important;
	}
#creator {
	background-color:#000;
	width: 280px;
	padding-left:720px;
	float: left;
}
#footlinkwrap {
	clear: left;
	float: left;
	margin: 30px;
}
