body {
	background-color: #99CCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 175%;
	color: #444444;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img {
	border:0px;
}

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

a:hover {
	color: #666600;
}

#background {
	
}

#header {
	display:block;
	width:800px;
	margin:auto;
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:120px;
}

#menu {
	display:block;
	width:700px;
	height:62px;
	padding-top:65px;
	margin:auto;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#menu a {
	font-size: 17px;
	text-decoration: none;	
	padding-left:18px;
	padding-right:18px;
}

#menu a:hover {
	text-decoration: underline;	
	color:#669933;
}

#menu .selected {
	color:#669933;
}




#content {
	background-image: url(images/bg_middle.png);
	background-repeat: repeat-y;
	background-position: center 100px;	
}

#middle {
	display:block;
	width:626px;
	margin:auto;
	padding-bottom:25px;
}

.clear {
	clear:both;	
}

h1 {
	margin-top:0px;
	font-size: 42px;
	font-weight: normal;
	color: #663300;
}

h2 {
	font-weight: normal;
	color: #669933;
	font-size: 24px;
}

#footer {
	display:block;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;	
	height:100px;
}

#footer div {
	display:block;
	padding-top: 30px;
	width:650px;
	font-size: 11px;
	color: #333333;
	margin:auto;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;	
	display:block;
	margin-bottom:10px;
}

.shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;	
	display:block;
}

.testimonial {
	display:block;
	padding-top:25px;
	font-size: 18px;
	color: #6C7148;
}

.name {
	display:block;
	font-size: 12px;
	color: #999999;
	padding-left:20px;
}

.box {
	display:block;
	float:left;
	width:124px;
}



