body {  
 margin: 0; 
 padding: 0; 
 
}
#container
{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#header
{
	padding: 0px;
	height: 103px;
	width: 285px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;	
}
#navigation
{
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	background: #feffff;
	color: #090407;
}

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

#navigation ul li
{
	list-style-type: none;	
	width: 200px;
	text-align:right;
	color: #999;
}

#navigation li a
{
	padding: 4px 10px;
	color: #999;
	text-decoration: none;
}

#content-container
{
	float: left;
	width: 1000px;
	background: #fff url(/wp-content/uploads/layout-three-fixed-background.gif) repeat-y 100% 0;
}
#content
{
	float: right;
	width: 100px;
	padding: 20px 0;
	margin: 0 0 0 30px;
}
#aside
{
	float: none;
	width: 1200px;
	padding: 20px 20px;
	margin: 0 20px 0 0;
	font-size: 13px;
	color: #999;
	font-family: Helvetica, "sans-serif";
	clear: none;
}
#aside table
{
	font-size: 12px;
	color: #999;
	font-family: Helvetica, "sans-serif";
}
.float {
	display: none;	
}

#aside a {
	color: #7a9092;
	text-decoration: none;
}
#aside a:hover {
	color: #c0b3a4;
	text-decoration: none;
}
#footer
{
	clear: left;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}
#navlist
{
list-style-type: none;
color: darkgray;
background-color: white;
margin-left: 5px;
}

#active:hover li { display: block;
	color: #ac8f8b;
	font: italic bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#active li { display: none; }

#navcontainer
{
width: 220px;
background-color: white;
}

#navcontainer a
{
color: #999;
background-color: white;
width: 120px;
display: block;
}

#navcontainer a:visited
{
color: #999;
background-color: white;
}

#navcontainer a:active
{
color: #999;
background-color: white;
}

#navcontainer a:hover
{
color: #c0b3a4;
background-color: white;
}
