@charset "UTF-8";
/* CSS Document */
#wrap{
	width: 710px;
	margin: 0 auto;
	}
#head{
	background: #4A8797;
	font-size: 35px;
	font-style: bold;
	border: medium solid #474333;
	color: #474333;
	height: 65px;
	width: 710px;
	font-family: Optima;
	float: center;
	padding-top: 15px;
	padding-left: 15px;
}
#sidebar{
	background: #5CB3D9;
	border: medium solid #ABA28D;
	color: #474333;
	width: 12em;
	height: 1000px;
	font-size: 18px;
	font-family: Optima;
	padding-left: 15px;
}
#contentarea{
	left: 12em;
	top: 65px;
	font-family: Optima;
	color: #474333;
	background: #FFFFFF;
	float:right;
	width: 470px
}
#footer{
	background: #DDDDDD;
	color: #474333;
	clear:both;
	font-family: Optima;
}
#contentarea. h1{
	font-size:12px;
	font-weight:bold;
}