@charset "UTF-8";
/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:11px;
	color:#4d2f02;
	line-height:17px;
}

td {
	font-family:arial,sans-serif;
	font-size:12px;
	line-height:17px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#ffffff;
	background: url("images/sitebg.jpg") 100% 0px repeat-x;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


div#header {
	padding:0em;
	border-bottom:0px double gray;	
	
}


div#content {
	padding:0em 0em 25em; /* bottom padding for footer */

	background-repeat: no-repeat;
	background-position: top center; 
}
	

div#footer {
	position:absolute;
	height:237px;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ffffff url("images/footerbg.jpg") 0px repeat-x;
	border-top:0px double gray;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F0505;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C1A00;
}
a:hover {
	text-decoration: underline;
	color: #2C1A00;
}
a:active {
	text-decoration: none;
	color: #8F0505;
}