
body
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #eeeeff;
	margin: 6px;
}

a
{
	color: #0000ff;
	text-decoration: underline;	
}

a:hover
{
	color: #ff0000;	
}

h1
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
	border-bottom: 1px dotted #000000;	
}

#wrapper
{
	
}

#main-header
{
	height: 100px;
	background-image: url('images/header.html');
	background-repeat: no-repeat;
	background-position: center left;	
	background-color: #ffffff;
	margin-bottom: 10px;
}

#main-left
{
	width: 150px;
	float: left;	
}

#main-right
{
	width: 150px;
	float: right;
}

#main-content
{
	margin-left: 170px;
	margin-right: 170px;
	float: center;
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

#main-footer
{
	margin-left: 170px;
	margin-right: 170px;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #000000;	
}

.box
{
	padding: 0;
	border: 1px solid #000000;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.box span
{
	display: block;
	font-weight: bold;
	border-bottom: 1px dashed #555555;
	padding: 6px;
	background-color: #aaaacc;
}

.box a
{
	display: block;
	color: #0000ff;
	text-decoration: underline;
	padding: 4px;	
}

.box a:hover
{
	background-color: #ffffee;	
}

.news
{
	padding: 4px;	
}

.news span
{
	display: block;
	padding: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #000000;	
}
