﻿body {
	color: #333333;
	margin: 0;
	background-color: #FFFFFF;
}
#header	{
	/*border: 1px solid #FF0000;*/
	position: relative;
	width: 943px;
	height: 160px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto; 
}
#logo {
	position: relative;
	width: 274px;
	height: 134px;
	z-index: 1;
	margin-top: 15px;
	float: left;
	left: 0px; top: 0px;
	margin-left: 20px;
}
html>body #logo {
	position: relative;
	width: 274px;
	height: 134px;
	z-index: 1;
	margin-top: 15px;
	float: left;
	left: 0px; top: 0px;
	margin-left: 40px;
}

#headerNav {
	position: relative;
	width: 222px;
	height: 17px;
	z-index: 2;
	float: left;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 352px;
	margin-top: 28px;
	text-align: center;
}
html>body #headerNav {
	position: relative;
	width: 222px;
	height: 17px;
	z-index: 2;
	float: left;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 392px;
	margin-top: 28px;
	text-align: center;
}

#navigation {
	/*border:1px solid #FF0000;*/
	position:relative;
	width:943px;
	height:33px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

ul.nav {
	list-style-type: none;
	height: 33px;
	margin: 0px 0px 0px 21px;
	padding: 0px;
	display: inline;
	display: block;
}
ul.nav li {
	float:left;
}
ul.nav a.bt01 {
	width:180px;
	height:33px;
	line-height:33px;
	background-image:url('../images/btn_01.gif');
	background-repeat:no-repeat;
	display:block;
}
ul.nav a.bt01:hover {
	background-position: 0px -33px;
}
ul.nav a.bt02 {
	width:180px;
	height:33px;
	line-height:33px;
	background-image:url('../images/btn_02.gif');
	background-repeat:no-repeat;
	display:block;
}
ul.nav a.bt02:hover {
	background-position: 0px -33px;
}
ul.nav a.bt03 {
	width:180px;
	height:33px;
	line-height:33px;
	background-image:url('../images/btn_03.gif');
	background-repeat:no-repeat;
	display:block;
}
ul.nav a.bt03:hover {
	background-position: 0px -33px;
}
ul.nav a.bt04 {
	width:180px;
	height:33px;
	line-height:33px;
	background-image:url('../images/btn_04.gif');
	background-repeat:no-repeat;
	display:block;
}
ul.nav a.bt04:hover {
	background-position: 0px -33px;
}
ul.nav a.bt05 {
	width:181px;
	height:33px;
	line-height:33px;
	background-image:url('../images/btn_05.gif');
	background-repeat:no-repeat;
	display:block;
}
ul.nav a.bt05:hover {
	background-position: 0px -33px;
}
