body
{
  background: #ffffff;
  width: 752px;
  height: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 0;
}

#mainSiteArea
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  background-image:url(background.png);
  background-repeat:repeat-y;
}

#header
{
background-image:url(header.png);
background-repeat:no-repeat;
height:126px;
}

.title
{
position:relative;
left:30px;
top:28px;
text-align:left;
font-family:"Comic Sans MS", Georgia;
font-size:23px;
font-weight:bold;
color:#1D4578;
}

#menu
{
position:relative;
top:60px;
left:30px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#EFF3F8;
}

#contentArea
{
width:672px;
padding-left:40px;
padding-right:40px;
}

#footer
{
background-image:url(footer.png);
background-repeat:no-repeat;
height:33px;
text-align:center;
font-size:10px;
color:#B9C0D9;
padding-top:17px;
}

.txtCaption
{
text-align:center;
font-family:Arial, "Times New Roman";
font-size:23px;
font-weight:bold;
color:#000080;
}

.txtNote
{
text-align:center;
font-family:Arial, "Times New Roman";
font-size:16px;
font-weight:normal;
color:#800080;
}

.txtPrice
{
text-align:center;
font-family:Arial;
font-size:16px;
font-weight:bold;
color:#FF0000;
}

img {
  display: block;
  margin: auto;
}
