/* CSS Document */

body {
	background-color:#EEEEEE;
}

#main-container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:100%;
	display:block;
	background-color:blue ice;
}

#menu {
	float:left;
	
	background-color:white;
	width:180px;
	height:600PX;
	margin-top:-.5em;
}

#main-frame {
	float:left;
	width:780px;
	margin-top:-.5em;
}

#footer {
	clear:both;
	width:100%;
	display:block;
	background-color:#DB9A6A;
}
