body {
   background-image: url("images/bg.jpg");
   text-align: center;
   align: center;
   margin: 20px;
}

div.content {
   font-family: Verdana, Arial, non-serif;
   font-size: 0.8em;
}

div.banner {
   width: 619px;
   height: 52px;  
   background-image: url("images/banner.jpg");
   padding-top: 105px;
   padding-right: 15px;
   padding-left: 115px;
   text-align: right;
}

ul.menu li {
   list-style: none;
   display: inline;
}

ul.menu li  a{
   font-size: 1.2em;
   font-weight: bold;
   text-align: right;
   color: #672264;
   text-decoration: none;
}

div.body {
   width: 709px;
   height: 460px;
   background-image: url("images/content.jpg");
   padding: 20px;
   
   text-align: left;
}

h1 {
   font-size: 1.2em;
   font-weight: bold;
   color: #672264;
}

h2 {
   font-size: 1.1em;
   color: #672264;
}

h3 {
   font-size: 0.8em;
   color: #672264;
}

div.bottom {
   width: 749px;
   height: 24px;
   background-image: url("images/bottom.jpg");
   font-size: smaller;
}