@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
	text-align: center;
	background-image: url(../images/background_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #FAE7B8;
	margin-top: 16px;
}
#outerWrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/hp_top.gif);
	background-repeat: no-repeat;
	position: relative;
}
#top {
	width: 800px;
	height: 150px;
}
#mid {
	width: 800px;
	height: 160px;
	background-image: url(../images/hp_mid.gif);
	background-repeat: no-repeat;
}
#slideShow {
	width: 164px;
	height: 160px;
	margin-left: 230px;
}
#bot {
	width: 800px;
	height: 278px;
	background-image: url(../images/hp_bot.gif);
	background-repeat: no-repeat;
	position: relative;
}
#navbar {
	width: 124px;
	height: 132px;
	margin-left: 112px;
	margin-top: 10px;
	float: left;
}
#content {
	width: 248px;
	height: 248px;
	margin-top: 20px;
	float: right;
	text-align: center;
	margin-right: 48px;
}
#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
	color: #000;
}
.purpleText {
	color: #481272 !important;
}
