@charset "utf-8";

body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #f5d7bf;

	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;

}

.oneColFixCtr #container {

	width: 800px; 

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtr #mainContent {

	position: relative;

	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



.footer 

{

	position: absolute;

	top: 908px;

	left: 21px;

    font-family: Times New Roman, Times, serif;

	font-size: 13px;

	color: #5f1f08;

	margin: 0;

	padding: 0;

}



a {text-decoration:none; color:#5f1f08}

a:hover {text-decoration:underline; color:#FF0000}

td#text_box {
	background-image: url("/images/index_upr_03.jpg");
	background-position:center;
	background-repeat:repeat-y;
	font-size: 15px;
	font-family:garamond;
	padding-left: 40px;
	padding-right: 40px;
}

td#text_box h1{
	font-size: 20px;
	font-family:garamond;
	margin-bottom: 10px;
	margin-top: 10px;
}

td#text_box h2{
	font-size: 18px;
	font-family:garamond;
	margin-top: 10px;
	margin-bottom: 1px;
}

td#text_box p{
	font-size: inherit;
	font-family: inherit;
	margin-bottom: 5px;
	margin-top: 1px;
}
