body {
	text-align: center;
  background-color: #3B1908;
/*---- background-color: #FDF3A6; ----*/
	margin: 0px;
	font-family: arial, "lucida console", sans-serif;
/*	font-family: "Times", Times, serif; */
	color:  #000000;
}

/* ---------- PAGE DIVISION ID'S ---------- */

#container {
	background-color: #ffffff;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ffffff;
}

#header {
	background-color: #993300;
}

#content {
	margin: 20px;
	width: 760px;
	text-align: left;	
}

#footer {
	background-color: #993300;
	height: 25px;
	width: 800px;
	font-size: .70em;
	text-align: center;
	color: #fadc98;
}

/* ---------- CONTENT FORMATTING CLASSES ---------- */

#rightContent {
	margin-left: 220px;
	border-left: 1px solid #3b1908;
	padding-left: 20px;
}

#insuranceLeftContent {
  float: left;
  width: 320px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#insuranceRightContent {
	float: right;
	width: 320px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#techniqueContent {
	margin-top: 30px;
	margin-left: 150px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#bioContent {
  margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#locContent {
  margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#leftLinks {
	text-align: left;
	float: left;
	width: 200px;
}

/* ---------- LINK COLORS AND FORMATTING ---------- */

#content a:link, #content a:visited{
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}

#content a:hover, #content a:active{
	text-decoration: none;
	color: #cf6633;
	font-weight: bold;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #fadc98;
	font-weight: bold;
}

#footer a:hover, #footer a:active{
	text-decoration: underline;
	color: #fbc64d;
	font-weight: bold;
}

#leftLinks a:link, #leftLinks a:visited{
	text-decoration: none;
	color: #993300;
	font-weight: normal;
}

#leftLinks a:hover, #leftLinks a:active{
	text-decoration: none;
	color: #cf6633;
	font-weight: normal;
}

ul#leftLinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftLinks li {
	margin: 0px 0px 10px 0px;
}

/* ---------- XHTML ELEMENTS ---------- */


h1 {
	margin: 0px 0px 20px 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #993300;
}

h2 {
	margin: 0px 0px 20px 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #993300;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size: 1.33em;
	font-weight: bold;
	color: #993300;
}

.floatLeft {
	margin: 10px 10px 10px 0px;
	float: left;
}

.mainLink {
	height: 80px;
  margin: 5px 5px 5px 5px;
	float: center;
}

.floatRight {
	margin: 10px 0px 10px 10px;
	float: right;
}

.blockLeft {
	margin: 10px 10px 10px 0px;
	display: block;
	text-align: left;
}

.blockRight {
	margin: 10px 0px 10px 10px;
	display: block;
	text-align: right;
}

.blockCenter {
	margin: 10px 0px 10px 0px;
	display: block;
	text-align: center;
}

.blockCenter img {
  padding: 0px 5px 0px 5px;
}

.blockLeft img {
  padding: 0px 5px 0px 5px;
}

.blockRight img {
  padding: 0px 5px 0px 5px;
}

