:focus { -moz-outline-style: none; }
img {border: 0;}
.noborder {border: 0;}
.block{display:block;}
.inline{display:inline;}
.noul {text-decoration : none;}

.footer a:link {color: White; text-decoration: none; }
.footer a:visited {color: White; text-decoration: none; }
.footer a:hover {color: #F8B881; text-decoration: none; }
.footer a:active {color: #F8B881; text-decoration: none; }
.footer a:focus {color: #F8B881; text-decoration: none; }

p {
	margin:0;
	padding: 0 0 1em 0;	
	}
	
ul {
	margin:0;
	padding: 0 0 1em 5em;	
	}
	
td {
	vertical-align: top;
}

body {
	font: 11px/14px Arial, Helvetica, sans-serif;
	background: #AB8A7D;
	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;
}
#container {
	width: 641px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#mainContent {
	padding: 0px 56px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: White;
	width: 529px;
	min-height: 360px;
}

#header {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: White;
	height: 216px;
	width: 641px;
	position: relative;
	top: 0;
}

#copyright {
	position: relative;
	margin: 0;
	padding: 4px 0 4px 0;
	height: 12px;
	width: 641px;
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#subhead {
	position: relative;
	margin: 0;
	padding: 0 56px;
	height: 32px;
	width: 529px;
	background-color: White;
}

#content_bar_thin {
	margin: 0;
	padding: 0;
	width: 529px;
	height: 6px;
	background-color: #F8B881;
}

#content_bar_thick {
	margin: 0;
	padding: 0;
	width: 529px;
	height: 12px;
	background-color: #F8B881;
}

#footer_bar_thick {
	margin: 0;
	padding: 0;
	width: 637px;
	height: 12px;
	background-color: #F8B881;
}

#footer {
	margin: 0;
	padding: 2px;
	width: 637px;
	background-color: White;
}

#footer_left{
	float: left;
	text-align: left;
	
}

#footer_right {
	float: right;
	text-align: right;
}

#home_text {
	font: italic 15px/22px Arial, Helvetica, sans-serif;
	color: #6D4D36;
	text-align: left;
}

#home_contact, .cd-text {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #6D4D36;
	text-align: left;
	
}

#home_contact a, .cd-text a{
	color: #3F271F;
}

.cd-text a {
	text-decoration: none;
}

.border_brown {
	border: 2px solid #6F4231;
}

.border_black {
	border: 2px solid Black;
}

.description_title {
	line-height: 28px;
}