html, body {
  margin:0;
  margin-top:10px;
  padding:0;
  border:0;
  font-family:Verdana,Arial,Helvetica,Sans;
}

#pagewidth {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

#left {
  float:left;
  width:220px;
  height:300px;
  margin-right:15px;
  background:#e7ae20;
}

#left img {
  margin-bottom:30px;
}

div.leftcontent {
  margin-left:5px;
}

#main {
  float:left;
}

#head {
/*  float:left; */
  width:600px;
  height:90px;
  background:#004e2d;
}

#navigation {
/*  float:left;*/
  width:600px;
  height:20px;
  margin: 15px 0;
  background:#e7ae20;
}

#content {
  float:left; 
  width:600px;
  background:#fff;
}

#right {
  width:140px;
  height:800px;
  margin-left:850px;
}

#right #head {
  width:140px;
  height:90px;
  background:#004e2d;
}

#right #navigation {
  margin: 15px 0;
  width:140px;
  height:20px;
  background:#e7ae20;
}

#right #content {
  width:140px;
  padding-top:40px;
  padding-bottom:40px;
  background:#004e2d;
  text-align:center;
}

#right #content div {
  margin-top:40px;
}

h1 {color:#004e2d;font-size:28px;}
h2 {color:#004e2d;font-size:21px;}
h3 {padding-bottom:0;color:#004e2d;font-size:16px;}
h4 {color:#004e2d;font-size:14px;}
p {font-size:12px;}
ul {font-size:11px;}
