body {
	margin: 35px 0px 0px 0px;
	background-image: url(images/back.jpg);
	color: #D8D8D8;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
}
td.header {
	margin: 0px;
	padding-right: 20px;
    margin-bottom: 40px;
	background-image: url(images/back-light.jpg);
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;	
	border-left: none;
	border-right: none;
}
/*.header_nav {
	color: #D8D8D8;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
}*/
hr {
	margin-top: 35px;
	margin-bottom: 35px;
}
img.pic {
	border: 1px solid #fff;
	margin-top: 0px;
	margin-bottom: 20px;
}
td.content {
	padding-top: 30px;
}
a {
	color: #DEA700;
}
a:hover {
	color: #FFD24A;
}

body.splash {
	margin: 0px;
	background: #000000 url(images/back.jpg) repeat;
}
td.splash {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
td.nav {
	background: #000000 url(images/back-light.jpg) repeat;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}