body
{
	background: #fff;
	font: normal 12px Verdana, Arial, sans-serif;
	color: black;
	width: 800px;
}

/***************
 Overall layout
****************/
#outer-wrap
{
    background: #ffffff;
    width: 965px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#inner-wrap
{
    background: none;
    padding-top: 1px;
}



#navigation
{
	display: none;	
}

#main-nav,
#footer,
.head-image,
input,
#foot-image,
.no-print
{
	display: none;
}


