body {background-color: rgb(255,255,240)}

h1, h2, h3, h4, h5, p{font-family: "Verdana", sans-serif; }


#wrapper {text-align: center;
	  margin-left: auto;
		margin-right: auto;
	  border:3px solid #000000;
		width: 900px;
	  }
		
#header {border-bottom:1px solid #000000;
	 margin-both:10px;
	 height:110px;
	 width: 900px;
	 color:black;
	 }

#content {
		margin-top:10px;
		padding-bottom:10px;
	  }
		
	/* applies to all divs within the content div */
	
  #content div {
		padding:10px;
		float:left;
	  }
	
  #content-left {
	  text-align:left;
  	width:200px;
    }

  #content-main {
		margin-left:10px;
		width:644px;
    }

#footer {
		clear:both;
    margin-top:10px;
	  margin-bottom:10px;
		padding:10px;
    border:1px solid #000000;
    width: 880px;
	  }

#bottom {
    clear:both;
	  text-align:right;
		}

