body{
	background: #FFFAD5;
	font-family: verdana, Tahoma, Arial, sans-serif ;
	font-size: 18px ;
	overflow: auto ; 
}

#wrapper{
	margin: 0 auto;
	max-width: 1020px ; 
	width: 98% ;
	background: #FFFAD5 ; /*Background Color of Main Body Box*/
	border: 1px solid #878e63; /*Dark Green Color*/
	border-radius: 2px; 
	box-shadow: 0 0 10px rgba(12,3,25,0.8) ;

}

#callout{ 
	width: 100% ; 
	height: auto ; 
	background: #5c2d2a ; 
	overflow: auto ; 
}

#callout p{ 
	text-align: right ; 
	color:#f1f0d1 ;
	font-size: 13px; 
	padding: 0.1% 5% 0 0 ;
}

#callout p a{ 
	color: #f1f0d1 ; 
	text-decoration: none; 

}

h1, h2, h3{
	text-align: center ; 
	padding-left: 5% ;
	color: #878e63; 
}

p{
	padding: 0% ; 
	color: #6c2d2a;
}

img{ 
	text-align: center ;
	max-width: 100% ;
	width: auto;
	height: auto ;
}

header{ 
	widht: 96% ;
	min-height: 40px ;
	padding: 1px; 
	text-align: center;
}

nav ul{ 
	list-style: none; 
	margin: 0 ;
	padding-left: 8%;
	 
}

nav ul li{
	float: left ;
	border: 1px solid #2B2223 ;
	width: 18% ;

}
 nav ul li a{
 	background: #ebcc90 ; 
 	display: block; 
 	padding: 5% 5% 5% 5% ; 
 	font-weight: bold ; 
 	font-size: 16px ;
 	color: #72312A ;
 	text-decoration: none; 
 	text-align: center; 
 }

 nav ul li a:hover, nav ul li.active a{
 	background-color: #72312A;
 	color: #f1f0d1 ;

 }
 .banner img{ 
 	width: 100%;
 	border-top: 1px #878e63 ; 
 	border-bottom: 1px #878e63 ; 
 }
 .clearfix{ 
	clear: both ;
}

 .left-col{ 
 	width: 95% ; 
 	float: left ;
 	margin: -2% 1% 1% 1%;
	text-align: center ;
 }
.sidebar{
	width: 100% ; 
	float: left ; 
	margin: -2%  1% 1% 1%;
	text-align: center ;
}
.therapy{
	float: left ;
	margin: 0 auto ;
	width: 90% ;
	height: auto ; 
	padding: 1% ;
	
}

.sectionthread{ 
	width: 96%;
	float: left;
	margin: 2% 2%; 
	text-align: center; 
}

.section{ 
	width: 29%;
	float: left;
	margin: 2% 2%; 
	text-align: center;
}

.section h3 a{ 
	text-decoration: none; 
	color: #72312A ;
}

footer{
	background-color: #5c2d2a ;
	width: 100% ;
	overflow: hidden ; 
}

footer p, footer h3{
	color: #f1f0d1; 

}
footer p a{
	color: #f1f0d1; 
	text-decoration: none;  
}

ul{
	list-style-type: none ; 
	margin: 0 ; 
	padding: 0 ;
}

li{
	display: inline; 
}

ul li img{
	height: 50px;
}
#callout a{
	text-decoration: none ;
}

/*Media Queries*/
@media screen and (max-width: 478px){
	body{
		font-size: 13px; 
	}
}

@media screen and (max-width: 740px){
	nav{
		width: 100% ; 
		margin-bottom: 10px ;
	}
	nav ul{
		list-style: none ;
		margin: 0 auto ;
		padding-left: 0 ;
	}
	nav ul li{
		text-align: center; 
		margin-left: 0 auto ;
		width: 100% ;
		border-top: 1px solid #878e63 ; 
		border-right: 0px solid #878e63 ; 
		border-bottom: 1px solid #878e63 ; 
		border-left: 0px solid #878e63 ; 
	}
	nav ul li a{ 
		padding: 8px 0;
		font-size: 16px ;
	}
	.left-col{
		width: 95% ; 
	}
	.sidebar{
		width: 100% ; 
	}
	.section{
		width: 100% ; 
		float: left ;
		margin: 0;
	}
}