//* THIS IS SMART LD CSS PAGE *//
body {
 background: #f6f5f1;
 font: 11px "Times New Roman",arial,sans-serif;
 color: #464544;
 padding-bottom: 10px;
}

/** layout **/
#wrapper {
 width: 883px;
 min-height: 597px;
 _height: 596px;
 background:#990000;
 position: absolute;
}
#header {
 width: 881px;
 min-height: 125px;
 _height: 125px;
 background:#ffffff;
 position: absolute;
 margin-top: 1px;
 margin-left: 1px;
}
#menu {
 width: 881px;
 min-height: 25px;
 _height: 25px;
/** background: url(images/menugraid.jpg) no-repeat; **/
 position: absolute;
 margin-top: 127px;
 margin-left: 1px;
}
#box1 {
 width: 881px;
 min-height: 442px;
 _height: 442px;
 background:#ffffff;
 position: absolute;
 margin-top: 153px;
 margin-left: 1px;
}#box2 {
 background: url(images/bckgrndbox2.jpg) no-repeat;
 width: 681px;
 min-height: 400px;
 _height: 400px;
/** background:#ff0000; **/
 position: absolute;
 margin-top: 195px;
 margin-left: 5px;
}
#footer {
 width: 881px;
 min-height: 25px;
 _height: 25px;
 position: absolute;
 margin-top: 598px;
 margin-left: 1px;
}
.maintext {
 color: black;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: 1em;
}
.maintext_sm {
 color: black;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: .65em;
}
.footertext {
 color: black;
 font-family: "Times New Roman",Verdana,Arial;
 font-size: .65em;
}