h1, h2, h3, h4
{
    margin: 0;
    padding: 0;
}

h1
{
    color: #336699;
    font-size: 80%;
}

body#asbuilt a
{
    text-decoration: none;
}

body#asbuilt p
{
    text-align: center;
}

body#asbuilt p#problem
{
    text-align: left;
    margin-left: 15em;
    line-height: 80%;
}

body#asbuilt a img
{
    border: 0px;
}

body#dobson, body#asbuilt
{
    background-image:url("../images/background.jpg");
    background-repeat: repeat-x;
}

div#container
{
    width: 80%;
    text-align: center;
    margin: auto;
    background-color: transparent;
    color: black;
    padding: 0;
}

div#content
{
    margin-left: 10em;
    width: auto;
    background-color: transparent;
    /*height: 660px;*/
}

div#header, div#footer
{
    width: auto;
    background-color: white;
    color: black;
    margin-left: 10em;
}

div#menu
{
    float: left;
    width: 10em;
    height: 500px;
    background-color: white;
}

div#header
{
    border-bottom-style: outset;
    border-bottom-width: 1px;
    text-align: center;
    height: 100%;
    clear: right;
}

div#footer
{
    text-align: center;
    clear: both;
}

div#content p#wellname
{
    padding-top: 10px;
    font-family: courier, serif;
    font-weight: bolder;
    font-size: x-large;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div#content p, div#content h3
{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 15px;
}

div#content p#bestview
{
	font-size: small;
}

div#content p#left
{
    text-align: left;
}

#nav, #nav ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;

}

#nav li a, #nav li a:visited
{
    display: block;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 3px;
    margin: 1px;
}

#nav li a:hover
{
    background-image: url('../images/fade.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
}

#nav li
{
    float: left;
    width: 10em;
    list-style: none;
    position: relative;
}

#nav li ul
{
    width: 10em;
    left: -999em;
    top: 0;
    position: absolute;
    background-color: white;
}

#nav li ul ul
{
    margin: 0;
}

#nav li:hover ul ul, #nav li.sfhover ul ul 
{
    left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul
{
    left: 10em;
}

#last
{
    margin-top: 3em;
}

#arrow
{
    background-image: url('../images/link-background.gif');
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#slogan
{
   position: relative;
   top: 30px;
}

#pipe
{
    margin-bottom: 2em;
}

#logo
{
    position: relative;
    top: 10px;
    margin-bottom: 2em;
}

