@charset "UTF-8";
/* CSS Document */
html { height: 100% } 
body { min-height: 101%; }

body, td, th {
	font-family: Helvetica, Arial, sans-serif;
}

A {
	text-decoration: none;
}

#page {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	width: 75%;
	top: 0;
	left: 0;
}
#nav {
position: relative;
top: 0;
left: 0;
width=100%;
margin-bottom: 4px;
}
img.logo {
}
img.screenshotlandscape {
}
#navleft {
	float: left;
	margin: 5px;
	margin-top: 1px;
}
#navright {
	position: absolute;
	right: 0px;
	bottom: -94px;
	margin: 2px;
	width:auto;
	font-size: 14pt;
}
#line1 {
	width: 100%;
	clear: both;
	height: 3px;
}
#line2 {
	width: 100%;
	clear: both;
	height: 2px;
	margin-bottom: 20px;
	background-color:#000000;	
}
#pagetitle {
	width: 100%;
	clear: both;
	font-weight: bold;
	font-size: 20px;
}
#main {
	width: 100%;
	clear: both;
}
.mainleft {
	width: 48%;
	float: left;
}
.mainright {
	width: 48%;
	float: right;
	text-align: center;	
}
A.siteid {
	font-size: 31pt;
	color: black;
	text-decoration: none;
}
A.siteid2 {
	font-size: 15pt;
	color: black;
	text-decoration: none;
}

a.navleft {
	color: black;
	text-decoration: none;
}
