body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #180028;
	margin: 0px;
}

h{}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	background-color: #B26A41;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
}

div#title {
	position: absolute;
 	top: 15px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	z-index: 100; 
	background-color: #000000;
	width: 140px;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 2px;
	border-color: #CCCCCC;
	border-style: ridge;

}


div#nav {
	position:absolute;
	background-color: #000000;
	width: 140px;
	z-index: 20;
	top: 80px;
	margin: 10px;
	padding: 10px;
	border: 2px;
	border-color: #CCCCCC;
	border-style: ridge;
}

div#nav ul li {
	list-style-type: square;
	line-height: 150%;
	font-size: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
	border-bottom-style: groove;
	margin-left: -25px;
}


div#content {
	position: absolute;
	left: 185px;
	top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: small;
	width: 60%;
}


div#footer {
	width: 100%;
	font-size: x-small;
	bottom: 25px;
	text-align: center;
}


div#content h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#content h2 {
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	margin-top: 48px;
}

div#content h3 {
	margin-bottom: -10px;
}


div#content li {
	font-size: 12px;
}


.pic {
	text-align: center;
}

.caption {
	font: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}


.chittable {
	font-size: small;
}

.quote {
	border: 1px solid #FFFFFF;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	background-color: #3D3642;
	padding: 15px;
	margin: 30px 60px;
}
