
	* {
	  margin: 0;
	  padding: 0;
	}
	html {
	  font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	}
	body {
	  font-size: 92%;
	  background: #BED3C2;
	  padding: 20px; 
	}
	#wrapper {
	  background: #FFF;
	  width: 960px;
	  min-width: 550px;
	  /*width: 80%;*/
	  margin: 0 auto;
	}
	#header {
	  background: #fff url(images/header_right.gif) no-repeat top right;
	}
	#header h1 {
	  width: 610px;
	  height: 56px;
	  background: url(images/logo.gif) no-repeat;
	  text-indent: -9999px;
	  overflow: hidden;
	}
	#footer {
	  clear: both;
	  background: #9DA9CE url(images/footer_right.gif) no-repeat bottom right;
	  color: #fff; 
		
	}
	#footer p {
	  padding: 10px 15px; /* … and placed here inside the paragraph */
	  background: url(images/footer_left.gif) no-repeat bottom left;
	  text-align: center;
	}
	#leftcolumn {
		float: left; 
		width: 200px;
		margin-top: 10px;
		margin-left: 15px;
		margin-right: 15px;
		/*border: solid 1px #000000;*/
        }
	#middlecolumn {
		float: left; 
		margin-top: 10px;
		margin-right: 65px;
		width: 610px;
		/*border: solid 1px #000000;*/
        }
	#rightcolumn {
		float: right; 
		width: 150px;
		margin-top: 10px;
		margin-right: 5px;
		/*border: solid 1px #000000;*/
        }
