@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
#content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 365px;
}

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #022231;
	border-left-color: #022231;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #022231;
	border-top-style: none;
}
#wrapper #header {
	height: 39px;
}
#wrapper #logo {
	height: 270px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content #navtab {
	height: 38px;
	width: 1024px;
}
#content   #navtab  #navagation {
	height: 38px;
	width: 590px;
	float: left;
}	
#content  #navtab  #player {
	height: 38px;
	width: 434px;
	float: right;
	background-image: url(../images/player-background.gif);
	color: #FFFFFF;
	border: thin none #000000;
}
#content   #bodyImg  {
	width: 1024px;
	background-image: none;
	float: left;
	font-family: "BankGothic Md BT";
	color: #FFFFFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 403px;
}
#wrapper  #footer  {
	height: 54px;
	clear: both;
	background-image: url(../images/footer.gif);
	font-family: "BankGothic Md BT";
	color: #999999;
	font-size: 12px;
	text-align: left;
	text-indent: 20px;
	width: 1024px;
}
#gear {
	background-image: url(../images/gear_index.jpg);
}

