body {
margin: 0px;
padding: 0px;
font-family: Georgia, Times, Serif;
color: black;
width: 800px; 
margin: 0 auto;
}
div#header {
background-color: #fff;
color: #000;
font-size: 28px;
margin-bottom: 20px;
}
div#wrapper {
overflow: hidden;
margin: 0 20px;
}

.menu {
background: #DDDDDD; 
	float: left;
	width: 20%;
	margin: 0 30px 0 0;
}

.box { 
  background: #DDDDDD; 
	width: 65%;
	float: right;
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url(/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 20px 0px 20px;
	margin: -20px 0 0 0;
}