body {
 background: url(../images/pageparts/background.jpg);
 background-color: #000000;
	background-repeat: repeat-x;
 color: #007283;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:0.9em;
	margin: 0;
}

a {
 color: #00a0b8;
	font-weight: bold;
	text-decoration: underline;
}

#header {
 background: url(../images/pageparts/headerlogo.jpg);
	height: 150px;
	width: 950px;
}

#central-column {
	width: 950px;
}

#left-navigation {
 color: #FFFFFF;
 float: left;
	text-align: left;
	width: 120px;
}

#left-navigation a {
 color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#left-navigation a:hover {
 color: #00bdd9;
	text-decoration: underline;
}

#left-navigation h1 {
 color: #00bdd9;
	font-size: 1.1em;
	font-weight: bold;
}

#right-content {
 float: right;
	text-align: left;
	width: 800px;
}
 
#page-content {
 background: url(../images/pageparts/white-background.jpg);
	background-repeat: repeat;
 border: 5px  solid #00bdd9;
	float: left;
	padding: 20px;
	text-align: left;
	width: 550px;
}

#page-content h1 {
 color: #007283;
 font-size: 2.5em;
	font-weight: bold;
}

#page-content h2 {
 color: #00a0b8;
 font-size: 1.8em;
	font-weight: bold;
}

#page-content h3 {
 color: #007283;
 font-size: 1.2em;
	font-weight: bold;
}

.right-bits {
    color: #FFFFFF;
    float: right;
    padding: 10px;
    text-align: left;
    width: 150px;
}

.right-bits h1 {
    color: #00bdd9;
	font-size: 1.0em;
	font-weight: bold;
}

#footer {
 color: #FFFFFF; 
	clear: both;
	width: 500px; 
	text-align: left;
}

table {
	border: 1px solid #444444;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
	width: 550px;
}

tr {
	margin: 0;
	padding: 0;
}

table th {
	border: 1px solid #444444;
	border-right: 0;
	border-left: 0;
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px;
}

table td {
	border: 1px solid #444444;
	border-right: 0;
	border-left: 0;
	font-size: 0.9em;
	padding: 3px;
	font-weight: 0.8em;
}
	
