body { 
	background-color: #FFF;
	width: auto;
	height: auto;
}

#header {
	width: auto; 
	height: 150px;
	background-color: #FFF; 
	/*border-radius: 6px;
	box-shadow: 0px 0px 10px #000;*/
}

#header #header_title {
	text-align: center;
	padding-left: 15px;
	padding-top: 10px;
	color: #aaa;
	font-size: 80px;
	font-style: initial;
}

#nav {
	width: 100%; 
	height: 40px;
	background-color: #FFF; 
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nav li {
	display: inline;
}

#nav .vistednavlink a:link, #nav .vistednavlink a:visited {
	font-weight:bold;
	font-style: initial;
	background-color: #aaa;
	border-radius: 4px;
	border:1px solid black;
	color: #000;
	text-align:center;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	height: 40px;
}
#nav .vistednavlink a:hover, #nav .vistednavlink a:active {
	background-color: #CCC; 
}

#nav .navlink a:link, #nav .navlink a:visited {
	font-weight:bold;
	font-style: oblique;
	background-color: #FFF;
	border-radius: 4px;
	border:1px solid black;
	color: #000;
	text-align:center;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	height: 40px;
}
#nav .navlink a:hover, #nav .navlink a:active {
	background-color: #aaa; 
}

#content {
	width: 80%; 
	height: auto;
	background-color: #aaa; 
	border-radius: 4px;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}

#content #text {
	width: 500px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	font-size: 14px;
	font-style: times;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content a {
	position:relative;
	color: #000;
	z-index: 1;
	text-decoration: underline;
}
#content a:hover { 
	background-color:#CCC; 
}


#footer {
	width: 100%; 
	height: 30px;
	background-color: #FFF; 
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}

#footer #footer_text {
	color: #000;
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	font-style: times;
}