﻿body {
	background: #333333;
	padding-top: 30px;
	color: #CCCCCC;
	font-family: Candara;
	font-size: 12pt;
}


a, a:visited {
	text-decoration: none;
	color: #CCCCCC;
}


.main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 477px;
	width: 636px;
	border: 1px white solid;
}


div.text {
	background: url('../images/textarea.jpg');
}


div.chokora {
	background: url('../images/chokora.jpg');
}


.content {
	position: absolute;
	top: 60px;
	left: 122px;
	height: 358px;
	width: 451px;
	padding: 10px;
	overflow-y: auto;
	scrollbar-base-color: #303030;
	scrollbar-arrow-color: #303030;
	scrollbar-3dlight-color: #303030;
	scrollbar-darkshadow-color: #303030;
	scrollbar-face-color: #555555;
	scrollbar-highlight-color: #303030;
	scrollbar-shadow-color: #303030;
	scrollbar-track-color: #303030;
}

.content strong {
	color: #EEEEEE;
}




.nav {
	position: absolute;
	left: 34px;
	top: 75px;
}


.nav a {
	display: block;
	padding-bottom: 10px;
}


.caption {
	position: absolute;
	font-family: Bradley Hand ITC;
	font-size: 24pt;
	font-weight: bold;
}


/*caption*/
.low {
	left: 215px;
	top: 408px;
}


/*caption*/
.high {
	left: 245px;
	top: 10px;
}


.credits {
	width: 636px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	color: #808080;
	padding-top: 10px;
	font-size: 8pt;
	padding-right: 25px;
}

.credits a {
	color: #808080;
}

