/* CSS Document */

/* BANNER STYLES */	
	div#header {
		background-color:#333;
		background-image: url(../../imgs/banner_11.jpg);
		background-repeat:no-repeat;
		
	}
	
	
	
	.prices {
		font-size:0.8em;
		table-layout:fixed;
		width:540px;
		margin:0 auto 0 auto;
		color:#DDDD99;
		background-color:#333333
	}

	
		
			
	div#middlewrap {
		!margin-right:0px;
		}
		
	div#middle {
		!width:750px;
		}		
			
		div#sidebar {
		position:static;
		display:block;
		width:164px;
		height:100%;
		background-color:#AACCFF;
		float: right;
		margin-right:6px;
	}


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


	/* the following is to hide the sidebar */
	
	div#sidebar {
		display:none;
		width:0px;
		position:relative;
	}
	
	div#content {
		margin-left:0px;
		padding-right:16px;
	}
	
			/* end Sidebar hiding */
	
/* END BANNER STYLES */		