*
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 1px;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}


html
{
	min-height: 100%;
	height: auto;
}

body
{
	background-color: #E8F3FB;
	background-image: url(../images/Stage_BG_btm.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


#container
{
	overflow: auto;
	margin: 0px auto;
	width: 900px;
	border: solid 1px #fff;
	background-color: #F0F8FC;
	background-image: url(../images/copyright.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#head
{
	height: 80px;
	background-image: url(../images/head_bg.jpg);
}
#head img
{
	float: left;
}
#nav
{
	float: left;
	position: absolute;
}
#nav ul
{
	position: absolute;
	left: 410px;
	top: 52px;
	width: 532px;
	list-style: none;
}
#nav ul li
{
	float: left;
}
#nav ul li a:link, #nav ul li a:visited
{
	display: block;
	width: 75px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	overflow: auto;
	margin-left: 1px;
}
#nav ul li a:hover
{
	background-color: #5BA3D7;
}
.nav_a_item
{
	margin-top: 2px;
	line-height: 26px;
	background-color: #3084C2;
}
.nav_a_curitem
{
	height: 31px;
	line-height: 29px;
	background-image: url(../images/nav_bg.jpg);
	background-position: center center;
}


#copyright
{
	padding-top: 10px;
	float: left;
	height: 60px;
	width: 900px;
	font-size: 12px;
	text-align: center;
	font-family: Arial Baltic;
	color: #333;
}
#copyright a
{
	font-size: 12px;
	color: #333;
}
#p_counter
{
	display: none;
}
