
body {
	background: #353535 url(images/background_fish.gif) 50% 0 repeat;
	color: #fff;
	font: 14px/22px arial, helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0.1em 0 1em;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	margin: 55px 0 70px;
}

#box {
	padding-top: 35px;
	background: url(images/box_top.png) 0 0 no-repeat;
}

#box_bottom {
	padding-bottom: 70px;
	background: url(images/box_bottom.png) 0 100% no-repeat;
}

#box_middle {
	margin: 0;
	padding: 1em 35px;
	background: url(images/box_middle.png) 0 0 repeat-y;
}

#content {
	float: left;
	width: 640px; 
}

#nav {
	float: right;
	width: 165px;
}

#footer {
	margin: 1em 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin-bottom: 0.8em;
	font-size: 18px;
}

#nav ul li a {
	color: #e77e2b;
	text-decoration: none;
	text-transform: lowercase;
}

#nav ul li a:hover {
	color: #f3be95;
	text-decoration: underline;
}

h1 {
	margin: 0;
	font-size: 58px;
	font-weight: bold;
	line-height: 58px;
	text-shadow: 3px 3px 6px #101010;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

p.location {
	margin: 0;
	color: #e77e2b;
	font-size: 40px;
	font-weight: normal;
	line-height: 38px;
	text-shadow: 2px 2px 4px #101010;
}

p.call {
	margin-bottom: 0.5em;
	font-size: 26px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #101010;
}

a#aac {
	position: absolute;
	right: 0;
	top: 10px;
	width: 150px;
	height: 73px;
	background: url(images/logo_aac.png) 0 0 no-repeat;
	text-indent: -999em;
}

h2 {
	margin: 0.3em 0;
	padding: 0;
	color: #e77e2b;
	font-size: 30px;
	font-weight: normal;
}

h3 {
	margin: 0.3em 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

table {
	margin: 0.1em 0 1em;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}

table tr td {
	margin: 0;
	padding: 0.5em 1em;
	border-top: 1px solid #333;
}

table tr:first-child td {
	border-top: 0;
}

table.sponsors tr td {
	padding: 1em 2em;
	border-left: 1px solid #333;
	text-align: center;
	vertical-align: middle;
}

table.sponsors tr td:first-child {
	border-left: 0;
}

a {
	color: #e77e2b;
}

a:hover {
	color: #f3be95;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

div.judges {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

div.judges > div {
	clear: both;
	margin: 1em 0;
	padding: 1.5em 0 1em;
	border-top: 1px solid #333;
}

div.judges > div:first-child {
	border-top: 0;
}

div.judges h3 {
	margin-top: 0;
}

img.judge_photo {
	clear: left;
	float: left;
	margin: 0 1.5em 1em 0;
}