@charset "utf-8";
/* CSS Document */

BODY {
background-color: white;
margin: 0px 0px 0px;
}

DIV.mainbody
{
background: white url(./images/back.jpg) repeat-y;
  WIDTH: 1000px;
  margin-left:auto;
  margin-right:auto;
}

DIV.header
{
background: url(./images/header.jpg) no-repeat;
WIDTH: 1000px; 
height: 111px;
padding-top: 150px;
padding-left: 70px;
color: #123b0a;
font-family: arial;
font-size: 13px; 
font-weight: bold;
margin-left:auto;
margin-right:auto;
}


div.midarea{
padding-top: 30px;
}

div.footer{
background: url(./images/footer.jpg) no-repeat;
text-align: right;
color: white;
font-size: 12px;
font-family: arial;
font-weight: bold;
WIDTH: 930px;
height: 76px;
padding-top: 75px;
padding-right: 70px;
}
