*
{
	margin: 0px;
	padding: 0px;
	position: relative;
}

img 
{
	border: 0px;
}

body
{
	height: 100%;
}

.color1
{
	color: #A2A2A2;
}

/*Header*/
.headerWrapper
{
	width: 100%;
	height: 124px;
	background: url('../../img/public/header/header_bg.png') repeat-x;
}

.headerContent
{
	left: 50%;
	margin-left: -305px;
	width: 610px;
	height: 124px;
}

.headerLogo
{
	display: block;
	width: 610px;
	height: 82px;
	background: url('../../img/public/header/header_logo.png') no-repeat 0px 0px;
}

.headerContent ul {
	width: 610px;
	list-style-type: none;
}

.headerContent ul li {
	white-space: nowrap;
	float: left;
}

.headerContent ul li a {
	display: block;
	height: 30px;
}

.headerContent ul .nav1
{

	background-image: url('../../img/public/header/nav_1.png');
	width: 88px;
}

.headerContent ul .nav1 a:hover
{

	background-image: url('../../img/public/header/navOver_1.png');
}

.headerContent ul .nav2
{

	background-image: url('../../img/public/header/nav_2.png');
	width:  81px;
}

.headerContent ul .nav2 a:hover
{

	background-image: url('../../img/public/header/navOver_2.png');
}

.headerContent ul .nav3
{

	background-image: url('../../img/public/header/nav_3.png');
	width:  112px;
}

.headerContent ul .nav3 a:hover
{

	background-image: url('../../img/public/header/navOver_3.png');
}

.headerContent ul .nav4
{
	background-image: url('../../img/public/header/nav_4.png');
	width:  102px;
}

.headerContent ul .nav4 a:hover
{

	background-image: url('../../img/public/header/navOver_4.png');
}

.headerContent ul .nav5
{
	background-image: url('../../img/public/header/nav_5.png');
	width:  109px;
}

.headerContent ul .nav5 a:hover
{

	background-image: url('../../img/public/header/navOver_5.png');
}

.headerContent ul .nav6
{
	background-image: url('../../img/public/header/nav_6.png');
	width:  118px;
}

.headerContent ul .nav6 a:hover
{

	background-image: url('../../img/public/header/navOver_6.png');
}

/*Footer*/
.footerWrapper
{
	margin-top: 15px;
	width: 100%;
	height: 29px;
	background: url('../../img/public/footer/footer_bg.png') repeat-x;
}

.footerCopyright
{
	display: block;
	left: 50%;
	margin-left: -126px;
	width: 252px;
	height: 29px;
	background: url('../../img/public/footer/footer_copyright.png') no-repeat;
}