@charset "UTF-8";
/* CSS Document */

body {
	width: 800px;
	height: 600px;
    margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
	background-position: center center; 
    font-family: "Georgia",serif;
	}

a {
    font-size: .85em;
    }

a:link {
    color: #C4C691;
    text-decoration: none;
    }

a:visited {
    color: #C4C691;
    text-decoration: none;
    }

a:hover {
    color: #F7EB0D;
    text-decoration: none;
    }

a:active {
    color: #F7E80D;
    text-decoration: none;
    }
	
img {
    border: none;
    }

p {
    font-size: .85em;
    text-align: left;
    color: #84837E;
    }

#container {
    position: relative;
	width: 800px;
	height: 600px; 
    background-image: url('../images/containerBackground.png');
    background-repeat: no-repeat;
	}

.menu {
    float: left;
    top: 200px;
    left: 73px;
    width: 80px;
    height: 600px6;
    position: relative;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    line-height: 210%;
    }

#frame {
    position: relative;
    top: 100px;
    left: 170px;
    width: 610px;
    height: 400px;
    text-align: center;
    }

.text {
    position: absolute;
    width: 610px;
    height: 400px;
    padding-top: 10px;
    padding-right: 18px;
    padding-left: 3px;
    padding-bottom: 3px;
    overflow: scroll;
    }

#contactText {
    overflow: auto;
    top: 87px;
    left: 20px;
    text-align: left;
    font-size: .85em;
    }

#servicesText {
    overflow: auto;
    top: 130px;
    }

.gallery {
    z-index: -100;
    position: absolute;
    width: 610px;
    height: 400px;
    margin: 0px;
    }

#footer {
    position: relative;
    left: 170px;
    top: 105px;
    width: 610px;
    height: 60px;
    text-align: center;
    vertical-align: center;
    }

#nav {
    width: 610px;
    height: 40px;
    vertical-align: middle;
    }

.subMenu {
    position: relative;
    width: 203px;
    float: left;
    font-weight: bold;
    }

.fine-print  {
    font-size: 10px;
    color: grey;
    }


