body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 700px;
}
a:link {
	text-decoration: none;
	color: #C00;
	font-size: small;
}
a:visited {
	text-decoration: none;
	color: #C00;
	font-size: small;
}
a:hover {
	text-decoration: none;
	color: #FF0;
	font-size: small;
}
a:active {
	text-decoration: none;
	color: #FFC;
	font-size: small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
p {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
hr {
	display: none;
}
.yellow {
	color: #FF6;
}

.white {
	color: #EEE;
}

.red {
	color: #F30;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: auto;
}

#header {
	width: 700px;
	height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	float: none;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	font-style: italic;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: 15px;
	width: 40px;
	text-align: center;
	font-size: small;
	font-style: italic;
}
#contents {
	height: auto;
	width: 700px;
	padding-top: 1px;
	margin-top: 20px;
	text-align: right;
}
#logo {
	float: left;
	height: 500px;
	width: auto;
	text-align: left;
}


#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	float: right;
	height: auto;
	width: 180px;
	padding-top: 30px;
	padding-bottom: 60px;
	line-height: 25px;
	font-style: italic;
}
