.mainBody {
    margin: 0 auto 0 auto;
    text-align: center;
    background: url(../images/ice.png);
}

.mainBodyShell {
    width: 1200px;
    margin: 0 auto 0 auto;
    text-align: center;
    background: url(../images/sideBack.png);
}

.content {
    height: 900px;
    width: 750px;
    background: url(../images/Woods-25.png) no-repeat;
    margin: 10 auto 0 auto;
}
.contentNew {
    height: 900px;
    width: 750px;
    background: url(../images/mainNew.png) no-repeat;
    margin: 0 auto 0 auto;
}
}
.contentNew2 {
    height: 900px;
    width: 750px;
    background: url(../images/mainBackNew.png) ;
    margin: 10 auto 0 auto;
}

.header {
    width: 770px;
    padding: 21 8 8 347;
    text-align: left;
    margin-left: 31px;
}
.headerTest {
    width: 770px;
    padding: 21 8 8 347;
    text-align: left;
    margin-left: 31px;
}
.nav {
    float: left;
    text-align: center;
    width: 90px;
    font-family: arial,'times new roman';
    font-size: 12px;
    color: #ffffff;
}
.nav a,
.nav a:link,
.nav a:active,
.nav a:visited {
    color: #D1D1D1;
    text-decoration: none;
}
.nav a:hover {
    font-weight: 500;
    color: #FFFFFF;
}
.navContainer {
    text-align: center;
    width: 760px;
    padding: 10 20 5 55;
}
.contentTitle {
    text-align: left;
    margin: 20 20 10 60;
    font-size: 20px;
    color: #455667;
    font-family: 'times news roman';
}
.contentDate{
    color: #666666;
    font-size: 10px;
    font-family: verdana;
    text-align: left;
    margin: 0 0 0 60;
}
.contentText {
    font-size: 12px;
    color: #36404b;
    font-family: verdana;
    padding: 0 60 10 60;
    text-align: justify;
}
.nameBar {
    size: 1px;
    height: 1px;
    margin: 10 20 10 0;
}
.clear {
    height: 1px; 
    clear: both;
}
.trailName {
    font-size: 11px;
    color: #36404b;
    font-family: verdana;
    font-weight: bold;
}
.trailOpen {
    font-size: 11px;
    color: #36404b;
    font-family: verdana;
}
/* RATES CSS */
.ratesText {
    width: 800px;
    font-size: 12px;
    color: #36404b;
    font-family: verdana;
}
.ratesHeader {
    font-size: 12px;
    color: #36404b;
    font-family: verdana;
    font-weight: bold;
}
.sectionHeader {
    font-size: 14px;
    color: #455667;
    font-family: verdana;
    font-weight: bold;
}
/* Menu DropDown CSS */

#dropmenudiv{
position:absolute;
border:1px solid #676969;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #ffffff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom:3px solid #676969;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
    color: #ffffff;
    background-color: #878788;
}

.redText {
    color: red;
}


