* {
	margin:0;
	padding:0;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 35px;
	color: #000;
	background-color: #FFF;
}
#h1 {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	color: #000;
	width: 100%;
}
#h1 .lead {
	padding-top: 0px;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	color: #000;
}
#h1 .lead .navigation {
	float: left;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 60px;
	margin-right: 30px;
	margin-left: 0px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}
#h1 .lead .navigation a {
	color: #000;
	text-decoration: none;
}
#h1 .lead .navigation a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0E6EFF;
}
#notice {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
	font-size: 16px;
	line-height: 35px;
	text-indent: 30;
	letter-spacing: 1px;
	padding: 10px;
	position: static;
	text-decoration: none;
	display: block;
}
.header {
	font-size: 15px;
	line-height: 30px;
	color: #000;
	height: 35px;
	margin-top: 5px;
	padding-left: 20px;
	text-transform: uppercase;
}
