@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	outline:0;
}
body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #101518;
	color: #BCBEB6;
	margin: 0px;
	padding: 0px;
}
a {
	color: #477B83;
}
a:hover {
	color: #000000;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}
h1 {
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4e8d97;
	font: normal 24px/24px Arial, Helvetica, sans-serif;
}
h2 {
	color: #4E8D97;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
li {
	padding-bottom: 5px;
}


.clear {
	clear: both;
}

.subhead {
	font-size: 12px;
	color: #BAE648;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 16px;
}
#wrapper {
	margin: 0px auto;
	width: 900px;
	position: relative;
}
#header {
	height: 316px;
	width: auto;
	background: url(../image/oddsareheader.jpg) no-repeat center top;
}
#header .flashplayer {
	position: absolute;
	left: 185px;
	top: 98px;
}

#navigation {
	background: url(../image/bg_navigation.gif) repeat-x left top;
	clear: both;
	height: 51px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.navbar {
	position: absolute;
	z-index: 100;
	left: 0px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	background: url(../image/tab.jpg) no-repeat left top;
	display: block;
	float: left;
	height: 51px;
	width: 133px;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	font-weight: bold;
	color: #AEC944;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 10px;
}
#navigation .selectedtab {
	background: url(../image/tab-selected.jpg) no-repeat left top;
}
#navigation .selectedtab a {
	color: #4E8D97;
}


#content_box {
	width: 596px;
	float: left;
}
#contact_box {
	float: left;
	width: 270px;
	margin-left: 24px;
	background: url(../image/bg_contactbox_body.gif) repeat-y left top;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 25px;
}
#selftest label {
	display: block;
	clear: both;
	padding-top: 3px;
	padding-bottom: 5px;
}
#selftest input {
	margin-left: 20px;
}
#selftest p {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #4D5951;
	padding-bottom: 20px;
}
#selftest #submit {
	background: url(../image/bg_button.gif);
	color: #4E8D97;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #24282A;
}

#contact_box ul {
	padding-left: 15px;
}

#lanny_container {
	background: url(../image/lanny_the_shark.gif) no-repeat center bottom;
	height: 102px;
	width: auto;
	clear: both;
	margin-top: 30px;
}
#contact_box h1 {
	background: url(../image/bg_contactbox_top.gif) no-repeat left top;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
}
#contact_box p {
	padding-right: 20px;
	padding-left: 20px;
	color: #282E2A;
}
#footer {
	clear: both;
	border-top: 10px solid #181D1D;
	padding: 20px;
	background: #13181C;
	font-size: 10px;
	color: #BCBDB6;
	text-align: center;
}

.contactbox_bottom {
	background: url(../image/bg_contactbox_bottom.gif) no-repeat left bottom;
	height: 12px;
}


.box_top {
	background: url(../image/bg_box_top.gif) no-repeat left bottom;
	height: 11px;
	width: auto;
}
.box_body {
	background: url(../image/bg_box_content.gif) repeat-y left top;
	padding: 10px 20px;
}
.box_bottom {
	background: url(../image/bg_box_bottom.gif) no-repeat left top;
	height: 11px;
	width: auto;
}
