body {
	margin: 10px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* nav */

#nav {
	font-size: 11px;
	text-align: left;
}
#nav td {
	line-height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #510303;
	background-color: #F9E7B4;
	width: 180px;
	text-indent: 5px;
}
#nav td a{
	color: #510303;
	background-color: #F9E7B4;
	text-decoration: none;
	display: block;
}
#nav td a:hover{
	color: #F9E7B4;
	background-color: #8B3442;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
}

/* content */

#content {
	padding: 0px 10px 10px 10px;
	font-size: 11px;
	color: #510303;
    text-align: center;
	width: 508px;
}
#content p{
	text-align: justify;
	margin-top: 12px
	
}
#content td{
	text-align: center;
	
}
#forms td {
	text-align: left;
	
	}
#content a{
	color: #510303;
	text-decoration: underline;
}

#content a:hover{
	color: #510303;
	text-decoration: none;

/* sidebar */
}
#sidebar {
	width: 200px;
	font-size: 10px;
	color: #fff;
	vertical-align: top;
	text-align: left;
}
#sidebar a{
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover{
	color: #fff;
	text-decoration: underline;
}

/* guestbook */

#guestbook {
/*	background-color: #8B3442;*/

	height: 20px;
	border: 0px;
}
#guestbook td {
	background-color: #8B3442;
	color: #F9E7B4;
}

/* Extras */

.italic{
	font-style: italic;
}
.fieldwidth {
	width: 350px;
}
hr {
	height: 1px;
	color: #510303;
}
td {
	font-size: 11px;
	color: #510303;

}
.topborder {
	border-top: 1px solid #510303;
}
.guestbookred {
	background-color: #8B3442;
	color: #F9E7B4;
}
h1 {
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
ul {
	text-align: left;
}
.spacer{
	margin-right: 48px;
}
.menuheader {
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
.menuextra {
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
.frontpage {
	color: #0D04CC;
	font-weight: bolder;
	font-size: 16px;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
