body {
	height: 100%;
	width: 100%;
	margin: 0px;
}

#wrapper {
	background-color: #ffecdd;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 18px;
	font-style: italic;
	padding: 0px 30px 0px 30px;
}

.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffeeaa;
	padding: 5px 10px 0px 60px;
	background-repeat: no-repeat;
}

.content a {
	background-color: #dbeff3;
	color: #1181a2;
	text-decoration: none;
}

.content a:hover {
	background-color: #1181a2;
	color: #dbeff3;
	text-decoration: none;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fdcd70;
	font-weight: bold;
	background-image: url(images/title.jpg);
	padding: 6px 0px 3px 20px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #633000;
	font-size: 12px;
	background-color: #caac77;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	padding: 3px 6px 3px 6px;
	border-bottom: 1px dashed #633000;
}

.topic {
	font-weight: bold;
	line-height: 0px;
	color: #725900;
}

.date {
	font-style: italic;
	font-size: 9px;
	line-height: 0px;
	color: #a16e0f;
}

.navigation {
	background-image: url(images/navbg.jpg);
}

.navtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #ffdb90;
	background-image: url(images/navtitle.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding: 1px 0px 0px 15px;

}

.navlink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 10px;
	color: #432000;
	text-decoration: none;
	padding: 0px 0px 0px 18px;
	border-bottom: 1px dashed #432000;
}

.navlink a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c19933;
	text-decoration: none;
	padding: 0px 0px 0px 26px;
	background-image: url(images/linkhover.jpg);
}

.footer {
	background-image: url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	vertical-align: bottom;
	padding: 0px 8px 3px 8px;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}

.footer a:hover {
	background-color: #b4e444;
	color: #000000;
}
