body{
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #23325A;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
}
img{
	border: 0;
}
a{
 color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6{
	color: #FFFFFF;
	margin: 0 0 8px 0;
}

.highlight{
	color: #fab845;
} 

.logo-padding{
	padding: 0 70px 0 70px;
}
.clear{
	clear: both;
}
.gallery-image{
	width: 180px;
	height: 120px;
	overflow: hidden;
	border: 2px solid #314888;
	margin-bottom: 5px;
	float: left;
}

#header-wrapper{
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 143px;
	min-width: 900px;
}
#header-wrapper h1{
	display: none;
}
#content{
	background-color: #243666;
	min-height: 350px;
	padding: 0 0 20px 0px;
}
	#content-wrapper{
		width: 900px;
		margin: 0 auto;
	}
		#main-content{
			padding: 20px 0 0 0;
			margin: 0 0 20px 0;
			width: 600px;
			float: left;
		}
		#sidebar{
			pladding: 20px 0 0 0;
			width: 255px;
			float: right;
		}
			#gallery-overview-holder{
				width: 100%;
				margin: 20px 0 0 0;
				background-image: url(../images/header_gallery.png);
				background-position: top;
				background-repeat: no-repeat;
				padding: 45px 0 0 0;
				float: left;
			}
				.gallery-thumb{
					border: 4px solid #314888;
					width: 72px;
					height: 72px;
					overflow: hidden;
					margin: 0 4px 4px 0;
					float: left;
				}
				#gallery-view{
					width: 100%;
					margin: 4px 5px 0 0;
					text-align: right;
					float: left;
				}
				#gallery-view a{
					color: #abbdec;
				}
			
			#testimonial-holder{
				width: 100%;
				margin: 20px 0 0 0;
				background-image: url(../images/header_testimonials.png);
				background-position: top;
				background-repeat: no-repeat;
				padding: 40px 0 0 0;
				font-style: italic;
				color: #EEEEEE;
				float: left;
			}
				#start-quote{
					width: 23px;
					height: 16px;
					background-image: url(../images/start_quote.png);
					background-repeat: no-repeat;
					padding: 0 5px 0 0;
					float: left;
				}						
#back-home{
	margin: -14px 0 4px 6px;
}
#back-home a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer{
	width: 900px;
	margin: 0 auto;
}
	#footer-details{
		padding: 35px 0 0 0;
		font-size: 14px;
		font-weight: bold;
		width: 255px;
		float: right;
	}
	#footer-logos{
		padding: 30px 0 0 0;
		width: 640px;
		float: left;
	}