/* CSS Document */

/* BANNER STYLES */	
	div#header {
		background-color:#333;
		background-image: url(../../imgs/banner_03.jpg);
		background-repeat:no-repeat;
	}

	
			/* the following is to hide the sidebar */
			
	
	
	div#sidebar {
		display:none;
		width:0px;
		position:relative;
	}
	
	div#content {
		margin-left:0px;
	}

	
			/* end Sidebar hiding */
	
/* END BANNER STYLES */		


