body {
	margin: 0;
	padding: 0;
	font: 84% "Lucida Grande", "Helvetica Neue", Helvetica, Verdana;
	color: #000;
	background-color: #369;
	text-align:center;
}
ul { list-style-type: square; }

a:link { color: #00f; text-decoration: none; }
a:visited { color: #03f; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.spacer { clear: both; }
.photo { float: left; border: 1px solid #666; margin-right: 1em; clear: left; }

.contest {
	height: 135px;
}

.entry {
	background-color: #ffc;
	width: 25em;
	clear: both;
}
.entry img { border: 0; }
.entry img.photo { float: left; border: 1px solid #666; margin-right: 1em; }
.entry p { padding-top: 0.5em; }

fieldset { background-color: #ffc; }
fieldset .note { text-align: left; font-style: italic; padding-bottom: 1.3em;}
p.message {
	color: #336;
	font-weight: bold;
}


.teambody {
	background-color: #ffc;
	width: 45em;
	height: 30em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 1.5em;
	}
#leftcontent {
	position: absolute;
	left:29%;
	width:10%;
	top:260px;
	background:#ffc;
}

#centerleftcontent {
	position: absolute;
	left:40%;
	width:10%;
	top:260px;
	background:#ffc;
}

#centerrightcontent {
	position: absolute;
	left:51%;
	width:10%;
	top:260px;
	background:#ffc;
}

#rightcontent {
	position: absolute;
	left:62%;
	width:10%;
	top:260px;
	background:#ffc;
}
	
#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
	border:0px solid #000;
	height: 15em;
}	


.copy {
	background-color: #ffc;
	width: 45em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 1.5em;
}
.copy img { border: 0; }
.copy img.photo { float: left; border: 1px solid #666; margin-right: 1em; }
.copy p { padding-top: 5px; text-indent: 1.2em; }

#team {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#team img.photo {
	float: left;
	margin-right: 1em;
	background:#ffc;
}
#team p { text-align: left; clear: left; }
#team span { width: 100px; margin-right: 1em; }

#container {
	width: 55em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	background-color: #fff;
	text-align: left;
}
#header {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-bottom: 0.5em;
	height: 150px;
	text-align: center;
	background-color: #fefefe;
	border-bottom: 3px double #fc0;
}
#header img { border: 0; }
#header h1 { margin: 0; font-size: 1.5em; }
#content {
	width: 45em;
	margin: 0 5em;
	line-height: 1em;
}
.copy h3, h4 { margin-bottom: 0; }
.copy h3+p, h4+p { margin-top: 0; }
#footer {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-bottom: 0.5em;
	height: 50px;
	text-align: center;
	background-color: #fefefe;
	border-top: 3px double #fc0;
}
#footer img { border: 0; }
#footer h1 { margin: 0; font-size: 1.5em; }
