body {
  margin:0 auto;
  text-align:center;
  background-image:url("images/image_bg.png");
  background-repeat:repeat-x; 
  background-color:#e2e0dd;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#363636;
}

#wrapper {
  height:600px;
  width:750px;
  margin:10px auto;
  text-align:center;
}

#head {
  height:142px;
  width:750px;
  background-image:url("images/image_header.png");
  background-repeat:no-repeat;
}
#main {
  height:358px;
  width:750px;
  background-image:url("images/image_bodybg.png");
  background-repeat:repeat-y; 
}
#foot {
  height:50px;
  width:750px;
  background-image:url("images/image_footer.png");
  background-repeat:no-repeat; 
}
#content {
  height:338px;
  width:702px;
  margin:0 auto;
  background-image:url("images/image_mainbg.png");
  background-repeat:no-repeat; 
}
#text {
  width:350px;
  margin:10 20;
  text-align:left;
  float:left;
}

.red {
  color:#8c1c1c;
}
.blue {
  color:#3d5d84;
  font-size:10px;
  font-style:italic;
}
.lge {
  font-size:12px;
}
.bold {
  font-weight:bold;
}

a {
  color:#8c1c1c;
}
a:hover {
  color:#d42025;
}
