body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
a {
	color:#502721;
	font-weight: bold;
}
img {
	margin: 5px;
}
br {
	line-height:0px;
}
.input, textarea, body, select {
	font:normal 12px Arial;
	line-height:14px;
	letter-spacing:normal;
	color:#333;
}
font {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#7c9d4f
}
font b {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#7c9d4f
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #502721;
	text-decoration: underline;
	line-height: 26px;
	margin-left: 10px;
}
h2 {
	font-size: 21px;
	color: #502721;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	color: #502721;
	font-weight: bold;
	padding-top: 15px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #502721;
	line-height: 14pt;
}
h5 {
	color: #502721;
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-size: 21px;
	color: #333333;
	line-height: normal;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
/*••••••••••••••CONTENT•••••••••••••*/
ul {
	list-style: none;

}
li {
	line-height:14px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 16px;
	background-image: url(images/li.gif);
}
.thrColFixHdr #header {
	height: 137px;
	background-image: url(images/header_menu/header.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #866340;
	border-left-color: #866340;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #866340;
	padding: 0px;
}

.thrColFixHdr #menu {
	height: 26px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #866340;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #866340;
}
.thrColFixHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7a7a7a;
	border-bottom-color: #502721;
	border-left-color: #502721;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 10px;
	background-color: #f0e2c8;
	margin-left: 5px;
	height: 900px;
}
.thrColFixHdr #address {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/address.gif);
}


.thrColFixHdr #top {
	padding-top: 1px;
}
.thrColFixHdr #mainContent {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 6px;
	margin-left: 230px;
	padding-top: 1px;
}
.thrColFixHdr #row1 {
}
.thrColFixHdr #row2 {
}
.thrColFixHdr #row3 {
}
.thrColFixHdr #row4 {
}


.thrColFixHdr #footer {
	padding: 0;
	text-align: center;
	color: #502721;
}
.thrColFixHdr #menu img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #address img {
	margin: 0px;
}

.thrColFixHdr #mainContent img {
	border: 1px solid #866340;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
}

.thrColFixHdr #container #mainContent #top img {
	margin-right: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent .mainbody {
}
.thrColFixHdr #container #mainContent #row1 img {
	margin-right: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent #row2 img {
	margin-right: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent #row3 img {
	margin-right: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent #row4 img {
	margin-right: 0px;
	margin-left: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 185px;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 90px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 185px;
	padding-right: 10px;
	padding-top: 1px;
	padding-left: 15px;
}

.middle {
	margin-left: 210px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footergrey {
	color: #866340;
	font-size: 9px;
}
.nonboxedimage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thrColFixHdr #line {
	height: 20px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #866340;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #866340;
}
.thrColFixHdr #menu img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #line img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent .nonboxedimage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
