#container
{
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

#header
{
	background: #d8eae9; 
	padding: 20px;
	text-align: center;
	color: #006699; 
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 900px;
	background: #333;
}

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

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

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #d8eae9; color: #333 }

#content-container
{
	float: left;
	width: 900px;
	background-color: #FFF8DC;
	/* background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0; */
}

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

#content h2 { margin: 0; }

#content img {
	float: left;
	width: 15%;
	border-style: outset;
	border-width: 3px;
	padding: 3px;
	margin: 0 10px 0 0;
	}

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

#aside h3 { 
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
}

#aside img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	clear: both;
	background: #d8eae9;
	text-align: right;
	padding: 20px;
	height: 1%;
}

#footer ul li
{
	list-style-type: none;
	display: inline;
	padding: 0 10px;
}

#footer-c
{
	text-align: right;
}

a:link { 
color: blue;
}
a:visited {
color: #706070;
}
a:hover {
color: blue;
background-color: red;
}
a:active {
color: red;
}




