body {
	background: #07192B;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #06c;
}

a:hover, a:focus {
	color: #003;
}

a:active {
	color: #000;
}

a img {
	border: 0px;
}	
	
h1 {
	color: #3F6A91;
	font: normal 24pt Georgia, Times, serif;
}

h2 {
	color: #3F6A91;
	font: normal 16pt Georgia, Times, serif;
}

#container {
	background: #fff;
	border-left: 1px solid #1F415F;
	border-right: 1px solid #1F415F;
	color: #333;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

#content {
	padding: 0px 20px 10px 20px;
}

#footer {
	color: #ccc;
	font-size: x-small;
	padding: 10px;
	text-align: center;
}

#header {
	background: #26517c url('../images/bg-header.jpg') bottom repeat-x; /* 3F6A91 */
}

#navigation {	
	background: #C82101;
	border-bottom: 1px solid #7B1400;
	border-left: 1px solid #E77863;
	border-right: 1px solid #7B1400;
	border-top: 1px solid #E77863;
	padding: 5px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #F6E05A;
	text-decoration: none;
}

body, td, th, h3, textarea, input, select { /* redundant rules for bad browsers  */
	font-family: sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    small
} .clear-hack { display: none; }

table {
	border: 1px solid #999;
	width: 100%;
}

td, th {
	border: 1px solid #ccc;
	padding: 5px;
}

th {
	background: #3F6A91;
	color: #fff;
}

#discuss {
	background: #ffffcc;
	height: 30px;
}

#discuss img {
	float: left;
}

#discuss p {
	margin-left: 48px;
	padding-top: 6px;
}

#searchbox {
	 float:right; 
	 width:350px;
}
#searchbox table {
	border: 0px;
}
#searchbox td, #searchbox th {
	background: none;
	border: 0px;
	padding: 0px;
}