html, body {
	margin: 0;
	padding: 0;
	background-color: #595959;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
}

.hidden {
	display: none;
}

h1 {
	margin: 0;
	padding: 0;
	
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#page-container {
	width: 90%;
	margin: auto;
	text-align: left;
	background-color: #595959;
	height: 600px;
	overflow: hidden;
}

#header {
	width: 80%;
	margin: auto;
	text-align: left;
	padding: 13px 25px;
	background: 595959;
	height: 100px;
}



#sidebar-a {
	float: right;
	width: 70px;
	background: 595959;
	vertical-align: bottom;	
}

#sidebar-a .padding {
	padding: 0px;
}

#content {
	height: 400px
	width: 80%;
	line-height: 18px;
	background-color: 595959;
	overflow:auto;
}

#content .padding {
	padding: 0px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	color: #db6d16;
}

#footer {
	clear: both;
	background: 595959;
	font-family: Helvetica, Sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 12px;
	width: 90%;
	margin: auto;
	height: 100px;
}

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

#footer a:hover {
	color: #FFFFFF;
}

#footer #altnav {
	width: 80%;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#footer #copyright {
	padding-top: 13px;
}
