@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
html {
	height:100%;
}
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	color:#000000;
	margin: 0 0 0 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 */
	height:100%;
	background-image:url(i/tbg.png);
	background-repeat: repeat;
}

#gbg {
height:100%;
width:100%;
background-image:url(i/bg.png);
	background-repeat: repeat-x;
}
#container {
	width: 46em;  
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	min-height:100%;
	background-color:#FFFFFF;
	background-image:url(i/cbg.png);
	background-repeat:repeat-x;
	
}

#header { 
	padding: 0 10px 0 10px;
	text-align:center;
} 
#header h1 {
	margin: 0; 
	padding: 30px 0 0 0; 
}
#mainContent {
	padding: 0 40px 0 40px;;
	font-size:12px;
	line-height:18px;
	}

#mainContent h1 {
	font: Helvetica, Arial, sans-serif;
	font-size:large;
	color: #FFFF00;
	background-color:#E2E2E2;
	background-image:url(i/cbg.png);
	background-repeat:repeat-x;
	padding: 10px;
	border:1px solid #000000;
	letter-spacing:-1px;
}
#footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Helvetica, Arial, sans-serif;
	font-size:9px;
	} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	}
img {
border:none;
}
a:link {
	color: #626045;
}
a:visited {
	color: #626045;
}
a:hover {
	color: #000000;
}
a:active {
	color: #626045;
}
-->
</style>