
body {
			font: 80% arial, helvetica, sans-serif;
			background: #ccc;
			margin: 0;
		}

		
		#header {
			background: url(../images/banner.jpg); 
			border-bottom: 1px solid #333;
			height: 60px;
		
			}
		
		#navigation {
			position: absolute;
			top: 80px;
			left: 0;
			width: 140px;
			color: white;
		}
		
		#navigation ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
			background:#C3C2EC
			width:100%;
		}
		
		#navigation ul a {
			color: blue;
			/*text-decoration: none;*/
			display: block;		
			background:#C3C2EC
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
			width:100%;
			}
		
		#navigation a:visited {
		color: blue;
		
		}
		
		#navigation a:hover {
		color: blue;
		/*background:#B8B6E5;  this is the hover color of the block*/
			
		}
		
		#content {
			background: white repeat-y; */
/* THIS IS THE BACKGROUND COLOR OTHE THE NAV AREA  #C3C2EC*/
			background:white repeat-y;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 152px solid #C3C2EC;
		}
		
		h1 {
			font-size: 1.5em;
			color: #036;
		}
		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.20em;
			color: #036;
		}
		
		
		#reviews{
			font-size: 1.20em;
			color: #036;

		}
		
		#container {
			position: relative;
			width: 720px; /* width + border for IE 5.x */
			w\idth: 714px; /* real width */
			border: solid #036;
		
			border-width: 0 3px;
			margin: auto;
		}

	
