body {
	background-image: url(../Images/bg.png);
	margin: 0px;
	background-color: #95CCE8;
	background-repeat: repeat-x;
}
.topNav {
	background-color: #333;
	height: 30px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}
#topLinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	height: 16px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 7px;
	bottom: 7px;
	text-align: right;
	padding-right: 20px;
}
#topLinks a {
	color: #FFF;
	text-decoration: none;
}
#topLinks a:hover {
	color: #95CCE8;
	text-decoration: none;
}



.header {
	position: relative;
	height: 120px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
.navBar {
	background-image: url(../Images/navBar.png);
	height: 40px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navButtons {
	height: 24px;
	width: 780px;
	padding-top: 6px;
	position: absolute;
	left: 20px;
	top: 10px;
	right: 20px;
}
#navButtons a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #E4F2F9;
	font-weight: normal;
	padding-right: 18px;
	padding-left: 18px;
}
#navButtons a:hover {
	color: #98CEE8;
}

.slideshow {
	background-image: url(../Images/body-bg.png);
	height: 459px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: repeat;
	padding-right: 15px;
	padding-left: 15px;
}
.photo {
	background-image: url(../Images/body-bg.png);
	height: 180px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
}

#buttons {
	position: absolute;
	height: 60px;
	width: 740px;
	bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	left: 0px;
}

.content {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 265px;
	padding-left: 20px;
	top: 0px;
	background-image: url(../Images/body-bg.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	padding-top: 5px;
}
#rightNav {
	position: absolute;
	height: auto;
	width: 190px;
	top: 10px;
	left: 573px;
	color: #00496C;
}

.footer {
	background-image: url(../Images/footer-bg.png);
	height: 160px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #333;
	margin-bottom: 0px;
	bottom: 0px;
}
.footer a {
	color: #CCC;
	text-decoration: none;
}
.footer a:hover {
	color: #95CCE8;
	text-decoration: none;
}

#footerContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	height: 100px;
	width: 780px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.photoPadding {
	padding-left: 10px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5D4EB;
	height: 10px;
}
