body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url('imagesBasic/bodyBG.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	background-position: top center; 
}

.clearingDiv {
	clear: both;
}

#structure {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 770px;
	text-align: left;
}

#structure td{
	margin: 0;
	padding: 0;
}

a#corner {
	position:absolute;
	right: 0;
	top: 0;
	display: block;
	height: 185px;
	width: 185px;
	background: url(http://www.flyerboy.com/floatingboy.png) top right no-repeat !important;
	background: none;
	text-indent: none;
	text-decoration: none;
	cursor: hand;
}

#main {
	vertical-align: top;
	background: white url("imagesBasic/dottyBG.gif") repeat;
}

h1#title {
	height: 53px;
	margin: 0;
	padding: 0 0 7px 0;
	background: url(imagesBasic/underline.gif) repeat-x left bottom ; 
}

#headTel { /*PHONE NUMBER*/
	color: #ffa222;
	font-size: 15px;
	display: block;
	width: 180px;
	float: right;
	margin-top: -40px;
	font-style: normal;
	font-weight: bold;
	text-align: center; 
	line-height: 10px;
}

#headTel span {
	font-size: 9px; 
}

#title img{
	margin: 0;
	padding: 0;
	border: none;
}

h2#subheading {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	color: #999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold; 
}

/*TEXTBOXES*/

.leftImg {
	float: left;
	margin: 10px 10px 10px 15px;
	border: 2px #bdbdbd solid;
}

.rightImg {
	float: right;
	margin: 10px 13px 10px 10px;
	border: 2px #bdbdbd solid;
}

.advertHead {
	margin: 0 0 0 10px;
	padding: 6px 0 0 0;
	height: 10px;
	width: 510px;
	background: url("imagesBasic/boxTop.gif") bottom left no-repeat;
}

h1.blueSectionHeading {
	margin: 10px 0 0 10px;
	padding: 7px 0 0 30px;
	height: 20px;
	width: 480px;
	background: url("imagesBasic/blueBoxTop.gif") top left no-repeat;
	color: #30b7e9;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
}

h1.orangeSectionHeading {
	margin: 10px 0 0 10px;
	padding: 7px 0 0 30px;
	height: 20px;
	width: 480px;
	background: url("imagesBasic/orangeBoxTop.gif") top left no-repeat;
	color: #ffa222;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
}

.blueSectionHeading span, .orangeSectionHeading span {
	background: url("imagesBasic/heading.gif") top right no-repeat;
	padding: 9px 13px 0 5px;
}

.sectionBody {
	margin: 0 0 0 10px;
	padding: 1px 0;
	width: 510px;
	background: url("imagesBasic/box.gif") repeat-y;
}

.sectionBody p {
	padding: 0;
	margin: 2px 20px 5px 20px;
	font-size: 11px; 
}

.sectionBody h1 {
	padding: 0;
	margin: 5px 20px 15px 20px;
	font-weight: bold;
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 25px; 
}

.sectionBody h2 {
	padding: 0;
	margin: 8px 20px 0 20px;	
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
}

.sectionBody blockquote {
	padding: 0;
	margin: 5px 20px;
	text-align: right;
	float: right;
	width: 200px;
	font-weight: bold;
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif; 
}

.sectionBody a {
	text-decoration: underline;
	font-weight: bold; 
}
.sectionBody a:hover {
	text-decoration: none; 
}

.ad {
	text-align: center;
}

.orange h1, .orange h2, .orange blockquote, .orange strong, .orange a {
	color: #ffa222
}

.blue h1, .blue h2, .blue blockquote, .blue strong, .blue a {
	color: #30b7e9
}

.blue span{
	color: #ffa222
}

.orange span{
	color: #30b7e9
}

.orange li {
	color: #ffa222;
	display: list-item;
	list-style-image: url("imagesBasic/plus_orange.gif");
	font-weight: bold; 
	font-size: 11px;
}

.blue li {
	color: #30b7e9;
	display: list-item;
	list-style-image: url("imagesBasic/plus_blue.gif"); 
	font-weight: bold;
	font-size: 11px; 
}

.backToTop {
	clear: right;
	float: right;
	margin: -10px 10px 0 0;
}
.backToTop img {
	border: none;
}

