body {
	text-align: center;
	font-size: 80%;
	line-height: 140%;
	background-color : #edece9;
}

#wrapper {
	background-color : white;
	margin-top : 1px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	width : 820px;
	height : 700px;
	top : auto;
	left : auto;
}	

#header {
	margin-top : 10px;
	margin-bottom : 0px;
	text-decoration:none;
	display: block;
	border: none;
}

#art {
	color : white;
	background-color : white;
	margin-top : 5px;
	width : 768px;
	height : 400px;
	top : auto;
	left : auto;
	border: 1px solid #000;
}
#navi {
	margin-top : 15px;
	padding: 0px 0px 5px;
	margin-left: 25px;
	text-align: center;
	font-size: 100%;
}
#navi li {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	background-color: #edece9;
	border: 1px solid #000;
	text-align: center;
	width: 90px;
	height: 20px;
}
#navi a {
	color: #000;
	display: block;
	width: 90px;
	height: 20px;
}
#navi a:hover {
	color: #FFF;
	background-color: #2b2c40;
	text-decoration:none;
}

#content {
	color : black;
	background-color : white;
	margin-top : 30px;
	margin-left: 1px;
	width : 768px;
	height : 500px;
	border: 1px solid #000;
}


#credit {
	font-size: 90%;
	text-align: right;
	padding-right: 30px;
}
