/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px;	}
p {	margin: 5px 0 20px;}
h1 {	font-size: 22px; }
h2 {	font-size: 20px; }
h3 {	font-size: 18px; }
h4 {	font-size: 16px; }
h5 {	font-size: 14px; }
h6 {	font-size: 13px; }
ul ul {	margin: 5px 0;	}
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
a:active {	outline: none;	}
:focus {	-moz-outline-style: none;	}

/* Styles */
html, body {	height: 100%;}
body {
	background: url(../images/bg.jpg) 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#container {
	background: #efefef url(../images/header.jpg) 0 -28px no-repeat;
	width: 780px;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
	position: relative;
}
#header {
	height: 215px;
	margin: 0;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 187px;
	text-decoration: none;
}
#navigation {
	position: absolute;
	top: 187px;
	margin: 0;
	height: 28px;
	list-style: none;
	left: 0;
	text-indent: -1234em;
}
#navigation li {
	position: absolute;
	top: 0;
	height: 28px;
	margin: 0;
}
#navigation li a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navigation li a:hover {
	background-image: url(../images/header.jpg);
}
#home {
	left: 0;
	width: 37px;
}
#home a:hover {
	background-position: 0 0;
}
#app {
	left: 68px;
	width: 81px;
}
#app a:hover {
	background-position: -68px 0;
}
#location {
	left: 518px;
	width: 72px;
}
#location a:hover {
	background-position: -518px 0;
}
#sponsors {
	left: 615px;
	width: 65px;
}
#sponsors a:hover {
	background-position: -615px 0;
}
#contact {
	left: 705px;
	width: 75px;
}
#contact a:hover {
	background-position: -705px 0;
}
#posers {
	left: 305px;
	width: 183px;
}
#posers a:hover {
	background-position: -305px 0;
}
#tix {
	left: 175px;
	width: 97px;
}
#tix a:hover {
	background-position: -175px 0;
}

/* Content */
#content {
	padding: 15px 20px 10px 60px;
}
#pagetitle {
	background: url(../images/headings/home.jpg) 0 0 no-repeat;
	margin: 0 0 10px;
	height: 53px;
	text-indent: -1234em;
}
/* Footer */
#clear {	height: 80px;}
#footer {
	background: #b8b8b8 url(../images/footer.jpg) 0 0 no-repeat;
	text-align: center;
	padding: 40px 5px 0;
	height: 40px;
	margin: -80px auto 0;
	position: relative;
	width: 770px;
	font-size: 10px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0 0 5px;
}
#footer #byline {
	text-align: right;
}
#byline em {
	font-style: normal;
	text-decoration: underline;
}

/* Forms */
option {	padding-right: 10px;}

form {
	float: left;
	width: 100%;
}
form h3 {
	font-size: 110%;
}
label {
	float: left;
	clear: left;
	margin: 0;
	width: 170px;
}
form div {
	clear: both;
	margin: 2px 0;
}
label.instructions {
	float: none;
	font-style: italic;
	font-size: 90%;
}
div.error {
	background: #FFEFEF;
	color: #333;
	padding: 2px 0;
	margin: 2px 0;
	font-weight: bold;
}
.error div.error {
	margin: 0 0 0 170px;
	padding: 0;
	font-weight: normal;
	color: red;
}
.error label.instructions {
	font-weight: normal;
}
.multiline label,
.multiline div,
.multiline input,
.multiline select {
	display: inline;
	float: none;
	width: auto;
	clear: none;
	margin: 0 3px 0 0;
}
.multiline div.error {
	display: block;
}
.check input,
.radio input {
	display: inline;
	margin-right: 3px;
	vertical-align: middle;
}
.check label,
.radio label {
	clear: none;
	float: none;
}
.horz * {
display: inline;
}
.horz label {
margin-right: 10px;
}
fieldset.error {
	background: #FFEFEF;
}
fieldset.error div.error {
	display: block;
	margin: 2px 0;
}

