body {
	background-color: Black;
	background-image: url(images/bg.jpg);
	color: #eee;
	/*margin-left: 20%;
	margin-right: 20%;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
div.bg {
	background-color: black;
	padding-left: 16px; 
	padding-right: 16px;
}
hr {
	color: White;
	height: 1px;
}
h1 {
	color: White;
	font-size: 1.25em;
}
h2 {
	font-size: 1.15em;
	/*color: #41d4db;
	color: #65e3e9;*/
	color: White;
	margin-top:12px;
	margin-bottom:12px;
}
h3 {
	font-size: 1.05em;
	color: White;
	margin-top:8px;
	margin-bottom:8px;
}
p, a, li, td, th {
	line-height: 130%;
}
.alt {
	background-color: #333333;
}
img.photoborder {
	border: 1px solid #cccccc;
}
img.photo {
	border: 1px white solid; 
	float:right; 
	margin:4px 0px 8px 8px;
}
p {
	margin:0;
	margin-top:8px;
}
li {
	margin:3px;
}
a {
	font-weight: bold;
}
a:link {
	color: #ff904e;
	text-decoration: none;
}
a:active {
	color: White;
}
a:visited {
	color: #73b0c3;
	color: #958dc0;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	margin-top: 22px;
	border-top: 1px solid White;
	padding: 4px;
	background-color: #333;
	border-bottom: 2px solid #333;
}
#nav {
	padding: 2px 0px 22px 0px;;
	/*background-color: #333;
	text-align: center;
	margin-bottom: 26px;
	margin-top: 8px;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;*/
}
#nav a {
	/*border-right: 1px solid white;
	padding-left: 8px;
	padding-right: 8px;*/
}
#nav a.current {
	background-color: #e56339;
	border: 1px solid #e56339;
	color: #e56339;
}
div.header {
	margin: 9px 0px 8px 14px;
}