html { 
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size:  14px;
}

body { 
}

#pagebody { 
  width: 765px;
  border: 3px solid black;
  margin: 10px auto 10px auto;
}

#header { 
  width: 100%;
  clear: both;
  background: url(images/header.jpg) top left no-repeat;
  height: 246px;
}

#menu { 
  font-size: 16px;
  padding: 218px 10px 0 25px;
}

#menu a { 
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#menu div { 
  float: left;
  width: 130px;
  padding: 0;
  margin: 0;
}

#menu a:hover { 
  color: #555;
}

#pagecontent { 
  padding: 10px;
  padding-bottom: 20px;
  min-height: 350px;
}

.cleaner {
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

p:first-letter {
 font-size: 1.2em;
 font-weight: bold;
 color: #44AA44;
color: #6c1251;
}

.imagetop { 
  margin-top: 0;
}

.imager, .imagel { 
  border: 1px solid silver;
  padding: 3px;
  margin: 10px;
}

.imager { 
  float: right;
}
.imagel { 
  float: left;
}

h2 { 
  margin-bottom: 4px;
}

.alert { 
  margin: 20px auto;
  border:  3px dashed red;
  padding: 8px;
  width:  80%;
  font-weight: bold;
}

.centerdiv { 
  text-align: center;
}
