/* CSS Document 


	background-color:#FF7100;
	
	*/

#body {
	
	width:900px;
	height:auto;
	overflow:auto;
	background-color:#FF7100;
	}
	

	
#header {
	margin:auto;
	width:900px;
	height:auto;
	background-color:#FF7100;
	}

#updates {
	margin:auto;
	background-color:#FF7100;
	}


#menu {
	width:150px;
	text-align:center;
	float:left;
	background-color:#FF7100;
	}
	

#mainDiv {
	width:750px;
	height:auto;
	text-align:left;
	float:right;
	background-color:#FFFFFF;
	}
	
#normalDiv {
	width:750px;
	height:auto;
	text-align:left;
	float:right;
	background-color:#FFFFFF;
	}
	

