/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(Images/BGlongnew.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3e3e3e;
	background-color: #FFFFFF;
	
}

.home #container { 
	width: 930px;
	margin: 0 auto; 
	padding: 0px;
	border: none;
	text-align: left; 
} 
.home #menue { 
	padding: 10px 0px 10px 0px; 
	font-size: 12px;
	font-weight: bold;
} 
.home #header h1 {
	margin: 0; 
	padding: 0;
}
.home #both {
	width:100%;
	/*height: 100%; */
	padding: 0px 0px 5px 0px;
}
.home #falcon {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	font-size: 12px;
	font-weight: bold;
}
.home #tree {
	float: right;
	width: 260px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	font-size: 12px;
	font-weight: bold;

}
.home #wave { 
	margin: 0px 265px 0px 265px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	font-size: 12px;
	font-weight: bold;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align:center;
	padding: 0px 0px 0px 0px;
}
a:link {
	color:#3e3e3e;
	text-decoration:none; 
}

a:visited {
	color:#3e3e3e;
}

a:hover { 
	color:#999999;
	text-decoration:none; 
}

a:active {
	color: #999999;
}

.mainLink {
	color: #3e3e3e;
}

.menuItem {
	padding: 0px 10px 0px 0px;
}
