@charset "utf-8";

html {
color:#444444;
font-family:'Lucida Grande',Verdana,sans-serif;
font-size:10px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4;
}

body {
	background-color: #d1c2a9;
}

.test {
}
body {
	background-image: url(../images/bgnd.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 982px;
	position: relative;
	left: 50%;
	margin-left: -491px;
}
#logo {
	width: 241px;
	float: left;
	position: relative;
	height: 1040px;
}
#main {
	width: 700px;
	float: right;
}
#nav {
	float: right;
	padding-right: 30px;
}
#top {
	height: 63px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	background-image: url(../images/nav-bgnd.png);
	width: 531px;
	height: 30px;
	text-align: center;
}
ul li {
	float: left;
}
ul a:hover {
	text-decoration: underline;
}
#plane-red {
	position: relative;
	padding-top: 4px;
	height: 82px;
	width: 78px;
}
#plane-blue {
	position: absolute;
	left: 840px;
	top: 114px;
}
.welcome   {
	background-image: url(../images/welcome.png);
	height: 44px;
	width: 565px;
	background-repeat: no-repeat;
	text-indent: -5555px;
}
#main-text {
	width: 664px;
}
#footer {
	width: 199px;
	margin-right: auto;
	margin-left: auto;
}
#footer img {
	margin: 0px;
	padding: 0px;
	float: right;
}


#main-text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #605e5d;
	font-size: 1em;
	font-size:1em;
	letter-spacing:0pt;
	line-height:1.8em;
	text-align:justify;
	text-decoration:none;
	word-spacing:normal;
	margin-bottom: 20px;
}
#main-text img {
	float: right;
	margin-right: 30px;
	margin-left: 15px;
	margin-top: -20px;
	margin-bottom: 15px;
	}
#footer p {
	background-repeat: no-repeat;
	line-height: 30px;
	width: 160px;
	background-position: right;
	color:#666666;
	margin: 0px;
	float: left;

}




ul    a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 26px;
	line-height: 25px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 34px;
	padding-right: 34px;
	background-image: url(../images/nav-divider.png);
	background-repeat: no-repeat;
	background-position: left center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul .first a {
	background-image: none;
}

#main-text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #04aeec;
	margin-top: 15px;
}

* html img,
* html .welcome,#nav ul { behavior: url(ie-png-fix/iepngfix.htc); }

