html, body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #41221a;
    color: #cccccc;
}

#Header
{
    position: relative;
    width: 100%;
    height: 267px;
    background-image: url(    ' images/heights_02.png ' );
}
#Logo
{
    position: relative;
    top: 35px;
    left: 150px;
}

#ContentContainer
{
    position: relative;
    width: 100%;
    background-color: #41221a;
}
#Nav
{
    position: relative;
    background-color: #cb6632;
    background-image: url(   ' images/heights_05.png ' );
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 275px;
    width: 218px;
    margin-top: 22px;
    margin-left: 165px;
    display: inline-block;
    vertical-align: top; *float:left;
}
a.Nav:Link, a.Nav:Visited
{
    font-size: 16pt;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    padding-left: 18px;
}
a.Nav:Hover, a.Nav:Active
{
    text-decoration: underline;
}
a:Link, a:Visited
{
    color: #d8d8d8;
    text-decoration: none;
}
a:Hover, a:Active
{
    text-decoration: underline;
}
hr.Nav
{
    border-color: #41221a;
    color: #41221a;
    background-color: #41221a;
    border-width: 0px;
    height: 1px;
    width: 90%; *margin-top:-7px;
}

#Content
{
    position: relative;
    display: inline-block; *float:left;
min-width:550px;
margin-top:20px;
margin-left:40px;
}
h1
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16pt;
}
h2
{
    color: White;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 14pt;
    margin: 0;
    padding: 0;
}
h3
{
    color: White;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
}
hr
{
    border-color: #cb6632;
    color: #cb6632;
    background-color: #cb6632;
    border-width: 0px;
    height: 1px;
    width: 100%;
}
ul
{
    list-style-type: square;
    padding-left: 15px;
    *margin-left: 15px;
    *padding-left: 0;
}
.ContactInfo
{
    float: left;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 10px 15px 10px 0;
}

#Footer
{
    position: relative;
    height: 170px;
    background-image: url(   ' images/FooterBoarder.png ' );
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
}

