html {
	background-color: #555;
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.wrapper {
	width: 99%;
	text-align: center;
	margin:0px;
	padding:0;
}

.header {
	background: #000;
	color: #fff;
	width: 1000px;
	margin-left: 100px;
}

.header h1{
	font-size: 50px;
	padding: 2%;
	text-decoration: underline;
}

.nav {
	text-align: center;
	margin-top: -24px;
	//margin-top: -12px;
	background: #444;
	width: 600px;
	margin-left: 290px;
}

.nav ul li {
	list-style: none;
	display: inline;
	margin: 2px;
}

.nav ul li a{
	color: #fff;
	background: #444;
	text-decoration: none;
	padding: 1%;
	font-size: 20px;
}

.nav ul li a:hover, .nav ul li a#active{
	color: #fff;
	background: #000;
}

.content{
	background: #000;
	color: #fff;
	width: 750px;
	text-align: center;
	//margin-top: -12px;
	border: 3px solid #444444;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 220px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.content a{
	color: #666;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

.content h3{
	text-align:left;
	text-decoration: underline;
	padding-top: 2%;
}

.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{
	padding: 5px;
	background: #444;
	color: #fff;
	width: 1100px;
	text-align: inherit;
	margin-top: 25px;
	margin-left: 60px;
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}
