@import url(nav.css);
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#000;
	font-family:Arial, Verdana, sans-serif;
	}
#wrapper {
	width:770px;
	}
#header {
	width:228px;
	height: 86px;
	display:none;		
	}
#printlogo
	{
	display:block;
	width: 228px;
	height: 86px;	
	}	
#header div {
	width:780px;
	}
#navigation {
	display:none;
	
	}
/* See nav.css for Navigation specific styles */
#content {
	width:770px;
	background-color:transparent;
	}
#content h1 {
	margin-top:10px;
	}
#leftimg {
	display:none;
	}
#text {
	margin-left: 20px;
	float:left;
	width:516px;
	margin-bottom:15px;
	}
#footer {
	clear:both;
	color:#000;
	text-align:left;
	background:transparent url(../images/secondary_footer_bck.gif) right top repeat-x;
	padding-top:21px;
	padding-right:15px;		
	font-size:11px;
	}