@import url("style.css") all;

#outer { margin: 0 0; }

#search { display:none; }
#navigation { display: none; }

#header { width: 100%; }
#topnavigation { width: 100%; }

#main {
	width: 100%;
	background-image: none;
	background-color: white;
}

#content {
	width: 100%;
}

body {
	font-size: 12px;
	line-height: 22px;
}
