body {
	margin:0px;
	background:#e9e2d7;
	color:#555;
	overflow:scroll;  /*  Show scrollbar on short pages (FireFox hack)  */
}
#container {  /*  Every page has a container w/ a class specific to that page (see below)  */
	width:780px;
	height:auto;
	margin:0px;
	border: 1px solid #9b7569;
}
#containershadow {  /*  This div surrounds the container div and gives it the shadow  */
	background-image:url(../images/bg_gradient_sides.gif);
	background-repeat:repeat-y;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 11px 10px 9px;
}
#containershadowbottom {  /*  This is the bottom image of the shadow (just an image, not a div)  */
	margin:0px 0px -10px -10px;
}
p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	padding:0px 25px 0px 25px;
}
#quote {  /*  Testimonials  */
	background-image:url(../images/quotes.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
}
#quote2 {  /*  Testimonials  */
	width:400px;
	background-image:url(../images/quotes2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#quote3 {  /*  Testimonials  */
	background-image:url(../images/quotes3.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
	background-position:top right;
}
#quote4 {  /*  Testimonials  */
	background-image:url(../images/quotes4.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
}
#quote span, #quote2 span, #quote3 span {  /*  Testimonials  */
	font-style:italic;
}
#home_intro {
	width:580px; 
	padding-bottom:170px;
	font-weight:bold;
}
#home_bbb {
	 text-align:right;
	 font-style:italic;
	 width:400px;
	 margin-left:auto;
	 margin-right:auto;
}
#home_bbb img {
	padding:0 5px 0 15px;
	border:0;
}

.content_contact, .content_experience, .content_home, .content_about, .content_testimonials, .content_referrals {
	background:#FFF;
	background-repeat:no-repeat;
}
.content_contact {
	background-image:url(../images/bg_contact.jpg);
}
.content_experience {
	/*background-image:url(../images/bg_experience.jpg); */
	background-image:url(../images/bg_nothing.jpg); 
}
.content_home  {
	background-image:url(../images/bg_testimonials.jpg); 
}
.content_about {
	background-image:url(../images/allan_outside.jpg);
}
.content_testimonials {
	background-image:url(../images/bg_testimonials2.jpg);
}
.content_referrals {
	background-image:url(../images/bg_references.jpg);
}
#bodylist {
	float:left;
	margin:-10px 0 20px 0;
}

#bodylist ul {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	padding:0px 25px 0px 60px;
	margin:-15px 0 0 0;
	float:left;
}

#contacttitle {  /*  Contact page  */
	font-size:19px;
	color:#9b7569;
	font-weight:bold;
	line-height:1em;
}

a:link, a:visited, a:active { color: #ed1f24; text-decoration: underline }
a:hover { color: #9b7569; text-decoration: none }

#map {  /*  Contact page right side  */
	width:350px;
	height:250px;
	float:right;
	margin:-50px 30px 20px 20px;
	border: 1px solid #9b7569;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

/*.quote {
	margin-left:20px;
	text-indent:-20px;
	font-style:italic;
}*/

/*.q {    quotationmarks  
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;*/
	/*font-style:italic;
	font-style:oblique;
}*/

h1 {  /*  Main section titles  */
	font-size:22px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 25px;
	margin:0px;
	color:#765;
}
h2 {  /*  Main section description  */
	font-size:16px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#9b7569;
	padding:0 0 0 25px;
	margin:0 0 25px 0;
}
h3 {  /*  Body titles  */
	font-size:20px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	padding:25px;
	color:#9b7569;
}
/*#highlight {
	color:#9b7569;
	font-weight:700;
}*/
hr {
	color:#9b7569;
	background-color:#9b7569;
	height:1px;
	border:0;
	width:730px;
	clear:both;
}
#header {
	width:780px;
	height:90px;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;  /*  IE6  */
}
#header_logo {
	float:left;
	position:absolute;
}

#footer {
	text-align:center;
	font-size:11px;
	/*clear:both;*/
}

#bodycopywithimage {
	width:380px;
	/*margin-top:25px;*/
}
#bodycopywithfloat {  /*  Contact page left side  */
	float:left;
	width:365px;
	margin-top:-15px;  /*  Accomodate for the additional margin of having both a p and a div  */
	/*padding:0px;
	margin:0px;
	clear:left;
	position:absolute;*/
}
#bigitalic, #pricing {  /*  Pricing  */
	font-style:italic;
	font-size:16px;
	font-weight:bold;
}
#pricing {  /*  Pricing  */
	float:right;
}
#pricing_text {  /*  Pricing w/ text ("With booked reception")  */
	float:right;
	text-align:right;
}
#pricingincludes {  /*  Pricing  */
	width:220px;
	margin:-10px 0 0 20px;
	float:left;
	margin-bottom:-40px;  /*  Brings up the "pricing small print".  Had to do it this way for IE6.  Works!  */
}
#pricingincludes p {  /*  Pricing  */
	margin: 15px 0 0 0;
}
#pricingincludes ul {  /*  Pricing  */
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	padding:0px 25px 0px 40px;
	margin:0;
}
.smallitalic, #pricingsmallprint {
	font-style:italic;
	font-size:12px;
}
#box {  /*  Pricing  */
	background-image:url(../images/box_bg.gif);
	background-repeat:repeat-y;
	width:225px;
	margin:0 0 20px 20px;
	float:left;
}
#box p {  /*  Pricing  */
	margin: 0px 0 0 0;
}
#box ul {  /*  Pricing  */
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	padding:0px 25px 0px 40px;
	margin:0;
}

#box2 {  /*  Pricing  */
	background-image:url(../images/box_bg.gif);
	background-repeat:repeat-y;
	width:225px;
	margin:0 0 20px 20px;
	float:left;
}
#box2 p {  /*  Pricing  */
	margin: 0px 0 0 0;
	text-align:center;
}
#box2 h3 {  /*  Pricing  */
	margin: 0px;
	text-align:center;
	display:block;
	padding:0px;
}
#imgleft {  /*  Testimonials  */
	padding:0 20px 10px 0;
}
#imgright {  /*  Experience  */
	padding:0 0 10px 20px;
	border:0;
}



