﻿
div#screenshot {
	left: 74px;
	position: absolute;
	top: 0px;
}

div#thumbnails {
	left: 0px;
	position: absolute;
	top: 0px;
}

div.tohide.class {
	left: 445px;
	visibility: hidden;
	color: #000000;
	position: absolute;
	top: 180px;
}

div.tohidelogo.class {
	left: 285px;
	visibility: hidden;
	position: absolute;
	top: 170px;
}

font.menufonts.class {
	cursor: hand;
	text-decoration: underline;
	font: 18px Arial;
}

body {
	margin: 0;
	padding: 0;
	font: small Arial, Helvetica, sans-serif;
	background: #ffffff url('images/bgs/qwtch.jpg') no-repeat;
	color: #000000;
}
#masthead {
	background: #000000 url('images/screenshot.gif') no-repeat right;
	margin: 0;
	padding: 0;
	height: 120px;
}
#masthead p {
	margin: 0;
	padding: 5px;
}
#main {
	padding: 10px 10px 10px 160px;
	margin-left: 270px;
}
#menu {
	width: 240px;
	float: left;
	padding-top: 1em;
}
#menu ul {
	list-style-type: none;
}
#menu a {
	line-height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

.divider {
	padding: 0px;
	margin: .25em 0;
}
h2 {
	color: #993300;
	font-size: 1em;
}
.floatright {
	float: right;
	padding-left: 1em;
}
.keystroke {
	text-align: center;
	margin: 1em;
}

img.myimage.class {
	width: 70px;
	cursor: hand;
}


.emphasis {
	color: #000080;
	font-style: italic;
}




