html, body {
	scrollbar-face-color:#00CC00;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#009900;
	scrollbar-highlight-color:#00FF00;
	scrollbar-3dlight-color:#00FF00;
	scrollbar-darkshadow-color:#009900;
}

body {
	background-color: #336600;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
hr {
	border: thin dotted #0066CC;
}

.header {
	height: 200px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	position: static;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/hills_toon.png);
	border-bottom: solid 1px #999999;
	background-position: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer {
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	right: 0px;
	position: static;
	bottom: 0px;
}

.left {
	margin: 10px;
	float: left;
	width: 200px;
	display: inline;
}
.left p {
	font-size: small;
	text-align: center;
}
.screenshot {
	border: 5px solid #000000;
	margin: 10px;
}

.content {
	margin: 10px 10px 10px 230px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: small;
	
	
}
a.foot {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: x-large;
	color: #0066CC;
}
ul#buttons {
   	list-style-type: none;
   	padding: 0px;
   	margin: 0px;
}
ul#buttons li {
	font-weight: normal;
	/*font-size: 0.9em;*/
	margin: 0px 0px 3px 0px;
}
#buttons li a:link, #buttons li a:visited {
	background-image: url(../buttons/wht-gry.png);
	color: #000000;
	padding: 1px 2px 2px 5px;
	font-size: 1em;
	display: block;
	width: 100%;
	height: 21px;
	text-decoration: none;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#buttons li a:active, #buttons li a:hover {
	background-image: url(../buttons/gry-wht.png);
	color: #000;
	text-decoration: none;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.image-float-right {
	margin: 10px;
	float: right;
}
@media print {
.header {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.left {
	visibility: hidden;
	width: 0px;
}
.content {
	margin: 0px;
	left: 0px;
	top: 0px;
	margin-left: 0px;
}
.footer {
	visibility: hidden;
}
}
