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

div#centered { border: 0; height: 50%; width: 63%;
                        position: absolute; left: 17%; top: 20%; color: black; }

div#centeredleft { border: 0;height: 50%; width: 15%;
                        position: absolute; left: 0%; top: 20%; color: black; }

div#centeredright { border: 0; height: 50%; width: 20%;
                        position: absolute; right: 0%; top: 20%; color: black; }

div#gallery { border: 0; height: 50%; width: 50%;
                        position: absolute; left: 30%; top: 20%; color: black; }


div#lowleft { 
	border: 0; 
	height: 5%; 
	width: 50%;
    position: absolute; 
	left:1%; 
	top:95%;;
	float:left;
    color:#6D6D6D;
	text-align:left;
	font-size:14px;
 }
div#lowright { 
	border: 0; 
	height: 5%; 
	width: 50%;
    position: absolute; 
	left:50%; 
	top:95%; 
	color:#6D6D6D; 
	font-size:10px;
	text-align: right;
}

div#headertop { 
	border: 0;
	height: 50%; 
	width: 15%; 
    position: absolute; 
	left: 2%; 
	top: 1%; 
	color:inherit; }


#nav {
	position: relative;
	width: 80%;
	font-size: .85em;
	line-height: 2.5em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: right;
	min-height: 95%;
	list-style: none;
	height: 375px;
}

#nav li ul {
	display: none;
	list-style: none;
}

#nav li:hover ul {
	display: block;
}

a:link, span,
a:visited {
	color: #808080;
 	text-decoration:none;
}


a:hover, span:hover,
a:active {
	color: #fff;
}


#mainpic div {
	position: inherit;
	height: 405px;
	width: 95%;
}

/* make sure each slide image is centered */
#mainpic div img { 
	margin: auto; 
	display: block;
}

body {
	background-color:#272727;
	font-family: arial, verdana, sans-serif;
	margin:0;
}

.menuitem {
font-size:1em; line-height: 1.8em;
}

p {
	color:#808080;
	font-size:14px;
	text-align:justify;
	margin-left: 10%;
	margin-right: 15%;
}