@charset "utf-8";

body {
	position: relative;
	background: #eee;
	}

.nav {
	list-style: none;
	}

#hdr {
	position: absolute;
	top: 10px;
	left: 0;
	height: 20px;
	width: 100%;
	padding: 7px 0;
	background: #000;
	}

#hdrInr {
	position: relative;
	width: 956px;
	height: 20px;
	margin: 0 auto;
	}

#hdr h1 {
	position: absolute;
	left: 15px;
	top: 0;
	}
	
#hdr p {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 20px;
	color: #fff;
	background: #000;
	font-size: 10px;
	}

#hdr p a {
	color: #fff;
	text-decoration: none;
	}

#hdr p a:hover {
	text-decoration: underline;
	}

#wrp {
	padding-top: 73px;
	}

#ftr {
	padding-bottom: 10px;
	}

#ftr ul.nav {
	width: 942px;
	margin: 0 auto;
	padding: 20px 0px 0px 35px;
	}

#ftr li {
	float: left;
	}

#ftr .nav .central {
	padding: 0 20px;
	}

#ftr #copyright {
	width: 956px;
	margin: 0 auto;
	font-size: 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	line-height: 1;
	padding-top:5px;
	}

#ftr #photocopy {
	width: 956px;
	margin: 0 auto;
	font-size: 10px !important;
	color: #999;
	text-align: right;
	line-height: 1;
	}

#ftr #photocopy a{
	color: #666;
	text-decoration: none;
	}

#ftr #photocopy a:hover {
	text-decoration: underline;
	}

