body {

	margin: 0px;

	padding-bottom: 20px;

	text-align: center;

	background-color: #e3e3d5;

	font-family: Arial, Helvetica, Verdana, sans-serif !important;

	/* Create a consistent base font size across browsers. */

	font-size: 70.7% !important;	/* For other elements, the font-size calculation is: */	/*        (#px / 11.2666666665) = #em; round it up.  */

}


body > * { /* IE6-only filter */

	text-align: left;

}



div#header {

	position: relative;

	width: 800px;

	height: 96px;

	top: 0px;

	left: 0px;

	background-image: url(images/header2.gif);

	z-index: 1;

}



div#menu {

	position: absolute;

	width: 615px;

	height: 28px;

	left: 185px;

	top: 97px;

	z-index: 20;

	text-align: right;

}



div#select {

	position: relative;

	width: 185px;

	left: 8px;

	top: 0;

	z-index: 3;

	text-align: left;
	
	float: left; 

}



div#container {

	clear: both;
	
	overflow: hidden;

	margin: 0px auto;

  height: auto; 

  width: 800px;
		
	position: relative;

	background-image: url(images/body.gif);

	background-position: center top;

	background-repeat: repeat-y;

}



div#footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-align: right;

	padding-right: 30px;

	padding-top: 15px;

	clear: both;

	margin: 0px auto;

	height: 80px;

	width: 800px;

	position: relative;

	background-image: url(images/footer.gif);

	background-position: center top;

	background-repeat: no-repeat;

}
hr {

border: 0;

color: #f1f1e7;

background-color: #f1f1e7;

height: 5px;

position: relative;

top: -11px;

overflow: hidden;

z-index: -1;

}

h3 {

font-size: 18px; 

font-family: verdana, sans-serif; 

z-index: 21;

}




