@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	background:#dfdede;
}

#container{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	border:solid 2px #000000;
}

#header{
	background:#0F0;
	width:100%;
	height:100px;
}

#navigation{
	width:150px;
	height:475px;
	background:#FF0;
	float:right;
}

#content{
	float:left;
	width:650px;
	height:475px;
	background:#F90;
}

#footer{
	background:#3CF;
	clear:both;
	font-size:10px;
	width:100%;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	z-index:-4;
}