/* CSS Document */
body {
	margin: 50 auto;
	background-color: #333333;
	text-align: center;
}
table#container {
	width: 800px;
	border: 1px solid #98ACAB;
	border-bottom: 2px solid #98ACAB;
	border-top: 2px solid #98ACAB;
	height: 350px;
}
table td {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {}
h1 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-decoration: none;
	padding-top: 5px;
}
h2 {}
a {}
a:hover {}
td#nav {
	border-bottom: 1px solid #98ACAB;
	font-size: 10px;
}
td#nav a {
	color: #FFFFFF;
	text-decoration: none;
	width: 95px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #333333;
}
td#nav a:hover {
	background-color: #98ACAB;
	color: #333333;
}
td#nav a#retreats {
	width:123px;}
td#banner {
	border-bottom: 1px solid #98ACAB;
	padding: 0;
}
td#bottom {
	height: 142px;
}
div#quote {
	width: 400px;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
div#title {
	width: 300px;
	float: left;
	margin: 5px;
	text-decoration: none;
	margin-left: 70px;
}
div#blurb {
	margin-left: 20px;
}
div#spider {
	width: 800px;
	position:relative;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#spider a {
	color:#999999;
	font-size: 9px;
	}
div#spider a:hover {
	color:#ffffff;
	}
