body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h2 {
	margin: 0px;
	padding: 12px;
}
img {
	border: 0px;
}
li {
	list-style: disc;
	list-style: inside;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	background-color: #FFF;
	padding: 10px 10px 0px 10px;
}
#title {
	width: 730px;
	background-color: #EBE7CE;
	height: 50px;
}
#right {
	float: right;
	width: 200px;
	height: 300px;
}
#content {
	background-color: #EBE7CE;
	height: 340px;
	margin-top: 10px;
	padding: 5px;
	overflow: auto;
}
#contact {
	background-color: #EBE7CE;
	height: 47px;
	margin-top: 10px;
	text-align: center;
	padding-top: 3px;
	overflow: auto;
}
#nav {
	background-color: #EBE7CE;
	width: 500px;
	height: 22px;
	padding: 3px 10px 0px 10px;
	margin-top: 10px;
	text-align: center;
}
#pic {
	background-color: #EBE7CE;
	width: 520px;
	height: 375px;
	margin-top: 10px;
	overflow: none;
}
#footer {
	text-align: center;
	font-size: x-small;
	color: #999;
	padding: 2px;
}
.nav {
	margin: 0px 20px 0px 20px;
}