/*
Theme Name: SimplyHealing
Theme URI: simplyhealing.com 
Description: Theme for simplyhealing.com
Author: Noah Eltzroth
Author URI: noaheltzroth.com
Version: 0.1

For use only on simplyhealing.com.
*/

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(images/background3.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #97B4DE;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	border: 4px solid #62A959;
	background-color: #FFF;
}
#header img{
	display: block;
	float: left;
	clear: left;
	
}
#nav{
	background-color: #729832;
	height: 185px;
	padding-top: 65px;
}
#nav li{
	list-style: none;
	text-indent: 7px;
	margin-bottom: 3px;
}
#nav li a{
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;

}
#body{
	border-top: 2px solid #62A959;
	padding: 10px;
}
#footer{
	background-color: #729832;
	padding: 3px 0px;
	text-align: center;
	font-size: 9px;
	clear: both;
}

#body ul{
	margin-left: 20px;
}
#body ol{
	margin-right: 20px;
}

img{
	border: 0px;
}


