@charset "utf-8";
/* CSS Document */


#navigation {
display:none;
	width: 900px;
	height: 25px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
}

#body {
	float: left;
	width: 650px;

	border-left: #999999 dotted 2px;
	padding-left: 10px;
	padding-top: 4px;
}

#navlist {
	  display: none;
	  }
	  
#searchbox {
	display: none;
}
.searchbut {
	display: none;
}
.searchform {
	display: none;
}

.titlebox {
float:right
}

#mastheadlogo{
	float: left;
	clear:right;
	}