a {
	color: #002271; 
	text-decoration: none;
}
a:visited {
	color:#002271;
}
a:hover {
	color: #000000; 
	text-decoration: underline;
}
a:active { 
	color:#000000;
}

#container
{
	margin: 0 auto;
	width: 710px;
	background: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#header
{
	background: url(header.jpg) no-repeat;
	height: 160px;
}

#header h1 { 
	margin: 0; 
	padding-top: 100px;
	padding-left: 25px; 	
	color: #006300;
}


#content-container
{
	float: left;
	width: 710px;
	background: #e8f8ff;
}

#content
{
	clear: left;
	float: left;
	width: 400px;
	padding: 20px 0;
	margin: 0 0 0 15px;
	display: inline;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 250px;
	padding: 20px 0;
	margin: 0 15px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#aside ul{
	list-style: none;
	margin: 0;
	padding:0;
}
#aside ul li{
	padding: 5px 5px;
}

#footer
{
	clear: both;
	background: url(footer.jpg) no-repeat;
	height: 80px;
	text-align: right;
	padding: 20px;
	height: 1%;
}
