/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(background4.jpg) no-repeat top center; /* Optional */
	font-family: Arial, Helvetica, sans-serif;
	
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #FA7E1E;  }
a:hover { text-decoration: none; color: #FA7E1E;  }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 950px;
	background: transparent;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: transparent;
	height: 55px;
	margin-top: 5px;
	}	

#logo {
	background: transparent;
	height: 55px;
	width: 300px;
	float: left;
	}	

#network {
	background: transparent;
	height: 55px;
	width: 400px;
	float: right;
	text-align: right;

	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: transparent; 
	margin: 0;
	padding: 0;
	clear: both;
	width: 700px;
	height: 20px;

	}
#nav li {
	margin-top: 20px; 
	list-style-type: none;
	display: inline;
	line-height: 20px;
	text-transform: uppercase;

	}		
#nav li a { 

	text-decoration: none; 
	color: #000;
	border-bottom: 0;
	margin: 0px 30px 0 0;
	font-size: 0.9em;
	float: left;
	}
#nav li a:hover {  color: #000; border-bottom: 5px solid #FA7E1E; }
#nav li a.on {  color: #000; border-bottom: 5px solid #FA7E1E;  }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
	#content {
	width: 950px; 
	text-align: left; 
	position: relative;
	
	}	

	#payoff {
	float: left;
	background: transparent;
	margin-top: 50px;
	margin-bottom: 20px;
	opacity:0.9;filter:alpha(opacity=90);
	
	}	


	#txt h1 {
	font-size:33px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #000;
	padding:0;
	margin:0 0 9px 0;
	}

	#lungo {
	clear: both;
	width: 100%;
	padding: 20px 0px 10px 0px;
	font-size: 12px;
line-height: 18px;
}
		
	#txt {
	clear: both;
	margin-top: 25px;
	width: 545px;
	padding: 40px 0px 0px 0px;
font-size: 12px;
line-height: 18px;

	
	}	

.hometxt {
width: 545px;
float: left;
padding: 0 0 40px 0;
font-size: 12px;
line-height: 18px;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #EEEEEE;
	border: 1px solid #DFDFDF;
	text-align: left;	
	color: #000;
	padding: 5px;
	font-size: 11px;
	margin-top: 35px;
	line-height: 14px;
	clear: both;


	}
	
#footer a { text-decoration: none; color: #06c; font-weight: bold; }
#footer a:hover { text-decoration: none; color: #06c; font-weight: bold; }

