@charset "utf-8";
/* -- Home Page Style Sheet */
#wrapper {
	background: url(/images/backgrounds/plaid.gif);
}

#navigation {
	height: auto;
	background: #fef4f3;
	border-bottom: 1px solid #c00;
}

#navigation ul {
	margin: 0;
}

#content {
	float: none;
	width: auto;
}