#container
{
	margin: 0 auto;
	width: 800px;
	background:#fff;
	font-family: arial;
}

#header
{
	background:#B6CCF0;
	padding: 15px;
	text-align: center;
}

#header h1
{ 
	margin: 0;
	font-size: 200%;
}

#navigation
{
	float: left;
	width: 800px;
	background:#333;
	text-align: center;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
    display: inline-block;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
}

#navigation li a:hover 
{
	background:#383; 
}

#content
{
	height:auto;
	clear: left;
	padding: 20px;
	text-align: justify;
	font-size:	12px;
}

#content h2
{
	color:#000;
	font-size: 20px;
	margin: 0 0 .5em;
	text-align:center;
}

#footer
{
	background:#B6CCF0;
	text-align: right;
	font-size:	12px;
	padding: 10px;
	height: 1%;
	clear: both;
}

.image_floatright
{ 
	float: right; 
	margin: 0 0 20px 10px;
	border: 1px solid #666;
}