/* CSS Document */

#mainHead{
width:650px;
height:30px;
background-image:url(../images/structure/mainHead.png);
background-position:center;
background-repeat:no-repeat;
}

#mainBody{
height:425px;
background-image:url(../images/structure/mainBody.png);
background-position:center;
background-repeat:repeat-y;

padding-left:30px;
padding-right:6px;

}

#mainContent{
width:399px;
padding-right:15px;
}

#mainFoot{
height:30px;
background-image:url(../images/structure/mainFoot.png);
background-position:center;
background-repeat:no-repeat;

}

.h1{
font-size:16px;
color:#c3ac68;
}

.h2{
font-size:14px;
color:#c3ac68;
}