html, body {
	margin: 0;
	padding: 0;
}
	
body {
	background-color: #f0f0f0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 100.01%;	
}

.page_heading {
	margin: 1em 0 0 0;
}

h3 {
	color: #B45DD0;
	margin-top: 2em;
}

#content {
	background-color: #fff;
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;	
	font-size: 90%;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#header {
	margin: 0 auto;
	width: 730px;
}

#header img {
	display: block;
}

#home_navbar, #navbar {
	background-color: #b45dd0;
	background-image: url(/images/navbar.jpg);
	border-bottom: 1px solid #999;
	height: 45px;
	margin: 0 10px 0 10px;	
}

#home_navitems, #navitems {
	list-style: none;
	padding: 0;
}


#home_navbar li, #navbar li {
	float: left;
}

#home_navitems {
	margin: 0 0 0 310px;
}

#navitems {
	margin: 0;
}

a#home {
	background-image: url(/images/home.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-right: 210px;
}

a#home:hover {
	background-position: top left;
}

a#about_me {
	background-image: url(/images/about_me.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#about_me_current, a#about_me:hover {
	background-image: url(/images/about_me.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

a#my_services {
	background-image: url(/images/my_services.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#my_services_current, a#my_services:hover {
	background-image: url(/images/my_services.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

a#testimonials {
	background-image: url(/images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#testimonials_current, a#testimonials:hover {
	background-image: url(/images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

a#contact_me {
	background-image: url(/images/contact_me.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#contact_me_current, a#contact_me:hover {
	background-image: url(/images/contact_me.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.navimg, .current_section {
	width: 100px;
	height: 45px;
	margin: 0;
	padding: 0;
	float: left;
}

#home_main {
	background-image: url(/images/eileen.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 15px 10px;
}

#main {
	margin: 0 0 15px 0;
}

#main_content_home {
	background-color: #ddd;
	background-image: url(/images/main_content_bg_home.jpg);
	background-repeat: repeat-y; 
	margin: 0 0 0 310px;	
	padding: 10px;
	width: 380px;
}

#main_content {
	background-color: #ddd;
	background-image: url(/images/main_content_bg.jpg);
	background-repeat: repeat-y; 
	margin: 0 0 0 200px;	
	padding: 10px;
	width: 500px;
}

#main_content_bottom_home {
	height: 19px;
	margin: 0 0 0 310px;
	width: 400px;		
}

#main_content_bottom {
	height: 19px;
	margin: 0 0 0 200px;
	width: 500px;		
}

#main_content_bottom_home img, #main_content_bottom img {
	display: block;
}

.clearer {
	clear: both;
}

#footer {
	background-image: url(/images/footer_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 85%;
	height: 47px;
	text-align: center;
	color: #666;
}

#sitedesign_info {
	width: 730px;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding-top: 9px;
}

a {
	color: #90c;
}

a:hover {
	color: #c6c;
}

ul {
	list-style-image: url(/images/bullet.gif);
}

li {
	margin-bottom: 5px;
}

blockquote {
	font-style: italic;
	margin: 0;
}

.am_quote {
	margin: 0 1em;
}

.testimony_div {
	border-top: 1px solid #999;
	margin: 0 1em 0 1em;
	padding: 0;
}

#testimony_one_div {
	margin: 0 1em 0 1em;
	padding: 15px 0 0 0;
}

.testimony_five_div {
	border-top: 1px solid #999;
	margin: 0 1em 0 1em;
	padding: 15px 0 0 0;
}

#testimony_five {
	margin-top: -1em;
}

.testimony_div_special {
	border-top: 1px solid #999;
	margin: 0 1em 0 1em;
	padding: 0;
}

#testimony_three {
	padding-top: 30px;
}

.testimony_three_div {
	border-top: 1px solid #999;
	margin: 0 1em 0 1em;
	padding: 15px 0 0 0;
}

.testimony_image {
	background-color: #fff;
	border: 1px solid #666;
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.testimony_image_five {
	margin-top: 8px;
}

.testimony_image_six {
	margin-top: 16px;
}

.testimony_summary {
	font-weight: bold;
}

#contact_details {
	margin: 0 0 0 50px;
	padding: 0;
	text-align: center;
}

#contact_details dt
{
	width: 150px;
	float: left;
	margin: 0;
	padding: 3px 0 3px 0;
	font-weight: bold;
	text-align: left;
}

/* commented backslash hack for mac-ie5 \*/
#contact_details dt {
	clear: both;
}
/* end hack */

#contact_details dd
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
}

address {
	font-style: normal;
	margin-bottom: 10px;
}

#required_field_warning {
	font-size: 90%;
	margin-top: -5px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

#contact_form {
	margin: 0 90px 0 0;
	padding-top: 10px;
	text-align: right;
}

#contact_form label, .text_input, #contact_form textarea, #contact_form select {
	vertical-align: top;
	margin-bottom: 10px;
}

#contact_form label {
	margin-right: 5px;
}

.text_input, #contact_form textarea {
	width: 210px;
}

#occasion_text {
	margin: 0;
}

#occasion {
	width: 215px;
}

#day {
	width: 45px;
}

#month {
	width: 100px;
}

#year {
	width: 60px;
}

#send {
	margin: 0 50px 0 0;
}

.error {
	color: #f00;
	font-weight: bold;
}

#home_contact {
    border-top: 1px solid #ccc;
	color: #B45DD0;
	font-size: 110%;
	margin: 0;
    padding: 10px 0 0 30px;
}

#home_contact_details {
	font-size: 85%;
	margin: 0;
	padding: 10px 10px 0 30px;
	text-align: left;
}

#home_contact_details dt
{
	width: 80px;
	float: left;
	margin: 0;
	padding: 3px 0 3px 0;
	font-weight: bold;
	text-align: left;
}

#home_contact_details dd
{
	float: left;
	width: 250px;	
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
}

address {
	font-style: normal;
}

.top {
	background-image: url(/images/back.gif);
	background-repeat: no-repeat;
	background-position: 395px 5px;
	text-align: right;
}

#date_labels {
	margin: -5px 0 5px 195px;
	text-align: left;
}

#day_label {
	float: left;
	margin: 0;
	display: block;
}


#month_label {
	float: left;
	margin: 0 0 0 13px;
	display: block;
}


#year_label {
	float: left;
	margin: 0 0 0 50px;
	display: block;
}

.section_extract {
	margin: 0 1em;
}

.small_text {
	font-size: 0.75em;
}

.map_info {
	margin: -0.5em 0 1em 0;
	font-size: 0.75em;
}

.map {
	border: 2px solid #aaa;
	clear: both;
	height: 300px;
	width: 497px;
}

.image_container_top {
	border: 1px solid #999;
	float: left;
	margin: 15px 10px 0 0;
	padding: 10px;
	background-color: #fff;
}

.image_container {
	border: 1px solid #999;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	background-color: #fff;
}

.image_container_right {
	border: 1px solid #999;
	float: right;
	margin: 0 0 0 10px;
	padding: 10px;
	background-color: #fff;
}

.image_container_top img, .image_container img, .image_container_right img  {
	display: block;
}