body {
	background:#030d13 url(../images/background.jpg);
	background-repeat:no-repeat;
font-size:13px;
}

a,a:visited {
	color:#61bff7;
}

a:hover {
	color:#4589b0;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:820px;
}

#header {
}

#logo {
	position:relative;
	top:20px;
	height:60px;
}

#lens {
	float:right;
	z-index:100;
}

#navigation {
	margin:20px 0 10px;
	padding:12px 12px;
	background:#000 url(../images/nav_background.png);
	color:#fff;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#navigation a,#navigation a:visited {
	padding:5px 12px;
	color:#fff;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
}

#navigation a:hover {
	color:#0093e9;
background:#fff;
	padding:5px 12px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#navigation ul {
	display:inline;
}

#navigation li {
	display:inline;
	margin:0;
	padding:0;
}

#content {
font-size:17px;
	padding:10px;
	z-index:-10;
	background:#faf9f0;
	color:#000;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.report-row {
}

.report-header {
	width:210px;
	height:141px;
	float:left;
	margin:-3px 0 20px -32px;
	padding:10px 0 0 15px;
	line-height:1.25;
	background:url(../images/report-headerc.png);
}

.report-header h1 {
	font-size:32px;
	font-weight:bold;
	line-height:1.1;
}
.report-content {
	font-weight:bold;
	width:560px;
	float:right;
	text-align:left;
	border:1px solid #d7d6ce;
	background:#e6e5dc;
	padding:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin-right:5px;
	margin-bottom:20px;
}
.report-content h3 {display:inline;
}

.report-content table {border:1px solid #d7d6ce;}
.report-content th {font-size:21px;padding:10px;}
.report-content td {padding:10px;}
.report-content .row-odd {background:#faf9f0;}
.report-content .row-even {background:#fff;}
.coords {
	font-size:14px;
}


.framed-content {
	font-size:24px;
	font-weight:bold;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:1px solid #d7d6ce;
	background:#e6e5dc;
	padding:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin-right:5px;
	margin-bottom:20px;

	}

#footer {
	color:#fff;
	margin-top:20px;
}

#footer .col1 {
	width:240px;
	float:left;
	margin-right:20px;
}

#footer .col2 {
	width:300px;
	float:left;
	margin-right:20px;
}

#footer .col3 {
	width:240px;
	float:left;
}
