/* CSS Document */

body {
margin:0;
padding:0;
}

#sidenav {
  display : none;
  }
  
#maincontent {
	float: none;
	padding: 18px;
	margin: 0;
	width: 638px;
	border-left-style: none;
}

#header {
  display : none;
} 

.orange_title {
 color:#000000;
}

#banner {
   background:transparent url(images/header4.jpg) no-repeat top left;
   height: 206px;
   width: 672px; /* width of logo for screen */

}

