#container
{
	width: 900px;
	margin: 0 auto;
	background: #696969;
	color: #000;
	padding: 0;
	text-align: center;
 	font-family: arial;
	font-size: .9em;
	float: center;
	
	
}

#header
{
	background: #ad0000;
	color: #FFF;
	font-weight: bold;
	padding: 20px;
	
}

#header h1 { margin: 0; }

#navigation
{
	float: center;
	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: center;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	
}

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

#content-container
{
	float: center;
	width: 900px;
	margin: auto;
	text-align: center;
 	background-color: #fff;
	border: 2px solid white;
	

}

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

#content h2 { margin: 0; }

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

#aside h3 { margin: 0; }

#footer {
 	color: #FFF;
	background-color: #696969;
	background-image: url(images/top4.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 2px solid white;
	padding: 5px;
	clear: both;

}

/* links */
A { 
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
/* hovering links */
A:hover {
	color: #ff0033;
	font-weight: bold;
	text-decoration: none;
}
