/* CSS Document */

body{
	margin:0px;
	background: url("images/chip_green.gif");
	height: 100%;
}

#wrapper{
	position: relative;
	width: 100%;
	margin:0px auto;
	height:100%;
	background: url("images/fade_green_white.jpg");
	background-repeat:repeat-x; 
	/*background-color:#339933;*/
	
}

#container{
	margin: 0px auto;
	width: 864px;
	height:576px;
	background: url("images/fpt_home.png");
	background-repeat:repeat-x; 
	/*background: url("images/spacer_background.gif");*/
	/*background-color:#fff;*/
	
	
}

#container_direct{
	margin: 0px auto;
	width: 864px;
	height:576px;
	background: url("images/fpt_direction.png");
	background-repeat:repeat-x; 
	/*background: url("images/spacer_background.gif");*/
	/*background-color:#fff;*/
	text-align:left;
	
	
}

/*-------Text Styles-----*/

.directions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:1.5em;
	


}




/*---------Footer-------*/
#footer{
	clear:both;
	font:10px verdana, sans-serif;
	color:#fff;
	text-align:center;
	margin: 0;
	width:100%;
	height: 60px;
	/*background: url("images/footer_background.gif");*/
	
	/*border:solid 1px #3f3;*/   /*green*/
		
}

#footer a:link,
#footer a:visited,
#footer a:active{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#ccc;
}

