@charset "utf-8";

body {
	color: #333;
	background-color: #FFF;
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}#header {
	background-color: #000;
	height: 100px;
	background-image: url(../images/header/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#header h1 {
	font-size: 24px;
	color: #999;
	position: absolute;
	top: 30px;
	right: 120px;
	width: 250px;
}
#text h2 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#header li {
	list-style-type: none;
}
#header ul {
	margin: 0px;
	padding: 0px;
}
#header #wheel {
	width: 300px;
	position: absolute;
	top: 20px;
	right: 400px;
}



#footer {
	background-color: #000;
	height: 100px;
	color: #FFF;
	text-align: center;
	clear: both;
}
#footer a {
	color: #F60;
	text-decoration: none;
}

#main {
	height: 580px;
}
#topmain {
	width: 640px;
}
#navigation {
	float: left;
	width: 150px;
}
#swf {
	float: left;
	width: 700px;
	margin-left: 150px;
}
#text {
	clear: both;
	font-size: 12px;
	color: #666;
	width: 800px;
	margin-left: 150px;
}



.textbox {
	margin-left: 120px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
