@charset "utf-8";
/* CSS Document */

html, body {
		height: 100%; 
		margin: 0; 
		padding: 0;
	}
body {
    text-align: center;
    background-image: url(../images/forestBg.jpg);
    background-size: cover;
}

#content {
	background-image:url(../images/white_bg.png);
	background-repeat: repeat-y;
        position:relative;
	margin:auto;
	width: 800px;
	height:100%;
	min-height:700px;
	text-align: left;
	}

#header  {
	width: 800px;
	height: 175px;
	position: absolute;
	background-image:url(../images/header_bg.jpg);		
	}
#header img  {
	margin: 15px 0px 0px 25px;
	height: 140px;
	width: 360px;
	}	
#info {
	width: 180px;
    position: relative;
    top: -150px;
    left: 590px;
    color: #90320b;
    letter-spacing: -1px;
    text-align: right;
	}

td.label{
	color:black;
	}
#info a {
    color: #90320b;
	}
		
#navigation {
    height: 50px;
    position: relative;
    display: inline-block;
    z-index: 100;
    top: 25px;
    left: 478px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
	}
#navigation ul li {
    background-color: #00746b;
    color: white;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0px 5px 0px 0px;
	}
	
.fontStyl {
    color: #330000;
    font-weight: bold;
	position:relative;
	top: -80px;
	line-height: 1.5em;
	}

#main-content {
    width: 650px;
	height:300px;
    position: relative;
    top: 230px;
    margin: auto;
}
	
.pageTitle {
    position: relative;
    top: -85px;
	font-size:30px;
	font-weight: bold;
	}
#contact-info {
    text-align: center;
    position: relative;
    top: -70px;
	}
#apDiv1 {
    position: absolute;
    display: inline-block;
    top: 35px;
    left: 335px;
}
#itemsList {
    color: #330000;
    font-weight: bold;
	position:absolute;
	top: -15px;
	}
#tposition {
    position: absolute;
    top: 75px;
}	
#body  {
	position: absolute;
	top: 190px;
	width:	800px;
	height: 400px;
	background-image:url(images/BodyColor.png);
	
	}
#footer {
    position: absolute;
    top: 650px;
    width: 800px;
    text-align: center;
    font-size: 11px;
}
#footer ul {
	margin: 0px;
		}
#footer li {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline;
	font-size:12px;
	}
	
