body {
	font-family: tahoma, verdana, arial, sans-serif;
    font-size: 10pt;
	color: #000000;
	background: #590E1F url(images/bg.png) top center repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 40px;
}

a {
	color: #84003A;
	text-decoration: underline;
}

a:hover {
	color: #D65108;
	text-decoration: underline;
}

#top {
	align: center;
	width: 800px;
	padding-bottom: 10px;	
}

#container {
	align: center;
	width: 760px;
	padding: 20px;
	background: #FFFFFF;
}

#nav {
	font-size: 8pt;
	height: 30px;
	margin: 0 auto;
	background: #D65108;
    padding: 4px;
	color: #FFFFFF;
}

#nav a{
	vertical-align: middle;
	height: 20px;
	display: block;
	background: #D65108;
	padding-top: 4px;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover{
	vertical-align: middle;
	height: 20px;
	display: block;
	background: #BC4707;
	padding-top: 4px;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#content {
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF;
}

#sidebar {
	color: #000000;
	font-size: 10pt;
	padding: 20px;
}

.header {
	color: #84003A;
	font-size: 17pt;
}

.name {
	color: #84003A;
	font-size: 13pt;
	font-weight: bold;
}

.tableheader {
	font-size: 17pt;
	font-weight: bold;
}

#halo {
	padding: 20px;
	text-align: left;
}

.photogallery {
	background: #000000 url(images/photobg.jpg) no-repeat;
}

#footer {
	font-size: 8pt;
}