@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#Mainpicture {
	background-color: #FFFFFF;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
}
#bodyarea #left {
	width: 469px;
	height: auto;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
#bodyarea #space {
	height: 400px;
	width: 789px;
	background-color: #003399;
	float: none;
	margin-left: auto;
	margin-top: auto;
}

#bodyarea #right {
	background-color: #FFFFFF;
	height: 200px;
	width: 290px;
	float: right;
}
#bodyarea #leftspace {
	background-color: #FFFFFF;
	width: 10px;
	height: 100px;
	float: left;
}
#bodyarea #rightspace {
	height: 100px;
	width: 10px;
	float: right;
}

#bodyarea {
	width: 789px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#Navigation {
	background-color: #663300;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
}
#Text {
	background-color: #FFFFFF;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
}

