body {
	background-color: #1a001a;
	color: #fff1f1;
	text-align: center;
	font-family: sans-serif;
}

#header {
	width: 100%;
	background-color: white;
	height:19ex;
}

#header img {
	padding-top: 14px;
	position: relative;
	left: -165px;
}

#nav {
	width: 100%;
	background-color: #7d3b97;
	line-height:2.3em;
}

#nav  a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#nav  a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	width: 600px;
/*	background-color: #7d3b97;*/
	margin: 0px auto;
	margin-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}

#content p {
	margin-bottom	: 1em;
}

#content h3 {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	font-weight: bold;
	letter-spacing: 1px;
}

#content img{
	border: 3px solid white;
	margin: 5px;
}

/** Gallery ***/

#gallery td{
	padding: 5px;
}

#gallery img{
	border: 3px solid white;
	margin: 0px;
}

#content a{
	color: #7D3B97;
	font-weight: bold;
}

#content a:active {
	color: white;
	font-weight: bold;
}

#formTab td {
	padding: 2px;
}

#formTab input {
	width: 100%;
}

#formSubmit {
	padding: 4px;
	float: right;
	width: 8ex;
}
