body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #475B7B;
	font-family: "Lucida Grande", Arial, sans-serif;
}
a img { border: 0; outline: none }
a { outline: none}
.orange {
	color: #BC5C21
}
.box {
	border: 1px solid #FFF;
	padding: 1px;
	line-height: 15px;
}
img.right {
	float: right;
	margin: 0 0 5px 5px
}
img.left {
	float: left;
	margin: 0 5px 5px 0
}

#container {
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 685px
}
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 178px;
	position: absolute;
	top: 30px;
	left: 18px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif
}
	#home {
		position: absolute;
		top: 10px;
		left: 50px
	}
	#convention {
		position: absolute;
		top: 21px;
		left: 728px
	}
	#updates {
		position: absolute;
		top: 50px;
		left: 730px;
		font-size: 14px;
	}
		#updates input[type="text"] {
			border: 1px solid #111111;
			height: 14px;
			padding: 2px;
			font-family: Arial, Helvetica, sans-serif
		}
		#updates #name {
			position: absolute;
			top: 17px;
			width: 175px;
		}
		#updates #email {
			position: absolute;
			top: 40px;
			width: 135px;
		}
		#updates #go {
			position: absolute;
			top: 42px;
			left: 145px
		}
	#vote {
		position: absolute;
		top: 130px;
		left: 450px;
		font-size: 14px;
		font-weight: bold
	}
#navigation {
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	width: 736px;
	height: 34px;
	position: absolute;
	top: 195px;
	right: 22px;
	z-index: 10
}
	#navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: left
	}
	#navigation li {
		float: left;
		display: inline
	}
	#navigation a {
		border: 0
	}
#content {
	position: relative;
	width: 960px;
	top: 210px;
	left: 18px;
	background-color: #7F90AB;
}
	#subnavigation {
		position: relative;
		width: 243px;
		top: 5px;
	}
	#subnavigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
	}
	#subnavigation li, #buttons li { display: inline }
	#buttons {
		width: 223px;
		height: 121px;
		position: absolute;
		top: 238px;
		left: 10px;
		background: #8AA5B6
	}
	#buttons ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
	}
	#buttons li {
		float: left;
		display: inline
	}
#page {
	position: absolute;
	background: #FFF;
	width: 687px;
	height: 320px;
	padding: 10px;
	top: 19px;
	right: 10px;
	overflow: auto
}
	#page.pages {
		width: 696px !important;
		right: 0 !important;
		font: 14px Arial, Helvetica, sans-serif !important;
	}
	#page.pages a {
		color: #000
	}
	#thumbs {
		list-style: none;
		padding-left: 0
	}
	#thumbs li {
		display: inline;
		float: left;
		margin-right: 1em
	}
	#splash {
		position: relative;
		display: none;
		background-image: url(../img/splash.jpg);
		background-repeat: no-repeat;
		width: 687px;
		height: 320px;
		z-index: 9
	}
	#splash #description {
		position: absolute;
		padding: 7px;
		color: #FFF;
		width: 673px;
		text-align: justify;
		background-image: url(../img/transparent_blue.png);
		z-index: 10;
		bottom: 0;
		display: none
	}
	#splash #description h3 { 
		margin: 0 0 .5em 0
	}
	#splash #description p {
		margin: 0;
		font-size: .75em
	}
#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 88px;
	position: absolute;
	top: 585px;
	left: 18px;
	color: #FFF;
	font: 10px Arial, Helvetica, sans-serif;
}
	#details {
		padding-top: 5px;
		width: 200px;
		float: right;
	}
	#details a {
		text-decoration: none;
		color: #FFF
	}