/* Michaud & Raymond Layout 1.0 */
/* Author: Ryan Dougher */
/* September 24th, 2007 */


#header{
	height: 170px;
	width: auto;
	background-color: #000000;
}

#content{
	height: auto;
	width: 900px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer{
	background-color: #000000;
	display: block;
	margin-top: auto;
}

