body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #352b3e;
	background-color: #352b3e;
	text-align:center;
}

#container {
	width: 750px;
	margin: auto;
	padding: 0px;
	border: 4px solid #ffffff;
	background-color: #936fb1;
	text-align:center;
}

#header {
	text-align: center;
	width: 748px;
	border: 1px solid #936fb1;
	background-color: #936fb1;
	padding-bottom: 8px;
}

#nav {
	background-color: #352b3e;
	width: 750px;
	color:#ffffff;
	font-size: 10px;
	font-weight: bold;
	display: inline;
}

#content {
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(../images/swirl.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	text-align:left;
}
.schedule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
}

#footer {
	text-align: center;
	width: 750px;
	background-color: #352b3e;
}


/* Content Styles */

#content #section2 #bar {
	position: relative;
	color: #936fb1;
	width:185px;
	float:left;
	margin-top: -9px;
	margin-left: 1px;
	font-size:11px;
}

#content #section2 #bar #services{
	position: relative;
	color: #936fb1;
	display:block;
	width:185px;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#352b3e;
	height: 259px;
}
#content #section2 #bar #services p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#content #section2 #bar #event {
	color: #936fb1;
	display:block;
	width:185px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#ffffff;
	height: 300px;
}
#content #section2 #bar #event p{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#content #section2 #bar #event a {
	color: #352b3e;
}
#content #section2 #bar #event a:hover {
	color: #936fb1;
}
#content #section {
	position:relative;
	clear:both;
}
#content .section {
	position:relative;
	clear:both;
}
#content #section2 {
	position:relative;
	clear:both;
	height: 560px;
}
#content #section #pricing {
	position: relative;
	color: #936fb1;
	display:block;
	width:350px;
	background-color:#352b3e;
	float: right;
	margin-right: 25px;
}
#content #section #pricing p{
	padding:10px;
}
#content p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#content ul {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 60px;
}
#content h1   {
	color: #352b3e;
	font-size: 20px;
	padding-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 18px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	letter-spacing: .1em;
}
#content h2   { letter-spacing: 3px; color: #ffffff; font-size: 17px; padding-bottom: 3px; padding-top: 16px; padding-left: 25px; padding-right: 25px;}
#content h3   {
	color: #352b3e;
	font-size: 20px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	letter-spacing: .1em;
}
#content h4   { color: #352b3e; font-size: 16px; padding-bottom: 3px; padding-left: 25px; padding-right: 25px;}
#content h5   { color: #ffffff; font-size: 14px; padding-bottom: 3px; padding-left: 15px; padding-right: 15px;}
#content h6   { color: #352b3e; font-size: 14px; padding-bottom: 3px; padding-left: 15px; padding-right: 15px;}

#content img {
	padding: 1px;
	border: 4px double #ffffff;
}
#content img.imgright {
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}
#content img.imgleft {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
}
#content img.noborder {
	padding: 0px;
	border: 0px;
}
#content table {
	margin-left: 25px;
	margin-right: 25px;
	background-color:#FFFFFF;
	width: 700px;
}
#content td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #936fb1;
}
#content td p{
	padding: 5px;
}
.tabletitle {
	color:#936fb1;
}
/* Footer Styles */

#footer p {
	color: #ffffff;
	font-size:9px;;
}

#footer a {
	color: #936fb1;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #352b3e;
	text-decoration: underline;
}
.small {
	color: #ffffff;
	font-size: 9px;
	font-weight:normal;
}