@charset "UTF-8";
/* CSS Document */

<!--
/* It is common to set printer friendly styles such as a white background with black text. */

#masthead{
background-image:url(../images/header_guardiansleeper.gif);
background-repeat:no-repeat;


}
	



#sideNav{
	width: 100px;
	display: none;	
}

.searchbox {
	display: none;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	#outerWrapper #navbar {
	visibility: visible;
	top: 137px;
	width: 730px;
	height: 42px;
	background-color: #F87EB9;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: none;
	
	
   }
   .rndbottom {
background-color: #FFFFFF;
display:none;
		
}

#outerWrapper #footer {
	background-color: #F87EB9; 
	background-image: url(../images/footer.gif);
	height: 100px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 10px;
	display:none;
}

#emblem {
	width: 156px;
	height: 190px;
	position:absolute;
	left: 390px;
	top: 148px;
	z-index: 2;
	display:none;
}


-->