html, body {
	scrollbar-face-color:#FFFFFF;
	scrollbar-base-color:#CCCCCC;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#CCCCCC;
}

body {
	background-color: #FFFFFF;
	/*background-image: url(../backgrounds/nvy-gry.png);*/
	/*background-repeat: repeat-x;*/
	/*background-position: top;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
.header {
	height: 120px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	position: static;
	font-weight: bold;
	color: #FFFFFF;
	/*border-bottom: solid 1px #999999;*/
	font-size: large;
	background-color: #FFFFFF;
	text-align: center;
}
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: #999999;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	right: 0px;
	position: static;
	bottom: 0px;
}

.left {
	margin: 10px;
	float: left;
	width: 180px;
	display: inline;
}
.screenshot {
	border: 5px solid #000000;
	margin: 10px;
}

.content {
	border: none;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
}
.imgborder {
	margin: 10px;
	border: 3px solid #000066;
}
a.foot {
	color: #999999;
	text-decoration: none;
}
h1 {
	font-size: x-large;
	font-style: italic;
	color: #333333;
}
h2 {
	color: #000066;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;

}
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;
	font-style:italic;
	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 {
	color: #FFFFFF;
	background-color: #000066;
	background-image: none;
	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: 20px;
	float: right;
}
.pp {
	font-size: x-small;
	color: #999999;
	text-align: right;
}
.pp a {
	font-size: x-small;
	color: #999999;
	text-align: right;
}
.quote {
	font-style: italic;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 20px;
}
.subtitle {
	font-size: medium;
	color: #FFFFFF;
}
.photo-center{
	text-align:center;
	border: none;
	margin: 10px;
}
.strap {
	color:#000066;
	text-align:center;
	font-weight: bold;
	font-style: italic;
}
td {
	padding: 5px;
	border: none;
}

@media print {
.left {
	visibility: hidden;
	width: 0px;
}
.content {
	margin: 0px;
	left: 0px;
	margin-left: 0px;
}
.footer {
	visibility: hidden;
}
}
