html,body {
	background-color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #DDDDDD;
}

h1 {
	font-size: 1.3em;
	margin: 0%;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

acronym {
	cursor: help;
}

pre {
	margin: 0%;
}

div.upperleft {
	width: 520px;
	margin-left: auto;
	margin-right: auto;

	background-color: #333333;
	background-image: url('images/t_corner0.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

div.upperright {
	background-image: url('images/t_corner1.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url('images/t_corner2.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url('images/t_corner2png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3% 3% 3% 3%;
}

.header, .footerlinks {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

div.header {
	height: 204px;
	background-image: url('images/t_header.jpg');
	margin-bottom: 20px;
}

div.header h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: right;
	padding-right: 5px;
}

div.nav {
	padding-top: 180px;
	padding-left: 5px;
	text-align: left;
}

div.footer {
	background-image: url('f_footer.png');
	text-align: center;
	width: 480px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
}

div.footerlinks {
	text-align: center;
	margin-top: 10px;
}

.nav a, .nav a:hover, .nav a:visited {
	color: #FFF0E6;
	text-decoration: none;
	margin-right: 10px;
	border-top: 3px solid #930000;
}

.nav a:hover {
	border-top: 3px solid #C60000;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #DDDDDD;
}

a.screenshots {
	padding: 5px;
}


img {
	border: solid 1px #666666;
}

#indent {
	margin-left: 10px;
	margin-bottom: 5px;
}

#newrow {
	clear: both;
	float: left;
	width: 110px;
}

#data {
	
}

#leftdata {
	clear: both;
	position: relative;
	float: left;
	margin: 2px;
	width: 50px;
}

#rightdata {
	position: relative;
	left: 60px;
	width: 80%;
	padding-bottom: 10px;
	
}