.sectionFoot {
	margin: 0 0 0 10px;
	width: 510px;
	height: 20px;
	background: url("imagesBasic/boxFoot.gif");
}

/*END TEXTBOXES*/



/*FORMS*/

.form {
	width: 440px;
	margin: 0 30px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

.form td {
	vertical-align: top; 
}

.form label {
	display: block;
	text-align: right;
	margin-top: 2px;
	color: #666666;
}

input, textarea {
	border: 1px silver solid; 
	font-size: 11px;
}

 option {
	border-bottom: 1px silver solid; 
	font-size: 11px;
}

.submit {
	text-align: right;
}

.submit input {
	margin-top: 20px;
	border: none; 
}

/*END FORMS*/



/*ADVERT*/

a.bannerLink {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.bannerLink img {
	border: none;
}

/*END ADVERT*/

/*FOOTER*/

#footerMain {
	text-align: left;
	font-size: 10px; 
	background: white url("imagesBasic/dottyBG.gif") repeat;
}

#footerMain p{
	margin: 10px;
}

#footerMain a{
	text-decoration: underline;
	color: #30b7e9;
	font-weight: bold; 
}

#footerMain a:hover{
	text-decoration: none; 
}

#footerMain ul {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 10px; 
}

#footerMain li{
	margin: 5px 0;
	padding: 0;
	display: inline; 
}


#footerRight {
	color: #ffaa00;
	text-align: right;
	font-size: 10px; 
	background: url("imagesBasic/concrete.gif") repeat-y; 
}

#footerRight p{
	margin: 10px 10px 10px 35px;
}

#footerRight a{
	text-decoration: underline;
	color: #ffaa00;
	font-weight: bold; 
}

#footerRight a:hover{
	text-decoration: none; 
}

#footerRight ul {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 10px; 
}

#footerRight li{
	margin: 5px 0;
	padding: 0;
	display: inline; 
}



/*END FOOTER*/

/*NAVIGATION*/

td#nav {
	vertical-align: top;
	width: 241px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url("imagesBasic/concrete.gif") repeat-y; 
}

#nav div{
	background: url("imagesBasic/wallBG.gif") no-repeat; 
	padding: 10px 0;
	margin: 0;
}

#nav ul {
	width: 196px;
	padding: 0 0 0 45px;
	margin: 0;
}

#nav a{
	color: #999;
	text-decoration: none; 
	padding: 0 3px;
}

#nav a:hover{
	color: #fff;
}

li.blueNav {
	display: list-item;
	list-style-image: url("imagesBasic/blue_arrow.gif"); 
}

.blueNav ul {
	background: none;
}

.blueNav h3 {
	color: #999;
	margin: 5px 0 0 0;
	padding: 2px;
	border-bottom: 1px #999 dashed; 
}

.blueNav li {
	display: list-item;
	list-style-image: url("imagesBasic/plus_blue.gif");
	font-size: 10px; 
	margin: 5px 0 0 -10px;
}

.blueNav a:hover{
	color: #fff;
	background: #2db7e9
}

li.orangeNav {
	display: list-item;
	list-style-image: url("imagesBasic/orange_arrow.gif"); 
}

.orangeNav h3 {
	color: #999;
	margin: 5px 0 0 0;
	padding: 2px;
	border-bottom: 1px #999 dashed; 
}

.orangeNav li {
	display: list-item;
	list-style-image: url("imagesBasic/plus_orange.gif"); 
	font-size: 10px; 
	margin: 5px 0 0 10px;
}

.orangeNav a:hover{
	color: #fff;
	background: #ffa930
}

li.gallery{
	width: 241px;
	display: list-item;
	list-style-type: none; 
	margin: 20px 0 0 -45px;
	padding: 320px 0 0 0;
	background: url("imagesBasic/FlyerboyKid.gif") no-repeat; 
}

.gallery li{
	margin: -30px 20px 0px 0px;
	padding: 0;
	display: list-item;
	list-style-type: none; 
}

.gallery img{
	border: none;
}

.galleryLeft {
	text-align: left;
}
.galleryRight {
	text-align: right;
}

a.sideAds {
	margin: 0 0 0 25px;
	padding: 0;
	text-align: center;
	background: transparent;
	display: block;
	width: 200px;
}

.sideAds img{
	border: none;
}



/*END NAVIGATION*/

