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

#page {
	width: 100%;
	margin-top:0px;
}
#navright {
	position: absolute;
	right: 0px;
	bottom: -74px;
	margin: 2px;
	width:auto;
	font-size: 11pt;
}
.mainleft {
	width: 310px;
	float: left;
}
.mainright {
	width: 310px;
	float: left;
}
img.logo {
height: 68px;
width: 68px;
}
img.screenshotlandscape {
height: 210px;
width: 316px;
}
A.siteid {
	font-size: 20pt;
}
A.siteid2 {
	font-size: 10pt;
}
#pagetitle {
	width: 100%;
	clear: both;
	font-weight: bold;
	font-size: 16px;
}
#line1 {
	width: 100%;
	clear: both;
	height: 3px;
}
#line2 {
	width: 100%;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	background-color:#000000;	
}