/*Menu Block*/
.menu{width: 228px;
height: 241px;
}
.menuhead{width: 213px;
height: 31px;
background-image: URL(/images/menuhead.jpg);
padding-left: 15px;
padding-top: 5px;
}
.menuhead h2, .mainhead h2, .addhead h2, .advhead h2{color: white;
font-weight: bold;
font-size: 12pt;
}
.menucenter{width: 228px;
height: 194px;
}
.menuleft{width: 4px;
height: 194px;
float: left;
background-image: URL(/images/menuleft.jpg);
}
.menucontent{width: 200px;
height: 184px;
float: left;
align: center;
padding-left: 20px;
padding-top: 10px;
}
.menuright{width: 4px;
height: 194px;
float: left;
background-image: URL(/images/menuright.jpg);
}
.menufooter{width: 227px;
height: 11px;
background-image: URL(/images/menufooter.jpg);
}
/*AddForm Block*/
.add{
width: 569px;
height: 241px;
}
.addhead{
width: 559px;
height: 31px;
background-image: URL(/images/addhead.jpg);
text-align: right;
padding-right: 10px;
padding-top: 5px;
}
.addcenter{
width: 569px;
height: 194px;
}
.addleft{
width: 3px;
height: 194px;
float: left;
background-image: URL(/images/addleft.jpg);
}
.addcontent{
width: 562px;
height: 194px;
float: left;
position: relative;
}
.addright{
width: 4px;
height: 194px;
float: left;
background-image: URL(/images/addright.jpg);
}
.addfooter{
width: 569px;
height: 11px;
background-image: URL(/images/addfooter.jpg);
}
/*Main Block*/
.main{
width: 633px;
}
.mainhead{
width: 618px;
height: 29px;
background-image: URL(/images/mainhead.jpg);
padding-left: 15px;
padding-top: 5px;
}
.maincenter{
width: 608px;
background-image: URL(/images/mainborder.jpg);
background-repeat: repeat-y;
padding-left: 15px;
padding-right: 10px;
padding-top: 5px;
}
.mainfooter{
width: 633px;
height: 12px;
background-image: URL(/images/mainfooter.jpg);
}
/*adv Block*/
.adv{
width: 196px;
height: 195px;
}
.advhead{
width: 166px;
height: 29px;
background-image: URL(/images/advhead.jpg);
padding-left: 30px;
padding-top: 5px;
}
.advcenter{
width: 181px;
height: 130px;
padding-left: 10px;
padding-right: 5px;
line-height: 1.2;
background-image: URL(/images/advborder.jpg);
}
.advfooter{
width: 196px;
height: 11px;
background-image: URL(/images/advfooter.jpg);
}
