body {
 font-family: Arial;
 padding: 0px;
 margin: 0px;
 background-color: #C0C19A;
 background-image: url(../images/main_bg1.jpg);
 background-position: top right;
 background-repeat: no-repeat;
}
.header {
 border-right: 1px solid #000000;
 border-left: 1px solid #000000;
}
.top_black {
 width: 652px;
 background-color: #000000;
}
.nav {
 background-color: #DBDD9C;
 width: 650px;
 *width: 652px;
 *height: 28px;
 min-height: 28px;
 border-right: 1px solid #000000;
 border-left: 1px solid #000000;
 display: block;
 padding: 0px;
 margin: 0px;
 padding-top: 2px;
 padding-bottom: 1px;
 list-style: none;
}
.nav li {
 float: left;
 line-height: 28px;
 display: block;
 *height: 28px;
 min-height: 28px;
 width: 80px;
 background-color: #E3E5B4;
 margin-left: 30px;
 text-align: center;
}
.nav li a {
 font-size: 85%;
 display: block;
 *height: 28px;
 min-height: 28px;
 width: 80px;
 background-color: #E3E5B4;
 background-image: url(../images/button.gif);
 background-position: center;
 background-repeat: none;
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
.nav li a:hover {
 display: block;
 *height: 28px;
 min-height: 28px;
 width: 80px;
 background-color: #DBDD9C;
}
.body {
 border-right: 1px solid #000000;
 border-left: 1px solid #000000;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 10px;
 background-image: url(../images/gradient.jpg);
 background-repeat: repeat-x;
 background-color: #EAEBC5;
}
.footer {
 background-color: #000000;
 color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 font-size: 75%;
 line-height: 20px;
 *width: 652px;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}
.n {
 color: #BCBD83;
 font-weight: bold;
 font-size: 70%;
 margin: 0px;
 padding: 0px;
}
.na {
 padding-left: 10px;
 font-size: 70%;
}
.content {
 background-color: #E5E6C5;
 *height: 100px;
 min-height: 100px;
 margin-top: 10px;
 background-image: url(../images/bus_bg.jpg);
 background-position: bottom right;
 background-repeat: no-repeat;
 border: 2px solid #EAEBC5;
}
h1 {
 font-size: 95%;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 10px;
 border-bottom: 1px solid #000000;
}