#page {
	height: 100%;
	width: 100%;
}
#mainPage {
	width: 950px;
	background-color: #DAE7A2;
	min-height:600px;
}
#header {
	background-image: url(../lib/media.php?id=2);
	background-repeat: no-repeat;
	height: 250px;
}
#mainNaviArea {
	/*background-color: #037603;*/
	background-image: url(../images/navi_bg_green.gif);
	height: 30px;
	background-repeat: no-repeat;
}
#mainNavi {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	margin: 0px 10px 2px 2px;
	color: #037803;
	font-weight: bold;
}
#mainNavi a{
	color: #E6923A;
	text-decoration:none;
}

#mainNavi a:hover{
	color: #037803;
	text-decoration:none;
}
#contentArea {
	background-color: #ffffff;
	background-repeat: no-repeat;
}
#content{	
	padding-top:0px;
	margin-left:10px;
	margin-right: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: #759CE9;
}
#contentFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 950px;
	text-align: right;
}

#left {
	position:relative;
	float:left;
	width:200px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

a.subnavi:link {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color:#E6923A;
}
	
a.subnavi:visited {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color:#E6923A;
}

a.subnavi:hover {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color:#E6923A;
}

a.subnavi:active {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color:#E6923A;
}

a.subnavi1:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#E6923A;
}
	
a.subnavi1:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#E6923A;
}

a.subnavi1:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#E6923A;
}

a.subnavi1:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#E6923A;
}


#right {
	position:relative;
	float:left;
	width:720px;
}

