
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1.4em;
	background: #404040;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}

h1 {
	color: #422;
	font-size: 3.5em;
	line-height: 1em;
	margin: 0 0 0.1em;
}
h2 {
	color: #333;
	text-decoration: underline;
	font-size: 2.4em;
	line-height: 1em;
	margin: 1em 0 0.2em;
}
h3 {
	color: #353;
	font-size: 1.8em;
	line-height: 1em;
	margin: 1em 0 0.1em;
}

h2 + h3 {
	margin-top: 0.5em;
}

p, ol, ul, address {
	font-size: 1.3em;
	margin: 0 0 1em;
}

ul {
	list-style: circle;
	margin-left: 1.5em;
}

address {
	font-style: normal;
}

div.clear {
	clear: both;
	overflow: hidden;
}

a {
	color: #337;
	text-decoration: none;
}
a:hover {
	color: #99F;
}
a:active {
	color: #006;
}

strong.phone {
	font-size: 1.3em;
}

a.email {
	font-size: 1.3em;
}

a.online-scheduling {
    background: #DFD;
    border: 4px outset #363;
    display: block;
    font-size: 22px;
    margin-top: 26px;
    padding: 13px 0;
    text-align: center;
    width: 210px;
}
a.online-scheduling:hover {
    color: #333;
    background: #BDB;
}
a.online-scheduling:active {
    color: #FFF;
    background: #9B9;
    border-style: inset;
}

div#wrapper {
	width: 880px;
	margin: 25px auto 0;
	background: #FFF;
	border: 10px outset #113;
}
	div#wrapper div#header {
		background: #F0D6D6;
		border-bottom: 6px solid #432626;
		padding: 30px 40px 12px;
	}
		div#header h2 {
			font-size: 1.2em;
			font-style: italic;
			font-weight: normal;
			text-decoration: none;
			margin-top: 0;
		}
		
	div#wrapper div#content {
		
	}
		div#content div.colA {
			float: left;
			width: 50%;
			padding: 0 0 15px 40px;
		}
		div#content div.colB {
			background: #EFE;
			float: right;
			width: 35%;
			min-height: 475px;
			padding: 0 40px 15px 22px;
			border-left: 16px solid #6F866F;
		}
