/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FAFAF4;
	width: 900px;
}

#wrapper {
	width: 100%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAFAF4;
	visibility: visible;
	z-index: 20;
	height: 100%;
	top: 0px;
}

#logo {
	position: relative;
	top: 5px;
	height: 125px;
	width: 250px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../graphics/logo.gif);
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#leftframe {
	position: fixed;
	height: 1500px;
	width: 250px;
	left: 0px;
	top: 0px;
	z-index: 300;
	text-align: center;
	background-color: #FAFAF4;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6d9707;
}

#nav {
	position: relative;
	top: 2%;
	height: 350px;
	width: 60%;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;

}

#navcontactinfo {
	position: relative;
	top: 0%;
	height: 45px;
	width: 100%;
	z-index: 100;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: visible;
	white-space: normal;
	left: -5%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navcontactinfowrapper {
	position: relative;
	top: 21%;
	height: 45px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6d9707;
	border-bottom-color: #6d9707;
	padding: 0px;
}

#nav ul {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	display: block;
	visibility: visible;
	margin-top: 0px;
	position: relative;
}

#nav li {
	display: block;
	margin-bottom: 5px;
	line-height: 2pt;
	padding-top: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#footer {
	color: #1e180e;
	font-family: Arial, sans serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	display: block;
	text-align: left;
	position: fixed;
	font-style: normal;
	font-weight: lighter;
	width: 250px;
	top: 90%;
	left: 0%;
	z-index: 300;
}

#BGlogo {
	position: fixed;
	left: 400px;
	top: 100px;
	z-index: -1;
	background-image: url(../graphics/BGlogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 665px;
	width: 600px;
	overflow: visible;
}

