/* definitions of standards */
html {
	width: 100%;
	height: 100%;
	scrollbar-shadow-color: #251d0f;
	scrollbar-highlight-color: #251d0f;
	scrollbar-face-color: #251d0f;
	scrollbar-3dlight-color: #251d0f;
	scrollbar-darkshadow-color: #251d0f;
	scrollbar-track-color: #251d0f;
	scrollbar-arrow-color: #251d0f;
}
body {
	text-align: center;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: small;
	background-color: #251d0f;
	overflow: auto;
}
img {
	border: 0px;
}
li {
	display: block;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 45px;
	margin: -2px;
}
ul {
	display: block;
	padding-left: 10px;
	margin: 0px;
}
div.container {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 638px;
	visibility: visible;
	background-color: #251d0f;
}
/* color sections */
#title_section {
	position: absolute;
	top: 79px;
	height: 480px;
	width: 235px;
	left: 0px;
	background-color: #635535;
}
#nav_section {
	position: absolute;
	top: 79px;
	height: 480px;
	width: 235px;
	left: 873px;
	background-color: #635535;
}
#white_section {
	position: absolute;
	height: 638px;
	width: 638px;
	left: 235px;
	top: 0px;
	background-color: #fff;
}
#sepia_section {
	position: absolute;
	height: 480px;
	width: 638px;
	left: 235px;
	top: 79px;
	background-color: #f3efe6;
	z-index: 500;
}
/* image/text overlays */
#gallery {
	position: absolute;
	top: 79px;
	height: 550px;
	width: 480px;
	left: 315px;
	z-index: 3000;
}
#ornaments {
	position: absolute;
	height: 480px;
	width: 638px;
	left: 235px;
	top: 204px;
	background:  url(includes/images/Ornaments.gif) no-repeat;
	z-index: 800;
}
#title {
	position: absolute;
	top: 155px;
	left: -5px;
	width: 250px;
	height: 350px;
	z-index: 800;
}
#copyright {
	position: absolute;
	height: 25px;
	width: 300px;
	left: 450px;
	top: 754px;
	z-index: 800;
	color: #333;
	font-family: arial;
	font-size: 8px;
	display: none;
}
#nav {
	text-align: left;
	position: absolute;
	left: 5px;
	top: 25px;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
