body {
  font-family: "Trebuchet MS", sans, arial;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #cccccc;
  background-position: center;
  background-image: url("../img/bg3.png");
  background-repeat: repeat-y;
  background-attachment: scroll;
}

blockquote {
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
}

a {
  text-decoration: none;
  color: #dd7722;
}

a:hover {
  text-decoration: underline;
}

.alert {
  font-weight: bold;
  color: #dd0000;
  font-size: 16px;
  text-decoration: underline;
  text-align: left;
}

#error {
  color: #cc3300;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
}

#contentContainer {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/main_bg.png");
  background-repeat: no-repeat;
  width: 50em;
  width: 720px;
}

#headerText {
  float: right;
  margin: 4px;
  font-size: 80%;
  padding-bottom: 6px;
}

.content {
  margin-top: -20px;
  margin-left: 20px;
  text-align: left;
}

.header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  height: 190px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-repeat: none;
  text-align: center;
}

.mainMenuPadding {
  height: 154px;
}

.mainMenuHolder {
  display: table;
}

#mainMenuWrapper {
  text-align: center;
}

#mainMenuWrapper .mainMenuHolder {
  margin: 0 auto;
}

.mainMenu {
  display: table-row;
  padding: 0px;
  margin: 0px;
  top: 152px;
  text-align: center;
}

.mainMenu ul {
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.mainMenu li {
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  width: 140px;
  float: left;
  text-align: center;
}

.mainMenu a {
  display: block;
  margin-bottom: 2px;
  padding: 4px;
  font-size: 90%;
  border: 1px solid #444444;
  color: #aaaaaa;
  background-image: url("../img/menuitem_idle_bg.png");
  background-repeat: repeat;
}

.mainMenu a:hover {
  border: 1px solid #888888;
  color: #ffffff;
  background-image: url("../img/menuitem_hover_bg.png");
  background-repeat: repeat;
  text-decoration: none;
}


.post {
  font-size: 90%;
  font-weight: bold;
  margin-left: -10px;
  margin-right: 10px;
}

.postheader {
  background-image: url("../img/post_title_bg.png");
  background-repeat: repeat;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}

.postdate {
  font-size: 70%;
}

.postbody {
  text-decoration: none;
  font-weight: normal;
  background-repeat: repeat;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.gallery {
  font-size: 90%;
  background-image: url("../img/post_body_bg.png");
  border: solid 1px #444444;
  margin-left: -10px;
  margin-right: 10px;
  text-align: center;
}

.galleryheader {
  background-image: url("../img/post_title_bg.png");
  background-repeat: repeat;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  text-align: center;
  vertical-align: middle;
}

.galleryheader a {
  color: #cccccc;
}

.galleryfooter {
  font-size: 70%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  vertical-align: middle;
}

.gallerythumb {
  width: 128px;
  height: 84px;
  border: 1px solid #888888;
  background-color: #000000;
  text-align: center;
  cursor: pointer; 
}

.textbox {
  border: 1px solid #444444;
  color: #dddddd;
  background-color: #000000;
}

.submitbutton {
  border: 1px solid #444444;
  color: #dddddd;
  background-color: #000000;
}

