@charset "utf-8";
/* CSS Document */

#container{
	margin: auto auto;
	width: 760px;
	height: 470px;
	}
	
#header{
	width: 760px;
	height: 100px;
	}
	
#navigation{
	width: 760px;
	height: 20px;
	background-color:#5B6A49;
	}


#content{
	width: 760px;
	height: 300px;
	}
	
#footer{
	width: 760px;
	height: 75px;
	}	
