body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#title {
	background-color: #666666;
	margin: 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3A914;
}
#title h1{
	font-size: 0.75em;
	font-weight: normal;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
#index {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#index ul {
	margin-top: 50px;
}
#index li {
	margin-top: 10px;
	list-style-type: none;
	display: inline;
}
#footer {
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #D3A914;
	border-right-color: #D3A914;
	border-bottom-color: #D3A914;
	border-left-color: #D3A914;
	padding-top: 5px;
	margin-bottom: 10px;
}#footer p {
	font-size: 0.7em;
	color: #AAAAAA;
	line-height: 1;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer img {
	margin-top: 10px;
}
