/* otsyourhealth1.css */

body {
  color: #FFF5A6;
}


#all {
position: absolute;
left: 0%;
top: 0%;
width: 100%;
height: 100%;
}

#head {
background-image: url(http://www.readmuskegon.com/otsimages3/yourhealthhead09.jpg) ;
position: absolute;
left: 200px;
top: 0%;
width: 100%;
height: 107px;
}

#banner {
position: absolute;
left: 200px;
top: 0%;
width: 500px;
height: 83px;
}

#menu {
background-color: #cad299 ;
position: absolute;
left: 0%;
top: 0%;
width: 200px;
min-height: 5000px;
}

#menu2 {
position: absolute;
left: 0%;
top: 0%;
width: 170px;
padding-left: 2%;
padding-right; 2%;
min-height: 5000px;
text-align: top;
}

/* previous month articles */

#content {
position: absolute;
left: 200px;
right: 5%;
top: 100px;
width: 70%;
height: 90%;
padding-left: 2%;
padding-right; 2%;
text-align: top;
}

/* headline */

h1 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: large;
}

/* byline */

h2 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

/* introparagraph */

h3 {
  color: #333366;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}

p {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}

/* aboutline */

h4 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: x-small;
}

/* menutype */

h5 {
  color: #ffffff;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}


