h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
}
p {
	font-size: .8em;
}
h2 {
	font-size: 1.3em;
	font-style: oblique;
	color: #999999;
	text-align: center;

}
a {
	color: #860000;
	text-decoration: none;
}
a:link {
	color: #980000;
	text-decoration: underline;
}
a:hover {
	color: #860000;
	text-decoration: underline;
}
a.page {
	color: #666666;
	text-decoration: none;
}
a.page:link {
	color: #999999;
	text-decoration: none;

}
a.page:visited {
	color: #333333;
}
a.page:hover {
	color: #860000;
}
h3 {
	font-size: 0.8em;
	font-style: oblique;
	color: #7D7D7D;
}
h4 {
	font-size: 1em;
	color: #7D7D7D;
	font-weight: bold;
	font-style: normal;
	text-transform: lowercase;
	text-align: right;

}
#mainleft {
	font-size: x-small;
	background-color: #DFDFD4;
	position: absolute;
	left: 30px;
	top: 15px;
	float: left;
	height: 220px;
	width: 230px;
}
#mainright {
	background-color: #DFDFD4;
	height: 150px;
	width: 300px;
	position: absolute;
	left: 280px;
	top: 75px;
}
#wrapper {
	background-color: #DFDFD4;
	height: 250px;
	width: 635px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #999999;
}
#wrapper p{
	font-size: .8em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
