.nav {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;

}
 .nav li {
  display: inline-block;
  font-size: 20px;
  padding: 10px;
}

a:link {
 color: #444;
 text-decoration:none;
 }
 a:visited {
        color: #2D2D2D;
        text-decoration:none;
      }
      a:hover {
        color: #444;
        text-decoration:underline;
      }
body{font-family:Open Sans,Arial;margin:40px auto;max-width:800px;line-height:1.6;font-size:18px;color:#444;background:#F9F9F9;padding:0;}
h1,h2,h3{line-height:1;}

#topbox{
 width:860px;
 height:110px;
}

#topmenu{
  width:800px;
  color:#444;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  }

#bigbox{
 width:800px;
 height:1100px;
 padding:30px;
 padding-top:1px;
 background:#F2F2F2
}
#toptext{

 width:800px;
}
#imgtext{float:left;

 width:490px;
 height:600px;
}
#images {
 float:right;
 width:290px;
 padding:10px 10px 10px;
 font-size:16px;
}
#lower_bigbox{
 width:800px;
 background:#F2F2F2;
 padding:30px;
}
#bottomtext{
}
#bottommenu{
  color:#444;

  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;

  }