body {
	height:100%;
	max-height:100%;
	margin-top:0;
	background-repeat:repeat-x;
	background-color: #E2D2B8;
	}

p {
	font-family: "lucida bright", "palatino linotype", arial, verdana, "Times New Roman";
	font-size:1em;
}

img {
	width:auto;
	height:auto;
	margin-left:2px;
	margin-right:2px;
	border-style:solid;
	border:2px;
	border-color:#000000;
}

#header {
	position:relative;
	top:0px;
	height: 55px;
	width: 100%px;
	padding-bottom:10px;
	background-image:url(../../projects/images/marbleLight.jpg);
	background-repeat: repeat;
	text-align:center;
	z-index:33;
	}

#branding {
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	top:0px;
	height: 60px;
	width: 708px;
	background-image:url(../../projects/images/marbleLight.jpg);
	background-repeat: repeat;
	/*	border: thick outset #996600;*/
	text-align:center;
	z-index:3;
	padding-right: 15px;
	padding-left: 15px;
	}

#navcontainer {
	position:fixed;
	top:0px;
	left:0px;
	background-color: #8C6548;
	color: #FFF;
	height:32px;
	width: 100%;
	z-index:65;
	border-bottom-width: thick;
	border-bottom-style: outset;
	border-bottom-color: #CECAB5;
	}

#navcontainer ul {
	padding: 0.4em 0;
	margin: 0;
	list-style-type: none;
	background-color: #8C6548;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	z-index:54;
	}

#navcontainer li { display: inline; }

#imagegallery li {
	display: inline;
	list-style:none;
	}

#imagegallery li a {
	text-decoration:none;
	}
	
#imagegallery li a img {
	border: 0;
}

#navcontainer li a {
	text-decoration: none;
	background-color: #8C6548;
	color: #FFF;
	padding: .8em 0.75em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size:10pt;
}

#navcontainer li a:hover {
	background-color: #CECAB5;
	color: #000000;
}

#navcontainer #current a{
background-color: #CECAB5;
color: #000000;
}

#content {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:40px;
	padding-bottom:60px;
	width: 960px;
	text-align:center;
	background-position: 0px 150px;
	background-attachment: fixed;
	}
	
#footer {
	position: fixed;
	bottom: 0;
	left:0px;
	background-color: #8C6548;
	height: 35px;
	width: 100%;
	color: #FFFFFF;
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
	padding: 0.4em;
	border-top: thick outset #996600;
	z-index:9999;
	}

#footer a {
	color:#FFFFFF;
	padding:0.5em;
	font-size: 12pt;
	}

#footer a:hover {
	color:#000000;
	padding:0.5em;
	background-color: #CECAB5;
	}
