html {
    height:100%;
}

body {
    font-family: Tahoma, Geneva, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 700px;
    background-color: #000000;
}

#headings {
    text-align: center;
    color: #8D2E2C;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    border: 6px groove #CC7700;
    border-radius: 20px;
    margin: 20px;
    width: 70%;
}

#email {
    font-size: 10px;
}

h1 {
    font-family: Arial, Tahoma, sans-serif;
    text-align: center;
    background-color: #77BBDD;
    padding: 5px;
    margin-top: 20px;
    border: 5px outset #FF0000;
    color: black;
}

h2 {
    font-family: Arial, Tahoma, sans-serif;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    color: black;
}


.menubox {
    position: fixed;
    top: 20px;
    left: 5px;
    font-weight: bolder;
    font-size: large;
    z-index: +1;
    width: 180px;
}

#logo {
    width: 178px;
}

a.menu {
    float: left;
    color: #FFFFFF;
    padding: 10px;
    background-color: #77BBDD;
    width: 140px;
    border: 6px groove silver;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-decoration: none;
    margin-bottom: 5px;
}

a.menuactive {
    float: left;
    color: #FFFFFF;
    padding: 10px;
    background-color: #2D3D9E;
    width: 148px;
    border: 6px groove silver;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-decoration: none;
    cursor: default;
    margin-bottom: 5px;
}

a.menu:hover {
    float: left;
    opacity: 1;
    filter: alpha(opacity = 100);
    color: #ED4E4C;
    border: 6px inset #FF0000;
    width: 150px;
}

a {
    text-decoration: underline;
    color: white;
}

.pagecontent {
    text-align: left;
    position: absolute;
    top: 0px;
    left: 180px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-width: 650px;
}

.slides {
    width: 350px;
    border: 6px inset #FF0000; 
}

ul {
    list-style-image: url(images/bullet.gif);
}

#prices {
    color: darkred;
}

.segments {
    border: 4px groove #CCCCCC;
    height: 250px;
    background-color: #77BBDD;
    padding: 10px;
}

.steps {
    border: 4px groove #CCCCCC;
    padding: 10px;
    background-color: #77BBDD;
}

.thumbs {
    width: 350px;
    margin-right: 20px;
}

.indented {
    padding-left: 50px;
}

#footer {
    font-style: italic;
    margin-top: 15px;
    color: white;
}

#bottomlink {
    color: #FF0000;
}






    