/* CSS Document */

body {
	background-color: #FAF5FA;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.show {
	visibility: visible;
}
.hide {
	visibility: hidden;
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #472347;
	height: auto;
	width: 810px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -400px;
}
#topThird {
	height: 130px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 10px solid #ABFEF5;
	background-image: url(images/topBar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F1E4F1;
}
#topMid {
	height: 130px;
	width: 480px;
	position: relative;
	top: 0px;
	left: 150px;
	border-left: 10px solid #ABFEF5;
	border-right: 10px solid #ABFEF5;
}
#contact {
	position: absolute;
	left: 730px;
	top: 110px;
	font-size: 12px;
	font-weight: bold;
}
#midThird {
	height: 220px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	border-left: 10px solid #ABFEF5;
	border-right: 10px solid #ABFEF5;
	background-image: url(images/midLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F1E4F1;
}
#midPics {
	height: 220px;
	width: 480px;
	position: relative;
	top: 0px;
	left: 150px;
	border-left: 10px solid #ABFEF5;
	border-right: 10px solid #ABFEF5;
}
#contactInfo {
	height: 158px;
	width: 132px;
	position: absolute;
	left: 657px;
	top: 15px;
	padding: 1px;
	font-size: 12px;
}
#contactInfo a:link {
	color: #472347;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#contactInfo a:visited {
	color: #472347;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#botThird {
	height: auto;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 10px solid #ABFEF5;
	background-color: #F1E4F1;
}
#content {
	height: auto;
	width: 460px;
	position: relative;
	top: 0px;
	left: 150px;
	padding: 10px;
	border-left: 10px solid #ABFEF5;
	border-right: 10px solid #ABFEF5;
}
#mainNav {
	height: 16px;
	width: 471px;
	position: relative;
	left: 150px;
	top: 0px;
	background-color:#B898BC;
	border-bottom: 10px solid #ABFEF5;
	border-left: 10px solid #ABFEF5;
	border-right: 10px solid #ABFEF5;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#footer {
	position: relative;
	width: 800px;
	text-align: center;
	left: 0px;
	top: 0px;
	font-size: 10px;
	padding: 20px;
}
#footer a:link {
	color: #472347;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#footer a:visited {
	color: #472347;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}