body {
	background:#DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	scrollbar-3dlight-color:#808080; 
	scrollbar-arrow-color: #808080; 
	scrollbar-darkshadow-color:#EEEEEE; 
	scrollbar-face-color:#EEEEEE; 
	scrollbar-highlight-color:#EEEEEE; 
	scrollbar-shadow-color:#808080; 
	scrollbar-track-color:#EEEEEE;
}

#container {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	margin-top:20px;
}

#header {
	background: #000;
	padding: 0px;
	width: 800px;
	height: 130px;
}

#header h1 { margin: 0; }

#content-container {
	float: left;
	width: 800px;
	background: #fff url(../img/bg/bg.gif) repeat-y 100% 0;
}

#navigation {
	float: left;
	width: 190px;
	padding: 20px 0 100px 15px;
	margin: 0 20px 0 0;
	display: inline;

}
/*
#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: #383; }
*/
#navigation a {
	text-decoration:none;
	color:#FFFFFF;
}
 
#navigation a:hover {
	text-decoration:none;
	color:#99AAB0;
}
 
#content {
	clear: right;
	float: left;
	width: 550px;
	padding: 20px 0px;
	margin: 0 0 0 0px;
	display: inline;
}

#content h2 { margin: 0; }



#aside h3 { margin: 0; }

 #footer {
 	width:800px;
 	height:24px;
	background-color:#000000;
	float:left;	
	color:#99AAB0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial,Verdana;
	font-size: 11px;
	padding-left:140px;
	padding-top:5px;
}

#foot {
	padding-left: 190px;
	padding-top: 5px;
	font-family: Arial,Verdana;
	font-size: 11px;
	color:#99AAB0;
}

#foot A:active {
    FONT-SIZE: 11px;
	COLOR: #99AAB0;
    font-family: Arial,Verdana;
	TEXT-DECORATION: none;
    FONT-WEIGHT: none; 
}

#foot A:link {
    FONT-SIZE: 11px;
	COLOR: #99AAB0;
	font-family: Arial,Verdana;
	TEXT-DECORATION: none;
	FONT-WEIGHT: none; 
}

#foot A:visited {
    FONT-SIZE: 11px;
    COLOR: #99AAB0;
	font-family: Arial,Verdana;
	TEXT-DECORATION: none;
	FONT-WEIGHT: none; 
}

#foot A:hover {
    FONT-SIZE: 11px;
    COLOR: #99AAB0;
    font-family: Arial,Verdana;
	TEXT-DECORATION: underline;
    FONT-WEIGHT: none; 
}
