body {
  text-align:center;
  margin:0px;
  background-image:url(./img/cont_bg.png);
  color:#ffffff;
  font-family:sans-serif;
}

#centered_content {
  margin:0px auto;
  width:1024px;
  /*border:2px solid red;*/
}

#menu {
  height:27px;
  margin-top:20px;
  background-image:url(./img/menu_bg.png);
  background-repeat:no-repeat;
  background-position:50% +8px;
  margin-bottom:30px;
}
#menu a {
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  margin:0px 5px;
}
#menu a:hover {
  color:#560000;
  /*text-decoration:underline;*/
}

#content_top {
  background-image:url(./img/content_top.png);
  background-repeat:no-repeat;
  background-position:50% 0px;
  height:10px;
}

#content {
  background-image:url(./img/content_middle.png);
  background-repeat:repeat-y;
  background-position:50% 0px;
  padding:1px 150px;
  text-align:left;
  margin:0px;
  /*border:1px solid blue;*/
}

#content a {
  color:#ffffff;
  text-decoration:none;
  border-bottom:1px dashed #ffffff;
}


#content a:hover {
  color:#560000;
  border-bottom:1px solid #560000; 
  /*text-decoration:underline;*/
} 

h2 {
 margin-top:30px;
} 

/*
td { 
 height:200px; vertical-align:top; 
} 
*/

#content_bottom {
  background-image:url(./img/content_bottom.png);
  background-repeat:no-repeat;
  background-position:50% 1px;
  height:9px;
  margin-bottom:50px;
}
