body { 
    font-family: "Trebuchet MS", Arial, Verdana; 
    font-size: 10pt; 
    color: white;
    background: black url(pics/sidebar.gif) repeat-y fixed top left;
}

h1 {
    font-size: 13pt; 
    font-weight: bold; 
    color: #6f93e4;
}

h2 {
    font-size: 11pt; 
    font-weight: bold; 
    color: #c0d3ff;
}

h3 {
    font-size: 10pt; 
    font-weight: bold; 
    color: #eef;
}

a {
    color: #6f93e4; 
    text-decoration: underline; 
    font-weight: bold;
}

a:hover { 
    color: #c0d3ff; 
    text-decoration: underline; 
    font-weight: bold;
}

div {
	display: none;	
}

div#title { 
    text-align: center;
    display: block;
}

div.contents { 
    margin: 10px 20% 30px 20%;
}

div.contentscentered { 
    margin: 20px 20% 30px 20%;
    text-align: center;
}

div#team { 
    margin-top: 30px; 
    margin-left: 2%; 
    margin-right: 2%; 
    font-size: 7pt; 
    text-align: center; 
    line-height: 12pt;
    display: block;
}

th { 
    font-family: "Trebuchet MS", Arial, Verdana; 
    font-size: 10pt; 
    background: #6f93e4; 
    color: white;
}
td { 
    font-family: "Trebuchet MS", Arial, Verdana; 
    font-size: 10pt; 
    color: white; 
}

pre {
    font-family: courier;
    font-size: 9pt;
    color: #bbb;
}

p.quote {
	color: #bbb;
	font-style: italic;	
	font-size: 12px;
}

li {
    color: #ddf;
    padding-bottom: 5px;
}

span.strike {
	text-decoration: line-through;	
}
span.highlight {
	color: #6f93e4;
}

ul.downloads {
	list-style: none;
	margin-left: -40px;
}

ul.downloads li {
	list-style: none;
	color: white;
}

/* specific pages */

table.home tr td {
	padding: 5px;
	margin: 0px;	
}
table.home tr td.logo {
	height: 212px;
	text-align: center;
}

table.home tr td.logo img {
	border: none;
}
table.home tr td.info {
	vertical-align: top;
}

div#intro {
	display: block;
}

img#closeup {
	width: 512px; 
	height: 424px; 
} 

div#zoom {
	position: absolute;
	width: 512px;
	height: 424px;
	top: 470px;
	left: 25%;
	border: solid 1px white;
	background: #222 url(pics/spinner.gif) no-repeat center center;
	cursor: pointer;
}

div#screenshots {
	display: block;
	float: left; 
	width: 100%;
	margin-bottom: 30px;
}

div#screens div span a img {
	border: dotted 1px #234;
	margin: 1em 1em 0em 1em;
}

div#screens div span a img:hover {
	border: solid 1px white;
}
span.screen {
	display: block;
	width: 50%;
	text-align: center;
	float: left;
}
span.screen .info {
	font-size: 9px;
	color: #eef;
	display: block;
	text-align: center;
}

/* menu */
div#menu {
	display: block;
}

div#menu ul {
	text-align: center;
	margin: 10px;
	padding: 10px;
	list-style: none;
}

div#menu ul li {
	display: inline;
	position: relative;
	margin-bottom: 25px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 0px;
	border: solid 1px #6f93e4;
	background: #123;
}

div#menu ul li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div#menu ul li.selected {
	background: #4d71c2;
	border: solid 1px #6f93e4;
}

div#menu ul li:hover {
	background: #4d71c2;
	border: solid 1px #6f93e4;
}

/* footer elements */
div#footer {
	display: block;
	text-align: center;
	color: #c0d3ff;
	font-size: 8pt;
	clear: both;
	background: url(pics/wotcha.gif) no-repeat 95% 95%;
	height: 110px;
}

span.underline {
    text-decoration: underline;
}

ul.downloads li {
    padding-bottom: 2px;
}