/* Style */

body {
	background: url(/images/main-bg.jpg) top center repeat-x #000000;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

a {
	outline: none;
}

#footer {
	background: url(/images/footer-bg.jpg) repeat-x top center;
	width: 740px;
	height: 24px;
	padding-top: 9px;
	font-size: 11px;
	text-align: center;
	color: #E7E7E8;
}	

#footer a {
	color: #E7E7E8;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav {
	background: url(/images/nav-bg.jpg) no-repeat top center;
	width: 202px;
	height: 578px;
	margin: 0px;
	padding: 0px;
}

#welcome {
	font-size: 21px;
	width: 552px;
	margin: 0px auto;
	text-align: center;
	line-height: 36px;
	color: #E7E7E8;
}

#content {
	overflow: auto;
	height: 516px;
	background-color: #E9EBF6;
	padding: 0px 15px 5px 15px;
	color: #222222;
	font-size: 12px;
}


#content_guest {
	background-color: #E9EBF6;
	padding: 0px 5px 5px 5px;
	color: #222222;
	font-size: 12px;
}

.title {
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 10px;
}

#headshot {
	margin-top: 20px;
}

#quote {
	font-size: 13px;
	padding: 20px 10px 10px 10px;
	color: #E7E7E8;
}

div#credits {
	text-align: center;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	color: #E7E7E8;
}

#credits a {
	color: #E7E7E8;
}

li {
	list-style: none;
	margin: 0px;
}

ul {
	margin: 0px;
}