/* CSS Document */

/* CSS Document */

body { 
	font-family:Verdana, Arial, "Times New Roman";
	font-size:11px;

	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	
	background-color:#000000;
}	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style11 {
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}


.style8 {
	font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; font-style: italic; font-size:12px; 
}

#container {
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:980px;
	height:600px;
	background-color:#000000;
	background-image:url(../images/background_home.jpg);
	background-repeat:no-repeat;
}

#header {
	width:980px;
	height:55px;
	margin-top:20px;

}

#navigation {
	width:106px;
	height:442px;
	margin-left:10px;
	float:left;

}

#content {
	width:380px;
	height:320px;
	margin-top:80px;
	margin-right:20px;
	float:right;
	padding:20px;

}
#footer {
	width:980px;
	height:20px;
	float:right;
	margin-top:55px;
	font-size:9px; color:#FFFFFF;
}

#spacer  {
	width:380px;
	height:442px;
}