/* CSS Document */

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

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


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

	
	div#contact {
		
		margin: auto auto auto auto;
		width:450px;
		height:150px;
		background-image:url(../../imgs/contact.gif);
		background-repeat:no-repeat;
		}
	
			/* end Sidebar hiding */
	
/* END BANNER STYLES */		