body 	{
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: 3b3b3b;
}
A	{ color: #336600; text-decoration: none; }
A:link	{ color: #336600; text-decoration: none; }
A:visited	{ color: #665700; text-decoration: none; }
A:hover	{
	color: #99cc66;
	 text-decoration: underline;
	 }
h3	{
	color: #665700;
}
img	{ border: none;
}
#content {
	text-align: left;
	background-color: #ffffff;
	margin-right: 281px;
	padding: 25px;
}
#header	{
	height: 55px;
	padding-top: 20px;	
	padding-left: 25px;
	padding-bottom: 20px;
	text-align: left;
	background-color: 336600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #665700;
	background-image: url(images/headerbackground.gif);
}
#side 	{
	text-align: left;
	background-color: #e1f0d1;
	position: absolute;
	width: 245px;
	right: 0px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #665700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #665700;
	background-image: url(images/sidebg.jpg);
	background-repeat: repeat-x;
}	
.comments	{
	border: 1px solid #cccccc;
	background-color: #f5f5ee;
	padding: 5px;
}
.form	{
	background-color: #f9f1d4;
	border: 1px solid #336600;
	padding: 25px;
}	
.navigator	{
	border-bottom: 1px dashed #336600;
	padding-bottom: 10px;
}
.navigator a	{
	text-decoration: none;
}
.navigator a:hover	{
	text-decoration: underline;
}
.navigator em	{
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.padme	{
	padding: 3px;
}
.postcomment	{
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.posted	{
	font-size: x-small;
}
.title	{
	color: #665700;
	font-weight: bold;
}
.xsmall	{
	font-size: x-small;
}
