
body {
	background-color: #FAEEE1;
	font-family: Century Gothic;
	font-size: 80%;
}

table {
	font-size: 100%;
	width: 100%;
	text-align: center;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #B7A18B;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #B7A18B;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #B7A18B;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: red;
}


#title {
	border: 1px solid black;
	font-weight: bold;
	font-size: 130%;
	background-color: #F6DFC7;
	text-align: center;
}

#navtitle {
	border: 1px solid black;
	color: #B7A18B;
	background-color: #FAEEE1;
	padding: 6px;
	text-align: center;
	font-size: 130%;
}

#content {
	border: 1px solid black;
	margin-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

#adsense {
	position: relative;
	width: 336px;
	height: 280px;
	top: 0px;
	left: 0%;
	border: 1px solid black;
	float: right;
	margin: 5px;
}



#navpanel {
	font-weight: bold;
	position: absolute;
	width: 110px;
	left: 100px;
	top: 15px;
	min-height: 500px;
	max-height: 500px;
	height: 500px;
	padding: 3px;
	border: 2px solid black;
	background-color: #F6DFC7;
}

#navpanel a:link {
	text-decoration: none;
	color: black;
}
#navpanel a:visited {
	text-decoration: none;
	color: black;
}
#navpanel a:active {
	text-decoration: none;
	color: black;
}
#navpanel a:hover {
	text-decoration: none;
	color: black;
}

#mainpanel {
	position: absolute;
	left: 100px;
	top: 90px;
	width: 75%;
	min-width: 550px;
	min-height: 400px;
	height: auto;
	border: 2px solid black;
	padding: 3px;
}

#description {
	font-size: 80%;
}

#titlepanel {
	position: absolute;
	left: 100px;
	top: 15px;
	width: 75%;
	min-width: 550px;
	height: 50px;
	border: 2px solid black;
	padding: 3px;
	background-color: #F6DFC7;
	font-weight: bold;
	font-size: 180%;
	font-style: italic;
	text-align: center;
}