/* CSS Document */

body {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background:#666666 url(images/background.jpg) repeat-y center top;
margin:0px;
padding:0px;
color:#333333;
}
a {
color:#006699;
text-decoration:none;
}
a:hover {
color:#996633;
}
#wrapper {
width:800px;
text-align:left;
margin:0px auto;
position:relative;
border:none;
}
#planes {
background:url(images/planes.jpg) no-repeat center top;
height: 425px;
width:800px;
border:none;
position:relative;
}
.content {
padding: 10px 40px;
}
p {
	margin:0px 0px 10px 0px;
}
#footer {
font-size:12px;
text-align:center;
border-top:2px dashed #CCCCCC;
padding:10px 0px;
margin-top:10px;
}
h1 {
font-size:24px;
}
h2 {
font-size:18px;
}
.big_font {
font-size:24px;
}

#apDiv1 {
	position:absolute;
	left:601px;
	top:25px;
	width:139px;
	height:381px;
	z-index:1;
}
#apDiv2 {	position:absolute;
	left:61px;
	top:25px;
	width:139px;
	height:381px;
	z-index:1;
}
#apDiv3 {	position:absolute;
	left:242px;
	top:25px;
	width:139px;
	height:381px;
	z-index:1;
}
#apDiv4 {
	position:absolute;
	left:422px;
	top:25px;
	width:139px;
	height:381px;
	z-index:1;
}
.formwidth {
width:250px;
}
form textarea {
width:250px;
height:150px;
overflow:auto;
}
.clearboth {
clear:both;
}
