body
{
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg-content.jpg) center 95px no-repeat;
}

#header
{
	background: url(../images/bg-header.jpg) 0 93px no-repeat;
	height: 95px;
}

#nav{
float: right;
padding-right: 40px;
padding-top: 55px;
}


#nav li

{
display: inline;
}
#logo
{
	width: 79px;
	height: 29px;
	margin: 44px 0 0 83px;
	float: left;
	background: url(../images/logo.gif) no-repeat;
}

#logo a
{
	width: 79px;
	height: 29px;
	diplay: block;
}

#logo span
{
	position: absolute;
	left: -9999px;
}

#wrapper
{
	width: 922px;
	margin: 0 auto;
}

#content
{
	width: 410px;
	margin: 55px 0 0 440px;
}

#footer
{
	width: 922px;
	background: url(../images/bg-footer.gif) left top no-repeat;
	height: 92px;
	padding: 65px 0 0 0;
	margin: 50px 0 0 0;
}

#footer p
{
	font: normal 9px verdana;
	display: inline;
	margin-right: 15px;
}

h1
{
	font: bold 19px/24px didot;
	color: #efd38f;
	letter-spacing: 1px;

}

p,ul
{
	font: normal 13px/26px arial;
	color: #fff;
}

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

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

#content a { color: #efd38f; }

a.current { color: #efd38f; }

.legal { font-size: small; }

a#level1{
float: left;
clear: none;
	width: 102px;
	height: 73px;
	background-image: url(../images/level1.png);
	background-position: 0 -73px;
	background-repeat: no-repeat;}

a#level1:hover
{
background-position: 0 0px;
}
	
a#level2{
float: left;
clear: none;
display: block;
	width: 107px;
	height: 73px;
	background-image: url(../images/level2.png);
	background-position: 0 -73px;
	background-repeat: no-repeat;}
	
a#level2:hover
{
background-position: 0 0px;
}
		
	
	
a#level3{
float: left;
clear: none;
display: block;
	width: 97px;
	height: 73px;
	background-image: url(../images/level3.png);
	background-position: 0 -73px;
	background-repeat: no-repeat;}
	
a#level3:hover
{
background-position: 0 0px;
}
		