/*----------------------- document setup --------------------------------- */
body {
	margin: 0px;
	background: url(../images/innovation_bg.gif) repeat-x #3f653b;
	font-family: "Lucida Sans", Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	color: white;
}


* {
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}


.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


a img {
	border: 0px;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

a:hover {
	text-decoration: underline;
}

/*------------------------ doc layout -------------------- */
#container {
	margin: 0px auto;
	width: 960px;
	height: 1038px;
	text-align: center;
}

#logo-area {
	text-align: center;
	margin: 180px auto 0px auto;
	width: 600px;
}

#logo-area ul {
	margin: 0px;
	padding: 0px;
}
#logo-area li {
	float: left;
	margin-left: 30px;
}

#contest-area {
	width: 900px;
	height: 235px;
	margin-top: 18px;
	*margin-top: 21px;
	background: url(../images/contest-bg.gif) no-repeat;
	text-align: left;
	position: relative;
	padding: 50px 15px 0px;
}

h2 {
	margin-bottom: 2px;
}
h2, span.h2 {
	color: #94a991;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


.questions {
	position: absolute;
	top: 113px;
	left: 220px;
	width: 670px;
}

#email {
  margin-top: 30px;
}

#answers {
  position: absolute;
  left: 220px;
  top: 173px;
  width: 670px;
}
#name {
  position: absolute;
  left: 15px;
  top: 113px;
}

#email {
  position: absolute;
  left: 15px;
  top: 130px;
}
