@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #040004;
}
.thrColFixHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #E5C475;
	background-position: top;
	background-image: url(images/background1.jpg);
} 
.thrColFixHdr #header {
	background: no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 151px;
	float: none;
	width: 800px;
} 
.thrColFixHdr #sidebar1 {
	width: 201px;
	height: 671px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
	float: left;
	clear: left;
}
.thrColFixHdr #sidebar2 {
	width: 148px; /* padding keeps the content of the div away from the edges */
	height: 412px;
	float: right;
	margin: 0px;
	padding: 0px;
	clear: left;
}
.thrColFixHdr #mainContent {
	width: 410px;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.picture {
	border: 2px solid #413213;
	padding: 5px;
	margin-right: 20px;
}

