html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #040404;
	font-family: Lucida Grande, Verdana, Arial;
}

p
{
	font-size: 10pt;
	padding: 4px;
	text-align: justify;
}

.left
{
	text-align: left;
}

.header
{
	font-size: 14pt;
	font-weight: bold;
	padding: 0px;
}

#container
{
	text-align: center;
	background-color: #f6f1eb;
}

#centerbox
{
	width: 848px;
	height: 568px;
}

.topimage
{
	width: 848px;
	height: 209px;
	background-image: url(images/__01.gif);
	background-repeat: no-repeat;
}

.bottomimage
{
	width: 848px;
	height: 71px;
	background-image: url(images/__08.gif);
	background-repeat: no-repeat;
}

.navleftimage
{
	width: 138px;
	height: 288px;
	background-image: url(images/__02.gif);
	background-repeat: no-repeat;
}

.rightimage
{
	width: 113px;
	height: 288px;
	background-image: url(images/__07.gif);
	background-repeat: no-repeat;
}

.roots
{
	width: 253px;
	height: 57px;
	background-image: url(images/__04.gif);
	background-repeat: no-repeat;
}

a
{
	color: #451e18;
	text-decoration: none;
}

a:hover { color: #93473B; }
div { margin: 0px; }

/* Scrollbar & content css */
#content1
{
	height: 190px;
	width: 243px;
	float: left;
	background: #f6f1eb;
	overflow: hidden;
}

.scrollbar-vert
{
	background-color: #ddd;
	height: 190px;
	width: 10px;
	float: left;
}

.handle-vert
{
	height: 42px;
	width: 10px;
	background: url(images/handle.gif) no-repeat;
}

/* nav bar css */
#navcontainer { width: 120px; }

#navcontainer ul
{
	margin-left: 25px;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 100px;
	border-bottom: 1px solid #000;
}

#navcontainer a:link, #navlist a:visited
{
	color: 000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #f6f1eb;
	color: #000;
}