html
	{
	margin: 0; 
	padding: 0; 
	height: 103%
	}

body, td
	{

	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFF7DF;
	text-align: left;
	}

body 
	{ 
	margin: 0; 
	padding: 0; 
	background-color: #5d1502;
	} 


div
	{
	margin: 0px;
	padding: 0px;
	}

img
	{
	border: 0;
	}



h1
	{
	font-size: 14px;
	}


a, a:link, a:visited, a:active
	{
	text-decoration: none;
	color: #bdac79;	
	}

a:hover
	{
	text-decoration: none;
	color: #906c00;
	}


ul
	{
	margin-left: -22px;
	}



#pagediv
	{
	min-width: 1000px;
	width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
	}

#header
	{
	height: 100px;
	background-image: url('art/header_back.jpg');
	background-repeat: repeat-x;
	background-position: top left;	
	text-align: left;

	}


#logo
	{
	margin: 5px 10px 5px 20px;
	width: 350px;
	}

#info_div
	{
	float: right;
	width: 350px;
	padding: 0px 10px 10px 10px;
	text-align: center;
	font-size: 8px;
	color: #bdac79;
	}

#info_div h1
	{
	font-size: 12px;
	margin: 3px;
	}

#info_div h2
	{
	font-size: 10px;
	margin: 3px;
	}


#info_div a, #info_div a:link, #info_div a:visited, #info_div a:active
	{
	color: #906c00;	
	}

#info_div a:hover
	{
	color: #cfa014;
	}




#menu
	{
	clear: both;
	text-align: left;
	height: 22px;
	background-image: url('art/menu_back.jpg');
	background-repeat: repeat-x;
	background-position: top left;	
	font-size: 14px;
	}

#menu a, #menu a:link, #menu a:visited, #menu a:active
	{
	padding-left: 26px;
	color: #bdac79;	
	}

#menu a:hover
	{
	color: #906c00;
	}






#content_wrapper
	{
	clear: both;
	background-image: url('art/main_back.jpg');
	background-repeat: repeat-x;
	background-position: top left;	
	margin: 0;
	padding: 0;
	}



#main_content
	{
	min-height: 425px;
	background-image: url('art/leaves.png');
	background-repeat: no-repeat;
	background-position: bottom left;	
	padding: 10px 20px 10px 40px;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #813107;
	}





#right_column
	{
	width: 600px;
	min-height: 425px;
	float: right;
	margin: 10px 10px 10px 10px;
	}
	

#text2
	{
	margin: -50px 0 0 20px;
	width: 600px;
	font-size: 18px;
	font-style: italic;
	}


#bottom_menu
	{
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	height: 30px;
	}


#footer
	{
	position:relative;
	top: -10px;
	clear: both;
	margin: 0 0 0px 0;
	padding: 8px 0 0px 0;
	height: 60px;
	background-image: url('art/header1_back.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	}

.footer
	{
	font-size: 9.5px;
	text-align: center;
	}


.footer a:link, .footer a:visited
	{
	text-decoration: none;
	}

.footer a:hover
	{
	text-decoration: none;
	}














