#outer { 
	top:2px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	background-color: #FFF;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 5px 5px 5px 5px;
	margin-bottom:10px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #999;
}
#mainmenu{
	float: right;
	text-align:left; 
	position:relative;	
	width: 740px;
	padding: 5px;
}
#textmain {
top:300px;
margin-right:60px;
}
#clearall {
	clear: both;
}
#footer {
	width: 960px;
	height: 300px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	bottom:5px;
}
#footer #innerfooter {
	width: 300px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#contact #contact_form {
	width: 460px;
	position:relative;
	left: 50px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #694A34;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #694A34;
}

#navigation a:link {
	color: #000;
	text-decoration: none;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation a:visited {
	color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
#navigation a:hover {
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-shadow: 0 0 .9em white;	
}
#navigation a:active {
	color:#a5561d;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-shadow: 0 0 .1em #FF0;
}
a {
	text-decoration:none;
	color: #A5561D;
}
#navigation {
	float:left;
	width:320px;	
	margin: 0 10px 0 10px;	
}
#navigation img {
	z-index:1;
}

#menutitles {
	position:relative;
	list-style:none;
	left:80px;
	font-size:larger;
}
#menuextra {
	position:relative;
	top:25px;
	text-align:center;
}
#menucontact {
	position:relative;
	top:40px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-style:italic;
	font-size:large;
	color:#A5561D;
}
#menuback {
	position:absolute;
	left:60px;
	top:2px;
	z-index:0;
	width:199px;
	background:#cc9966;
	height:360px;
	border-radius: 40px 20px 40px 20px;
}
#menubackshadow {
	background:#000;
	height:120px;
	
}
#Karen_photo {
	position:relative;
	left:-10px;
	top:15px;
	box-shadow:7px 7px 5px 2px #EEDFCC;
}
#Karen_last {
	position:absolute;
	left:330px;
	width:320px;
}
#caption {
	position:relative; 
	top:5px; 
	margin-right:220px;
	width:696;
	height:52;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-style:italic;
	font-size:x-large;
	color:#A5561D;
}
// testimonial
#testimony {
  	width: 850px;
	margin-left: auto ;
    margin-right: auto ;
  	padding: 10px 0;
  	background: url(img/bg.gif) no-repeat top left;
  	}
#testimony dl {
  	width: 560px;
  	margin: 10px 20px;
  	padding: 0;
  	}
#testimony dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	width:560;
	height: 0; 
    clear: both; 
    visibility: hidden;
    }
#testimony dt {
  	float: right;
  	width: 560px;
  	margin: 0;
  	padding: 0;
  	font-size: 150%;
  	letter-spacing: 1px;
  	color: #191970;
  	}
#testimony dd {
	width: 560px;
  	margin: 0 0 0 98px;
  	padding: 0;
  	line-height: 1.5em;
  	}
#testimony dl dd.img {
   	margin: 0;
   	}
#testimony dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}
#testimony .alt dt {
  	float: left;
  	}
#testimony .alt dd {
  	margin: 0 0px 0 0px;
  	} 
#testimony .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
p.com {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
}
#list {
	list-style:none;	
}
#item {
	float:left;	
	margin:0 1px 0 0;
	padding: 4px 8px;
}
#item a {
	text-decoration:none;
}
blockquote.style1{
	font-style:italic;
	  font-size:large;
	  font:new "Times New Roman", Times, serif;
  padding: 8px;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url("images/openquote.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-color:rgba(139,136,120, .3);
  text-indent: 23px;
}
  blockquote.style1 span {
     display: block;
     background-image: url("images/quote.png");
     background-repeat: no-repeat;
     background-position: bottom right;
	 
}
  blockquote.style1 span p{
	   width: 500px; 
}
