@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #382F30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 1400px;
	width: auto;
}
	
#container {
	margin: auto;
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	left: auto;
	right: auto;
}

#mainContent {
	width: 800px;
	height: 900px;
	background-color: #FFFFFF;
}

#heading {
	width: 800px;
	height: 182px;
	background-color: #EAF49F;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#greenbar {
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #006600;
}

#greenbar2 {
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #006600;
}
#buttons {
	float: left;
	height: auto;
	width: 250px;
}
#bio {
	margin-top: 50px;
}
#method {}
#contact {}
#directions {}
#practice {}

#text {
	float: right;
	width: 473px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	margin-top: 55px;
	padding-right: 45px;
}
A:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
