#main_box {
 width:810px;
 height:auto;
 border-style: none;
 background-color:#CDE6CC;
 -moz-border-radius:8px;
 -webkit-border-radius: 8px;
  margin-left:auto;
  margin-right:auto;
}
#menu_box {
 width:810px;
 height:285px;
 border-style:none;
 background-color:#EAEAEA;
 -moz-border-radius:8px;
 -webkit-border-radius: 8px;
  margin-left:auto;
  margin-right:auto
 }
 #banner {
  width:810px;
  height:250px;
  border-style:none;
  background-image:url(images/eyes.jpg);
  background-repeat:no-repeat;
  -moz-border-radius:8px;
 -webkit-border-radius: 8px;
  margin-left:auto;
  margin-right:auto;
}
#content {
 width:760px;
 height:auto;
 border-style:none;
 margin-left:auto;
 margin-right:auto;
}
#news_box{
 width:700;
 padding-left: 1.5em;
 font-family: Tahoma;
 background-color:#BFE8F2;
 border: 1px solid black;
 margin-left:auto;
 margin-right:auto;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
}
#header{
font: bold 16pt Tahoma;
}
#date{
font: italic 10pt Arial;
}
#menu_box a:link,a:visited {
 font: normal 13pt Arial;
 text-decoration:none;
}
#menu_box a:hover {
 text-decoration:underline;
 background-color:#CCECF4;
}



