* {
    margin: 0;
    padding: 0;
}

html, body { height: 100%; }

body {
    background: url(images/background.jpg) repeat-y  center center;
    background-color:black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
}

h1 {
    font-size: 12pt;
    margin: 0 0 10px 0;
}

h2 {
    border-bottom: 1px dotted #666;
    font-size: 9pt;
    margin: 10px 0;
}

h3 {
    font-size: 9pt;
    margin: 0;
}

input, select { margin: 5px; }

label { vertical-align: middle; }

div#container {
    min-height: 800px;
    height: auto;
    height: 100%;
    margin: 0 auto;
    margin-bottom: -100px;
    width: 824px;
    position: relative;
}

div#container2 {
    min-height: 900px;
    height: auto;
    height: 100%;
    margin: 0 auto;
    margin-bottom: -100px;
    width: 824px;
    position: relative;
}
div#container3 {
    min-height: 850px;
    height: auto;
    height: 100%;
    margin: 0 auto;
    margin-bottom: -100px;
    width: 824px;
    position: relative;

}
* html div#container { width: 822px; }


div#footer {
height: 100px;
width: 823px;
margin: 0 auto;
position: relative;
background: url("images/footer.jpg") center top no-repeat;
border-bottom: 1px solid #900;
border-left: 1px solid #900;
hi
}


div#navigation {
    height: 500px;
    background-color: #900;
    border-top: 1px solid #900;
    border-left: 1px solid #900;
    position: absolute;
    width: 172px;
}

div#navigation li {

    background-color: #A33;
    border-top: 1px solid #900;
    color: #FEE;
    font-size: 7.5pt;
    list-style: none;
    text-align: right;
}

div#navigation li ul li {
    background-color: #900;
    border-top: 1px solid #A33;
    padding-left: 3px;
    position: relative;
    text-align: left;
}

div#navigation li span {
    margin-right: 3px;
}

div#navigation a {
    color: #FEE;
    text-decoration: none;
}

a {
    color: #A44;
    text-decoration: none;
}

a:hover, div#navigation a:hover {
    text-decoration: underline;
}

div#contents {
    background-color: #FFF;
    border-right: 1px solid #900;
    border-left: 1px solid #900;
    position: relative; left: 173px;
    width: 650px;
}

div#header, div#title, div#navigation div.image {
    height: 172px;
}

div#header {
    border-top: 1px solid #900;
    background: url(images/Banner.jpg) center center no-repeat;
}

div#navigation div.image {
    background: url(images/climb306.jpg) top left no-repeat;
    border-bottom: 15px solid #900;
}

div#divider {
    background-color: #900;
    color: #FFF;
    font-size: 9pt;
    height: 16px;
    letter-spacing: 1px;
    text-align: center;
    width: 650px;
}

div#info {
    padding: 10px 15px;
    width: 490px;
}

div#info p {
    margin: 10px 0 10px 0;
    text-align: justify;
}

div#info li {
    margin-left: 20px;
}

div#info img {
    margin: 5px;
}

div#info p img.right {
    float: right;
    margin: 0 0 0 10px;
}

div#info p img.left {
    float: left;
    margin: 0 10px 0 0;
}



div.clearfooter {
height: 100px;
clear: both;
}












div#right {
    position: absolute; right: 0; top: 189px;
    width: 130px;

}

div#right div.image, div#mission {
    border-bottom: 1px solid #900;
    border-left: 1px solid #900;
}

div#mission {
    background-color: #900;
    color: #500;
    font-size: 8pt;
    padding: 6px 4px;
    text-align: center;
}

div#mission h1 {
    font-size: 8pt;
    text-decoration: underline;
}

div#mission p {
    margin: 5px 0 0 0;
}


div#right div.image {
    background: url(images/learn.jpg) top left;
    height: 129px;
    width: 129px;
}










