body, html {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #666;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #666;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #FFF;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url('images/background.gif');
	background-position: left 150px;
	font: 8pt/10pt tahoma;

}
#navcontainer {
	position: absolute;
	left: 10%;
	top: 152px;
	background: #CCC;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 2px;
	clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 0.8em;
}

ul#navlist li {
	display: block;
	float: left;
	width: 73px;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	padding: 0.1em;
	border-width: 1px;
	border-color: #FFF #666 #666 #FFF;
	border-style: solid;
	color: #000;
	text-decoration: none;
	background: #CCC;
}

ul#navlist li#active a {
	background: #E3E3E3;
	color: #000;
	border-color: #fff #666 #666 #fff
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #000;
	background: transparent;
	border-color: #666 #FFF #FFF #666
}

a {
	color: #000
}

.nounderline a {
	text-decoration: none
}

a:hover {
	color: #666;
	text-decoration: underline
}

.logo {
	position: absolute;
	left: 10%;
	top: 20px;
	width: 100px;
	height: 118px
}

.image {
	position: absolute;
	left: 50%;
	top: 170px;
	width: 300px;
	height: 276px
}

.textbox {
	position: absolute;
	right: 55%;
	top: 200px;
	width: 300px;
	height: 200px;
	padding: 7px;
	color: #000;
	z-index: 1;
	overflow: auto;
	visibility: visible
}

.textbox2 {
	position: absolute;
	top: 450px;
	left: 0;
	height: 20px;
	width: 100%;
	color: #666;
	font-style: italic
}