html {
	height:100%;	
}
BODY {
	background-color : #FFFACD;
	width:100%;
	height:100%;
}
.container {
	width:800px;
	height:100%;
	background-color : #bf0000;
	margin-left:auto;
	margin-right:auto;
}
.banner {
	height:145px;
}
.PageTop {
	width:583px;
	height:44px;
	background-image : url(images/08PageTop.jpg);
	text-align:left;
	padding-left:217px;
	padding-top:37px;
	color:#1b3ae5;
	font-family : "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size : 28px;
}
.Menu {
	width:164px;
	height:600px;
	background-image : url(images/08Menu.jpg);
	background-repeat:no-repeat;
	padding:0px 14px 0px 14px;
	text-align:right;
	float:left;
	font-family : "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height : 20px;
}
.MainPage {
	width:554px;
	background-image : url(images/08Base.jpg);
	background-color:red;
	float:right;
	padding: 0px 27px 0px 27px;
	height:auto;
	text-align:center;
	font-family : "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
a.link {
	color:#1b3ae5;
	text-decoration:none;
}
a:HOVER.link {
	color: Black;
	text-decoration:underline;
}

