
a:link 
{	
	color:#8097ba;	
	text-decoration: none;	
	letter-spacing: none;	
}

a:visited 
{	
	color:#4e1550;	
	text-decoration: none;		
	letter-spacing: none;	
}

a:hover 
{ 	color:#666666; 
	text-decoration: none;		
	letter-spacing: none;
}

a:active 
{
 	color:#4e1550; 	
	text-decoration: none;		
	letter-spacing: none;	
}

#container
{
	margin: 0 auto;
	width: 900px;
	background: #FFFFFF;
	font-family: Tahoma, Verdana;
}

#header
{
	background: #f9cfda;
	
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 900px;
	background: #f9cfda;
	font-family: Tahoma, Verdana;
	text-align: center;

	
}

#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: #999999;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-family: Tahoma, Verdana;
}

#navigation li a:hover { background: #666666; }

#content-container
{
	float: left;
	width: 900px;
	background: #FFFFFF;
}

#content
{
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
	color: #666666;
	font-family: Tahoma, Verdana;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 220px;
	padding: 20px 0;
	margin: 0 auto;
	display: inline;
	border-top: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
	text-align: center;
}

#aside h3 { margin: 0; }

#footer
{
	clear: left;
	background: #f9cfda;
	text-align: right;
	padding: 10px;
	height: 1%;
	color: a4bfe0;
	font-family: Tahoma, Verdana;
}