  body {
		font-family:book antiqua,helvetica,sans-serif;
		font-size:15px;
	}
  #wrapper {
		width:950px;
		margin:0px auto;
		border:1px solid #bbb;
		padding:10px;
	}
  #header {
		border:0px solid #bbb;
		padding:10px;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		border:0px solid #bbb;
    float:left;
	}
  #content-left {
  	width:180px;
  	height:250px;
	}
  #content-main {
		margin-left:10px;
		width:666px;
		height:1200px;
	}
  #content-box1, #content-box2, #content-box3 {
		padding:10px;
		border:0px solid #bbb;
    position:absolute;
    margin-top:190px;
    height:120px;
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:10px;
    border:0px solid #bbb;
    width:878px;
	}
  #bottom {
		clear:both;
		text-align:right;
	}

