 /* basic html tag styles*/
 
body 
{ font-family: arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: .80em;
  line-height: 1.3em;
  background-image: url('images/newport.jpg');
  height: 100%;
}

body#home a#nav_home
{ font-weight: bold;
  font-size: 112%;
}

a 
{ text-decoration: underline;
  color: #085ba3;
  outline: none;
}

a:hover
{ text-decoration: underline;
  color: #006;
}

h1, h3
{ font-family: arial, sans-serif;
  font-size: 108%;
  padding: 15px 0px 0px 30px;
  letter-spacing: .1em;
  line-height: 1.6em;
  color: #006;
}

h5
 /* use this tag for the footer text */
{ font-family: arial, sans-serif;
  font-size: 10px;
  padding: 0px 0px 0px 30px;
  color: #838186;
}

hr 
{ color: #666333; 
  height: 1px;
}

img 
{ border: 0px; 
}

p
{ margin: 10px;
  padding: 0px 20px 4px 20px;
  line-height: 1.5em;
  color: #333; 
}

sup 
{ font-size: 9px; vertical-align: 20%
}

ul li
{ list-style-type: square;
  margin: 0px 80px 0px 16px; 
  padding: 0px 0px 10px 0px;
  line-height: 16px;
  color: #000;
}

 /* main divs */
 
#container
{ background-color: #FFF;
  margin: 0 auto;
  border-right: 1px solid #C99;
  border-left: 1px solid #C99; 
  overflow: hidden;
  width: 750px;
}

#content
{ background-color: #FFF;
  width: 560px;
  border-left: 190px solid #E5E5D9; 
  /* The left border must be the width and color of the menu */
  margin-left: -190px; 
  float:right;
}

/* left menu styles */

#menu
{ background-color: #E5E5D9;
  width: 190px;
  float: right;
}

#footer
{ background-image: url('images/footer.gif');  
  width: 750px;
  margin: 0 auto;
  border-bottom: 1px solid #C99;
  border-right: 1px solid #C99;
  border-left: 1px solid #C99;
}