body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(bg.jpg);
	font-size: 1em;
	background-color: #E9E5D4;
	color: #333333;
	xbackground-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 0px;
	}
	
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em; 
	z-index: -1; }
	
	
/*****************************************************************************************************/

   
#container {
	xborder:1px solid white;
	position:relative; 
	margin:0 auto;
	padding:0 0px 0 0px;
	width:1000px;
	z-index:0;
		}
		
#footerText{
	position:relative;
	width:974px;
	margin:0 auto;
	padding:0;
	font-size:0.7em;
	text-align:center;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #7B8499;*/
	color: #86332d;
	}




#footerText a {
	text-decoration: none;
	color: #7B8499;
	border-bottom-width: 0px;


}


#footerText a:link {
	text-decoration: none;
	color: #7B8499;
	border-bottom-width: 0px;
	

}

#footerText a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C77A9;
	text-decoration: none;
	color: #5C77A9;

}

	



	
