@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
#wraper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
	
#clear {
clear:both;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #666;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}
#header1 {
	float: left;
	width: 300px;
	top: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#header2 {
	float: right;
	width: 500px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 100px;
}
#nav a {
	font-size: 0.95em;
	color: #999;
	text-decoration: none;
	margin-right: 30px;
	text-transform: uppercase;
}
#nav a:hover {
	color: #666;
}
#nav a:active {
	color: #333;
	font-weight: bold;
}
#nav a:visited {
	color: #999;
}
#nav {
	position: absolute;
	top: 815px;
}
#header2 p {
	font-size: 12px;
	color: #333;
	line-height: 16px;
	margin-top: 8px;
}
