#data
{
	display			:			none;
}

body
{	background:						url(../images/background.png) fixed 0px 0px no-repeat #000000;
	font-family:					Bell Gothic Std Black, Century Gothic;
}

.left
{
	float			:				left;
}

.right
{
	float			:				right;
}

.heading
{
	background:						url('../images/header.png') 0px 0px no-repeat;
	height:							75px;
	width:							1000px;
	position:						fixed;
	top:							5px;
	left:							62.5px;
	padding:						5px 10px 5px 10px;
}

.heading .left 
{
	padding:						5px;
}

.heading .right
{
	padding-right:					15px;
}

.heading .content
{
	width:							1000px;
	height:							263px;
}

.heading .top
{
}

.heading .nav .item
{
	background:						url(../images/nav_btn.png) 0px 0px no-repeat;
	height:							25px;
	width:							175px;
	cursor:							pointer;
	color:							#FFFFFF;
	float:							left;
}

.heading .nav .item:hover
{
	background-position:			0px -27px;
}

.body
{
	position:						fixed;
	top:							150px;
	left:							62.5px;
}

.body .top
{
}

.body .content
{
	height:							800px;
	width:							1000px;
}

.body .content .left .nav
{
	width:							150px;
	height:							200px;
	padding:						0px;
	margin:							0px 50px 0px -25px;
}

.nav .item
{
	cursor:							pointer;
}

.body .content .left .nav .links
{
	padding:						5px 5px 15px 5px;
}

.body .content .left .nav .links .item
{
	height:							59.5px;
	width:							82.5px;
	background:						none;
	padding:						10px 5px 25px 5px;
}

.body .content .left .content
{
	background:						url(../images/content_bg.png) 0px 0px no-repeat;
	color:							#FFFFFF;
	width:							775px;
	height:							425px;
	/*overflow:						auto;*/
	text-align:						left;
	padding:						15px 10px 0px 15px;
}

.body .content .left .content a
{
	text-decoration:				none;
	color:							#FFFFFF;
}

.nav
{
}

.footer
{
	background:						url('../images/footer.png') 0px 0px no-repeat;
	height:							75px;
	width:							1000px;
	position:						fixed;
	bottom:							2px;
	left:							62.5px;
	text-align:						left;
	padding:						10px 15px;
}

.footer .left
{
	width:							300px;
}

.footer .right
{
	margin:							0px 25px 0px 0px;
}

.footer a
{
	text-decoration:				none;
	color:							#000000;
}

.footer .top
{
}

.footer .content
{
}