/* misselanious styles */

body {
	color: #666;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
}

 

 
a:link {
	text-decoration: none;
	color: #069;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #f60;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #069;
	font-weight: bold;
}

 
/*main navigation*/
#main_navigation {
	background: url(../images/backgrounds/menu_background_wide.jpg) repeat-x;
}

#main_container {
	float: left;
	clear: both;
	width: 970px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
background: url(../images/backgrounds/background_shadow_fff.jpg) repeat-y;

}

#main-inner{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}



#footer {
 
	text-align: center;
 
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}


#disclaimer {
	float: left;
	clear: both;
	width: 770px;
	text-align: center;
	font-size: 9px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 100px;
}

 

