body {
	background-color: #097CBF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, "HelveticaNeueLT Std";
	background-position: left top;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}
#header #navigation {
	margin-left: 303px;
	float: left;
	margin-top: -42px;
}
#header #navigation ul {
	list-style-type: none;
}
#header #navigation li {
	float: left;
	padding-right: 5px;
}


#container {
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#image-home {
	background-image: url(images/page-images/home.jpg);
	background-repeat: no-repeat;
	height: 335px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: center center;
	margin-bottom: 0px;
}
#image-applications {
	background-image: url(images/page-images/applications.jpg);
	background-repeat: no-repeat;
	height: 335px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: center center;
	margin-bottom: 0px;
}
#image-gallery {
	height: 611px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: center center;

}
#image-contact {
	background-image: url(images/page-images/contact.jpg);
	background-repeat: no-repeat;
	height: 335px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: center center;
	margin-bottom: 0px;
}
#slideshow {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
}

#content-area {
	background-color: #FFFFFF;
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-right: 18.5px;
	padding-left: 18.5px;
	clear: left;
	display: table;
}
#page-title h1 {
	color: #001188;
	font-size: 18px;
	font-weight: bold;
	width: 763px;
}

.column1 {
	width: 213px;
	float: left;
	padding-right: 30px;
}
.column1 h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #000C5E;
}
.column2 {
	width: 213px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}

.column3 {
	width: 213px;
	float: right;
}

p {
	color: #2F49FF;
	font-size: 13px;
	line-height: 20px;
}
h2 {
	font-size: 13px;
	color: #000C5E;
}
#form {
	width: 520px;
	float: left;
}
#form #personal-details {
	padding-right: 60px;
	margin-top: -13px;
	float: left;
	display: block;
}

#base {
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	clear: left;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
}
#copyright {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	vertical-align: top;
}
#copyright p {
	color: #01358B;
	font-size: 11px;
	margin-top: 0px;
}
#copyright a {
	color: #FFFFFF;
}
