@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: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#menu {
	background-image: url(images/menu.jpg);
	height: 45px;
}
.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E4CCA0;
} 
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	height: 314px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
} 
.thrColFixHdr #mainContent {
	width: 890px;
	background-color: #E4CCA0;
	background-image: url(images/content_05.jpg);
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-left: 60px;
	height: auto;
	color: #2A0F03;
	float: right;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	height: 57px;
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
	clear: both;
} 

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #290F03;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.photo {
	border: 2px groove #290F03;
	padding: 5px;
	margin: 5px;
}
h2 {
}
.caption {
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
}



h2 {
	font-size: 13px;
	font-weight: bold;
	color: #290F03;
	font-style: normal;
	font-weight: bold;
}
