@charset "UTF-8";
/* navgation */



#navigation {
	width: 800px;
	background-image: url(../imag/navtop.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	clear: both;
}

#navigation ul {
	list-style: none;
	margin:0;
	padding:0px 0px 0px 200px;
	height: 36px;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation li {
	float: left;
	width:130px;
	margin: 0;
	padding: 0;
}
    
#navigation a {
	display:block;
	width: 100%;
	padding: 6px 0 8px 0;
	color:#ffffff;
	background-color:#FFCC00;
	background-image:url(../imag/nav_6.gif);
	background-position:left top;
	text-decoration:none;
	text-align: center;
}

#navigation a:hover {
	background-color:#CC0000;
	background-position:right top;
}

#header h1 {
	font-size: 12px;
	line-height: 15px;
	position: relative;
	width: 200px;
	left: 550px;
	color: #FFCC00;
	margin: 20px 0px 0px;
	top: 20px;
}

.style2 {
	font-size: 12px;
}

.style3 {
	font-size: 10px;
	line-height: normal;
}

