
body {
	margin: 0px;
	background-color: #24311d;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

#nav a {
	text-decoration: none;
	color: #000;

}

#nav a:hover {

	text-decoration: underline;

}


.bodybg {
	background-image: url(../images/bodyseamless.gif);
}

.titlebar {
	width: 80%;
	background: #eaf5f5;
	border: 1px solid #378f91;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 20px;
	font-size: 14px;
	margin: 3px auto;
}

.content1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;

}

.content2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 130px;
	padding-bottom: 5px;
	padding-left: 30px;

}


.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}


