body {
	background: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 20px 20px 0;
}
a img { border: none; }
h1, h2, h3, h4, h5, form {
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 40px;
}
p {
	margin: 10px 0;
}
#wrap {
	background: white;
	color: black;
	margin: 0 auto;
	width: 960px;
}
#header {
	background: #add845;
}
#sitename {
	background: url('../images/butt-kicking-woman-tm.png') no-repeat left top;
	height: 0;
	line-height: 2em;
	margin: 0;
	overflow: hidden;
	padding: 180px 0 0 0;
}
#nav {
	background: #003f27 url('../images/navigation.png') no-repeat left top;
	color: white;
	list-style: none;
	height: 36px; /*36*/
	overflow: hidden;
	margin: 0;
	padding: 0 20px 0 200px;
}
#nav li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#nav a {
	color: white;
	display: block;
	height: 27px;
	padding: 9px 20px 0;
	text-decoration: none;
}
#nav a:hover {
	background: #00573d;
}
#pgAbout #navAbout,
#pgSpeakers #navSpeakers,
#pgMusic #navMusic,
#pgActivities #navActivities,
#pgFAQ #navFAQ,
#pgRegister #navRegister {
	background: #00573d;
}
#navRegister {
	text-align: center;
	width: 100px;
}

#main {
	background: url('../images/homepage-bg.jpg') no-repeat left -36px;
	overflow: hidden;
	padding: 0 44px 10px 200px;
}

#footer {
	background: black;
	color: white;
	font-size: 11px;
	height: 28px; /*38*/
	padding: 10px 10px 0px 0px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* --- HOME --- */
#pgHome #wrap {
	background: white url('../images/home-sprites.png') no-repeat -280px bottom;
}
#pgHome #footer {
	background: black url('../images/home-sprites.png') no-repeat -280px bottom;
	padding: 10px 10px 0px 250px;
}
a.more,
.morelink a {
	border-left: 1px solid black;
	color: black;
	color: #00573D;
	display: inline-block;
	font-style: italic;
	margin: 0 0 0 10px;
	padding-left: 10px;
	text-decoration: underline;
}
a.more:hover,
.morelink a:hover {
	color: #57CDC6;
	text-decoration: underline;
}
.morelink {
	text-align: right;
}

#intro {
	height: 170px;
	padding: 15px 0;
	margin: 0 0 10px;
}
#intro h3 {
	display: inline;
}
#speakerPhotos {
	float: right;
	margin-left: 30px;
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 230px;
}
#speakerPhotos div {
	background: url('../images/home-photos.jpg');
	height: 0;
	left: 0;
	overflow: hidden;
	padding-top: 200px;
	position: absolute;
	top: 0;
	width: 230px;
}
#speakerPhotos #spBinions { background-position: 0px 0px; }
#speakerPhotos #spMark { background-position: -230px 0px; }
#speakerPhotos #spNancy { background-position: -460px 0px; }
#speakerPhotos #spDebbie { background-position: -690px 0px; }

#speakers, #activities {
	float: left;
	margin-right: 30px;
	width: 213px;
}
#speakers dl {
	margin-bottom: 0;
}
#speakers dt {
	border: 4px solid #57cdc6;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	height: 65px;
	width: 65px;
}
#speakers dt a {
	background: url('../images/home-photos.jpg') no-repeat left bottom;
	display: block;
	overflow: hidden;
	padding-top: 65px;
	height: 0;
	width: 65px;
}
#speakers dd {
	margin-bottom: 20px;
	margin-left: 0;
	min-height: 65px;
}
* html #speakers dd {
	height: 65px;
}
#speakers a.more {
	margin-left: 20px;
}
#speakers #bioMark { background-position: -72px -208px; }
#speakers #bioNancy { background-position: -144px -208px; }
#speakers #bioDebbie { background-position: -216px -208px; }
#speakers #bioConnie { background-position: -288px -208px; }
#speakers #bioWendy { background-position: -360px -208px; }
#speakers #meetspeakers {
	margin-bottom: 0;
}
#faq {
	float: left;
	position: relative;
	width: 230px;
}

.question {
	margin: 20px 0;
}
.question h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
.question em {
	display: block;
	font-size: 19px;
}
.question a {
	margin: 0 0 0 160px;
}

#registernow {
	background: black url('../images/home-sprites.png') no-repeat 0px 0px;
	color: white;
	height: 94px; /*111*/
	padding-top: 17px;
	width: 267px;
	position: absolute;
}
#registernow a {
	color: white;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 49px;
	width: 230px;
}
#registernow a:hover {
	background: black url('../images/home-sprites.png') no-repeat 0px -150px;
}

/* --- INTERIOR --- */
#interior {
	background: white url('../images/background.gif') no-repeat left top;
	overflow: hidden;
	padding: 15px 44px 10px 20px;
}
#interior h1 {
	float: left;
	font-size: 60px;
	margin-right: 30px;
	text-align: center;
	width: 150px;
}
#interior h3 {
	font-size: 18px;
	margin-top: 40px;
}
#interior h3:first-child {
	margin-top: 0;
}
#interior .first {
	margin-top: 0;
}
#content {
	float: left;
	font-size: 14px;
	line-height: 2em;
	width: 490px;
}
#sidebar {
	float: right;
	width: 200px
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar a,
#pgActivities #sidebar li,
#sideRegister {
	background-image: url('../images/inside-sprites.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	width: 200px;
}
#sideMusic {
	background-position: 0px 0px;
	padding-top: 220px;
}
#sideLodging {
	background-position: 0px -220px;
	padding-top: 162px;
}
#sideRegister {
	background-position: -232px 0;
	height: auto;
	margin-right: -30px;
	padding: 16px 0 39px;
	width: 230px;
}
#sideRegister a {
	background: url('../images/inside-sprites.jpg') no-repeat -232px -16px;
	padding-top: 43px;
}
#sideRegister a:hover {
	background-position: -200px -148px;
}
#sideSpeakers {
	background-position: 0px -382px;
	padding-top: 130px;
}
#sideActivities {
	background-position: 0px -512px;
	padding-top: 86px;
}

#sidePottery {
	background-position: -200px -191px;
	padding-top: 217px;
}
#sideBeading {
	background-position: -200px -408px;
	padding-top: 150px;
}
#sideMovies {
	background-position: -400px -148px;
	padding-top: 150px;
}
#sideBowling {
	background-position: -400px -298px;
	padding-top: 150px;
}
#sideCurling {
	background-position: -400px -448px;
	padding-top: 150px;
}

.biophoto {
	background: #ddd;
	border: 1px solid #aaa;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 20px 10px 0;
	padding: 7px;
}
.biophoto img {
	display: block;
	margin-bottom: 7px;
}
.speakerList .biophoto img {
	margin-bottom: 0;
}
.speakerList h3 {
	clear: both;
}
.speakerList p {
	margin-top: 3px;
}