body {
	background: #000000 url(_images/bg.gif) top repeat-x;
	margin: 0px auto;
	position: relative;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

	#siteLayout{
		width: 925px;
		margin-top: 10px;
	}		
		#siteHeader {
			background: url(_images/bg_topleft.jpg) #FFFFFF top left no-repeat;
			width: 925px;
			height: 175px;	
		}
			#miniNavigation {
				width: 300px;
				float: right;
				margin-top: 10px;
			}
			
			#miniNavItem {
				width: 55px;
				float: right;
				text-align: center;
			}
							
			#siteNavigation {
				width: 915px;
				height: 23px;
				background: #000000;
				text-align: right;
				padding-right: 10px;
			}
			
			#siteNavigation a, #siteNavigation a:visited {
				font-family: "Century Gothic", Arial, Helvetica, sans-serif;
				text-decoration: none;
				color: #FFFFFF;
				margin-left: 1.5em;
				font-size: 1.25em;
			}
			
			#siteNavigation a:hover {
				border-bottom: #FFFFFF 5px solid;
			}
			
		#siteDisplay {
			width: 925px;
			height: inherit;
			background: #ffffff;
			text-align: justify;
		}
		
			#siteContent {
				clear: both;
				width: 900px;
				margin: 0px 0px 0px 15px;	
			}
		
			#siteContentLeft {
				float: left;
				width: 495px;
				margin: 0px 0px 0px 15px;
				height: inherit;
			}
			
			#siteContentRight {
				float: right;
				width: 375px;
				margin: 0px 10px 0px 0px;
				height: inherit;
			}

		#siteFooter {
			clear: both;
			width: 925px;
			height: inherit;
			background: #ffffff url(_images/bg_footer.gif) bottom no-repeat;
			padding-top: 1em;
			padding-bottom: 0.5em;
			color: #aaaaaa;
			font-size: 1em;
			text-align: center;
		}
		#siteFooter a {
			color: #aaaaaa;
			text-decoration: none;
		}
		#siteFooter a:hover {
			text-decoration: underline;
		}

	.alignmentWrap{
		width: 925px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}


TEXT STYLES{}

	h1 { font-family: "Century Gothic", Arial; font-weight: none; font-size: 1.5em; color: #000000;  margin: 0px; padding-top: 15px; padding-bottom: 5px; }
	
	a.linkActive {
		border-bottom: #FFFFFF 5px solid;
	}
	
	a.linkFooter, a.linkFooter:visited {
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 1.5em;
		color: #CCCCCC;
		margin-left: 1.25em;
		margin-right: 1.25em;
	}
	
	.listIndex {
		list-style: url(_images/bullet_helicopter.gif);
		list-style-position: outside;
	}

	.imgRight {
		float:right;
		margin: 5px;
	}
	
	#customerLayerSet {
		width: 500px;
	}
	#customerLayerSet a {
		text-decoration: none;
		font-weight: bold;
		color: #666666;
	}
	#customerLayerSet a:hover {
		color: #333333;
	}		
	#layer1, #layer2, #layer3 { position: absolute; visibility:hidden; margin-top: 10px; width:400px; }
	
	.testimonialContent {
		font-style:italic;
		color: #666666;
	}
	.testimonialAuthor {
		color: #444444;
	}
	
	a { color:#666666; text-decoration:none;}
	a:hover {color:#333333; }