#page {
	height: 100%;
	width: 100%;
}
#mainPage {
	width: 950px;
	background-color: #C7B88F;
	min-height:600px;
}#header {
	background-image: url(../images/teaser.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#mainNaviArea {
	background-image: url(../images/navi-bg.jpg);
	height: 30px;
	background-repeat: no-repeat;
}
#mainNavi {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 4px 10px 2px 2px;
	color: #C7B88F;
	font-weight: bold;
}
#mainNavi a{
	color: #C7B88F;
	text-decoration:none;
}
#contentArea {
	background-image: url(../images/maincontent-bg.jpg);
	background-repeat: no-repeat;
}
#content{
	padding:10px 10px 10px 10px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content h1{
	margin:0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #006200;
}
#contentFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 950px;
	text-align: right;
}

