body {
	background-color: white;
}

#header
{
	background: #dcdcdc;
	padding: 10px;
}

#header h2 { margin: 0; }

#navigation_top
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation_top ul
{
	margin: 0;
	padding: 0;
}

#navigation_top ul li
{
	list-style-type: none;
	display: inline;
}

#navigation_top li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation_top li a:hover { 
   background: #383;  
}

#content-container1
{  text-align: center;
	width: 100%;
	background: #fff repeat-y 20% 0;
}

#content-container2
{
	float: left;
	width: 100%;
	background: #fff repeat-y 80% 0;
}

#left_panel
{
	float: left;
	width: 12%;
	padding: 20px 0;
	margin: 0 2%;
	display: block;
}

#left_panel img {
	width: 50;
	height: 50;
}

#nav {
	font: bold larger "Courier New" Courier monospace;
	color: #c0c0c0;
}

#right_panel {
	font: bold larger "Courier New" Courier monospace;
	color: #c0c0c0;
	float: left;
	width: 12%;
	padding: 20px 0;
	margin: 0 2% 0 0;
	display: inline;
}

#right_panel ul {
	color: #383;
}

#right_panel ul li {
	font: bold;
}

#right_panel li a {
	font: bold;
	color: #383;
}

#content
{
	float: left;
	width: 65%;
	padding: 20px 0;
	margin: 0 0 0 2%;
	font: normal "MS Sans Serif", Geneva, sans-serif;
	text-align: justify;
}

#content h2 {
	font: bold;
}

#content h4 {
	text-align: center;
}

#footer
{
	clear: both;
	font: smaller "Courier New" Courier monospace;
	background: silver;
	text-align: center;
	padding: 5px;
	height: 1%;
}










