
#all {
	width: 904px;
	margin: 0 auto;
}

#page {
	float: left;
	width: 900px;
	background: #eeeeee;
	border: 2px solid black;
	}



#header {
	background: #dddddd;
	border-bottom: 1px solid #888888;
	padding: 20px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;	

	}

#header .menu  {
	text-align: center;
	margin-top: 20px;
	}
/*-----------------------------*/

#main {
	float: left;
	width: 100%;
	line-height: 140%;
	
}

#left {
	float: left;
	width: 100%;
	margin-right: -300px;

}

#wrapper {
	margin-right: 300px;
	}
	
#right {
	float: left;
	width: 300px;
	position: relative;
	background: silver;
}


/*----------------------------------------*/

#footer {
	padding: 10px;
	text-align: center;
	clear: both;
	border-top: 1px solid #888888;
	line-height: 140%;
	font-size: 0.9em;
		
}

/*---------*/
