html {height: 100%;}
body
{
	height: 100%;
	background-image: url('images/background2.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #3a3c37;
	margin: 0px;

	font-size: 10pt;
	font-family: Arial;
	color: #3a3c37;
}

div#main
{
	height: 100%;
	width: 100%;
	background-image: url('images/background1.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

div#content
{
	height: 100%;
	width: 890px;
	margin: 0px auto;
}

div#footer
{
	text-align: center;
}

h1
{
	margin-top: 0px;
	font-size: 14px;
}

h2
{
	margin: 0px;
	font-size: 14px;
}

a
{
	color: #3A3C37;
}

hr
{
	background-color:#E9D1D5;
	border:0 none;
	height:1px;
	margin:20px 0;
	padding:0;
	width:100%;
}


ul#navigation
{
	font-family:arial,Arial;
	font-size:1.25em;
	list-style:none outside none;
	margin:0;
	padding:0;
}

ul#navigation li
{
}

ul#navigation_horiz
{
	font-family:arial,Arial;
	font-size:1.25em;
	list-style:none outside none;
	padding:0;
	margin-left:20px;
}

ul#navigation_horiz li
{
	display: inline;
	padding:15px 10 10px 0px;
}

