/*
LAYOUT: One-Column 
DESCRIPTION: One-column fluid layout.
*/

#wrapper {
	width: 960px;
	margin: auto;
}

#header, #main, #footer {
	width: 100%;
	clear: both; 
}

#masthead, #content, #colophon {
	margin: 0 auto;
}

#masthead {
	width: 100%; 
}

#content {
	width: 100%;
}

#colophon {
	width: 100%; 
}