body {
	text-align: center;
	margin: 5;
	padding: 5;
	font-family: Arial, sans-serif;
	background-image: url('bg.png');
}

p, h, h1, h2, th, td, li {
   color:#8080ff;
}

a {
	color:#a0a0ff;
	text-decoration: none;
}

a:hover {
	color: #f0f0ff;
}

#container {
	width: 100%;
	text-align: left;
	/*background: #c0c0ff;*/
	margin:0px;
	padding: 5px;
}

#header {
	text-align: center;
	/*background: #c0c0c0;*/
	clear: left;
	
	height: 200px;
	background-image:url('logo.png');
	background-repeat:no-repeat;
	background-position: left; 
}

/* Set up the columns
----------------------------------------------- */
#sidebar {
	float: left;
	width: 150px;
	margin: 0;
	padding: 1em;
	
	border-width: 1px;
	border-color: #202040;
	border-style: solid;
}

#sidebar table {
}

#sidebar table a {
	padding: 5px;
	display: block;
}

#sidebar table a:hover {
	text-decoration: underline;
}

#main-content {
	margin-left: 200px;
	padding: 1em;
}

#main-content td.label {
	font-weight: bolder;
}

#footer {
	float:bottom;
	text-align: center;
}

#footer p {
   color:#404060;
}
