html {
	background-color: #000;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

.wrapper {
	width: 99%;
	text-align: center;
	margin:0px;
	padding:0px;
}

.header {
	margin: 6% 0;
	background: #444;
	color: #000;
	width: 100%;
	height: 50%;
}

.header h1{
	display: block;
	font-size: 50px;
	padding: 2%;
	text-decoration: none;
	border: 1px solid #000;
	position: relative;
	bottom: 40px;
	width: 50%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.nav {
	width: 15%;
	float: right;
	text-align: left;
	position: relative;
	right: 5%;
	//left: -10%;
}

.nav ul li {
	display: block;
	margin: 2px;
}

.nav ul li a{
	color: #fff;
	text-decoration: none;
	padding: 1%;
	font-size: 20px;
}

.nav ul li a:hover, .nav ul li a#active{
	text-decoration: underline;
}

.content{
	background: #000;
	color: #fff;
	width: 60%;
	text-align: left;
	margin:-7px auto 0px auto;
	//margin-top: -12px;
	padding: 0px 10px 10px 10px;
	border-right: 3px dashed #444;
}

.content a{
	color: #666;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

.content h3{
	text-align:left;
	text-decoration: underline;
	padding-top: 2%;
}

.content p{
	padding-left: 3%;
}

.box_right{
	float: right;
	width: 20%;
	border: 1px solid #444;
	padding: 0 1% 0 1%;
	//padding: 1%;
	margin: 1%;
}

.box_left{
	float: left;
	width: 20%;
	border: 1px solid #444;
	padding: 0 1% 0 1%;
	//padding: 1%;
	margin: 1%;
}

.footer{
	margin: 20px 0 20px 0;
	padding: 5px 0;
	background: #444;
	color: #000;
	width: 100%;
	text-align: center;
	height: 15px;
}

.footer p{
	margin: 0 auto;
	position: relative;
	bottom: -10px;
	//bottom: -15px;
	border: 1px #fff solid ;
	width: 50%;
	background: #fff;
}

.footer a{
	color: #000;
	text-decoration: underline;
}

.footer a:hover{
	background: #000;
	color: #fff;
}