/* ================================

	Designed by Luke Pocock
	Website: http://lukejpocock.googlepages.com/

   ================================

*/

*{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.container {
	border: 0px solid #000000;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	
	}
	
.navigation {
	width: 110px;
	position: relative;
	clear: right;
	float: left;
	left: 0;
	list-style-type: none;
	background-image: url(images/navigation.png);
	color:#FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	top: 5px;
	background-repeat: no-repeat;
	padding: 20px;
	font-size: medium;
	height: 330px;
}
.navigation a{
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.content {
	position: relative;
	width: 420px;
	margin-left: 160px;
	padding: 15px;
	right: 10px;
	clear: none;
	min-height: 1050px;
  	height:auto !important;
  	height:1050px;
}
.footer {
	text-align: center;
	background-image: url(images/footer.png);
	height: 28px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-attachment: scroll;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	background-image: url(images/h2.png);
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sponsors {
	height: 300px;
	width: 130px;
	position: relative;
	clear: none;
	float: right;
	right: 0;
	top: 15px;
	text-align: center;
	padding-right: 5px;
	font-size: x-small;
}
.sponsors p {
	font-size: x-small;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
}

h3 {
	background-color: #6699FF;
	color: #FFFFFF;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.content li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px;
	margin: 5px;
}

p {
	font-size: small;
	padding: 7px;
}
h4 {
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-left: 5px;
}
.designed {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-image: url(images/bottom.png);
}
.content ol li {
	list-style-type: lower-alpha;
}

.countdown{
	background-image: url(images/countdown.png);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1pc;
	font-weight:bolder;
	margin-top:10px;
	padding-top: 25px;
	height: 100px;
	vertical-align: middle;
	position:absolute;
	text-align:center;
	top:500px;
	width:150px;
}