body {
	margin: 0;
	padding: 0;
}

p {
	font: 11px georgia;
	color: #885E16;
	margin-bottom: 9px;
	margin-top: 9px;
	margin-left: 12px;
	line-height: 14px;
	}
	
a {
	font: 11px georgia;
	color: #885E16;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	font: 11px georgia;
	color: #603F08;
	font-weight: bold;
	text-decoration: underline;
	}

#header {
	background: #000;
	height: 88px;
	}
	
#nav {
	background-image: url(../images/nav_bg.gif);
	height: 25px;
	}
	
#content {
	padding: 12px;
	border-right: 1px solid #BF8F3D;
	}
	
#contenttable {
	border-right: 1px dotted #BF8F3d;
	}
	
#footer {
	background-image: url(../images/footer_bg.gif);
	height: 23px;
	font: 11px tahoma;
	color: #D0A55B;
	padding-left: 12px;
	}
	
.rightimage {
	border: 1px solid #BF8F3D;
	margin-left: 12px;
	margin-right: 12px;
	}
