@charset "utf-8";
body  {
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* 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: #000000;
	height: auto;
}
.thrColFixHdr #container {
	width: 880px;
	text-align: left;
	margin-top: 153;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: 1px solid #F5DCBE;
} 
.thrColFixHdr #header {
	height: 156px;
	width: 880px;
	float: none;
	background-repeat: no-repeat;
	background-image: url(images/Header.jpg);
} 
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #67270C;
}



.thrColFixHdr #footer {
	padding: 5 10px 0 20px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	width: 800px;
	clear: both;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
} 
#mainContent {
	width: 855px;
	margin: 0px;
	padding: 25px 0px 0px 25px;
	float: none;
	background-image: url(images/background_03.jpg);
}

#top_menu {
	background-repeat: no-repeat;
	height: 36px;
	width: 880px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	background-image: url(images/menu-bar_02.jpg);
	float: none;
	clear: none;
	color: #553421;
}
a:visited {
	color: #67270C;
}

.picture {
	padding: 10px;
	border: 1px solid #672C0E;
	margin: 3px;
}
a:link {
	color: #67270C;
	text-decoration: underline;
}
a:hover {
	color: #996600;
}
