/* CSS Document */

/* BANNER STYLES */	
	div#header {
		
		background-color:#333;
		background-image: url(../../imgs/banner_05.jpg);
		background-repeat:no-repeat;
	
	}
	
	
	
			/* the following is to hide the sidebar */
			

div#sidebar {
		position:static;
		display:none;
		width:164px;
		height:100%;
		background-color:#AACCFF;
		float: right;
		margin-right:6px;
	}


	div#content {
		margin-left:0px;
		padding-right:10px;
	}

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