@charset "utf-8";

body
{
	padding: 0;
	margin: 0;
	height: 100%;
	background: #052814 url('images/body_bg.jpg') repeat-y top center;;
	text-align: center;
}

#page
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	border: 1px solid #989670;
	margin: 12px auto;
	color: #630;
	width: 850px;
	background: #AEAB8C url('images/page_bg.jpg') repeat-x -60px 0;
}

#page a
{
	color: #BD3B00;
	text-decoration: underline;
}

#page .header
{
	text-align: center;
}

#page .header h1
{
	display: block;
	height: 29px;
	width: 337px;
	margin: 13px auto 0 auto;
	background-image: url('images/marcias_place.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page .header h1 span
{
	display: none;
}

#page .header h2
{
	display: block;
	height: 32px;
	width: 242px;
	padding: 0;
	margin: 14px auto 0 auto;
	background-image: url('images/a_space_for_you.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page .header h2 span
{
	display: none;
}

#page .main
{
	vertical-align: top;
	height: 830px;
	text-align: left;
}

#page .sideMenu
{
	background: #BBAB8A url('images/menu_bg.jpg') repeat-y top center;
	border: 1px solid #82665B;
	margin:  25px 15px 4px 15px;
	padding: 0;
	display: block;
	width: 130px;
	float: left;
	list-style-type: none;
	list-style: none;
	text-align: center;
}

#page .sideMenu li
{
	padding: 0;
	margin: 0;
}

#page .sideMenu a
{
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

#page .sideMenu li a.bio
{
	height: 110px;
}

#page .sideMenu a:hover
{
	background-color: #ECD8B5;
}

#page .sideMenu a span
{
	display: none;
}

#page .sideMenu a.home { background-image: url('images/button_home.gif') }
#page .sideMenu a.homeAThome { background-color: #DCC8A5; }

#page .sideMenu a.bio { background-image: url('images/button_bio.gif') }
#page .sideMenu a.bioATbio { background-color: #DCC8A5; }

#page .sideMenu a.services { background-image: url('images/button_services.gif') }
#page .sideMenu a.servicesATservices { background-color: #DCC8A5; }

#page .sideMenu a.testimonials { background-image: url('images/button_testimonials.gif') }
#page .sideMenu a.testimonialsATtestimonials { background-color: #DCC8A5; }

#page .sideMenu a.blog { background-image: url('images/button_blog.gif') }
#page .sideMenu a.blogATblog { background-color: #DCC8A5; }

#page .sideMenu a.contact { background-image: url('images/button_contact.gif') }
#page .sideMenu a.contactATcontact { background-color: #DCC8A5; }

#page .sideMenu a.events { background-image: url('images/button_events.gif') }
#page .sideMenu a.eventsATevents { background-color: #DCC8A5; }

#page .main h3.title
{
	float: left;
	margin: 35px 0 22px 0;
	padding: 0;
	width: 670px;
	display: block;
	height: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#page .main h3.title span 
{
	display: none;
}

#page .main h3.bioTitle { background-image: url('images/title_bio.gif') }
#page .main h3.servicesTitle { background-image: url('images/title_services.gif') }
#page .main h3.contactTitle { background-image: url('images/title_contact.gif') }
#page .main h3.testimonialsTitle { background-image: url('images/title_testimonials.gif') }
#page .main h3.blogTitle { background-image: url('images/title_blog.gif') }
#page .main h3.eventsTitle { background-image: url('images/title_events.gif') }

#page .main p
{
	margin: 0;
	padding: 10px 15px;
}

#page .bioSection
{
	line-height: 1.4;
	text-align: justify;
   padding: 0 40px;
}

#page .footer
{
	background: #030 url('images/footer_bg.jpg') repeat-x 0 0;
	color: #FFFFCA;
	text-align: center;
	font-size: 12px;
	height: 60px;
}

#page .footer p
{
	display: block;
	margin: 0;
	padding: 44px 0 0 0;
}

.separator
{
	font-size: 32px;
	text-align: center;
	margin: 18px;
}

.testimonial .sig
{
	display: block;
	margin-top: 5px;
	font-style: italic;
}
.address
{
	float: left;
	display: block;
	margin: 20px 0 0 60px;
	font-size: 20px;
}

.address dt
{
	font-weight: bold;
	float: left;
	clear: left;
	margin-left: 50px;
	margin-top: 15px;
}

.address dd
{
	margin-top: 15px;
	margin-left: 150px;
}

.eventPage
{
	float: left;
	width: 600px;
}

.eventPage .eventInfo
{
	margin-bottom: 25px;
}

.eventPage .eventDate
{
	margin: 0 0 0 0;
	padding: 0;
}

.eventPage .eventTitle
{
	margin: 0 0 0 0;
	padding: 0;
   font-style: italic;
   font-weight: normal;
   font-size: 18px;
}

.eventPage .eventWriteup
{
	display: block;
	padding: 0;
	margin: 0;
}

