* {
 padding: 0;
 margin: 0;
}

body		{
	scrollbar-base-color: #F2DEA9;
	color: #000000;
}

a:link			{ color: #7D7551; text-decoration: none }
a:visited		{ color: #7D7551; text-decoration: none }
a:hover			{ color: #ffffff; text-decoration: none }
a:active		{ color: #ffffff; text-decoration: none }

a.footer:link		{ color: #A56153; text-decoration: none }
a.footer:visited	{ color: #A56153; text-decoration: none }
a.footer:hover		{ color: #ffffff; text-decoration: none }
a.footer:active		{ color: #ffffff; text-decoration: none }


H1	{font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;font-style: normal;	font-weight: bold;
	line-height: 130%;
	}

H2	{font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;font-style: italic;	font-weight: bold;
	color: #1A4E11;
	line-height: 100%;
	}

.bodytext	{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;
	font-style: normal;font-weight: bold;line-height: 130%;
	}	

.bodytitle	{
	font-family: "Book Antiqua";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
}

.menu{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	color: #ffffff;
}	

.footer	{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9px;
	font-style: normal; font-weight: regular; line-height: 120%;
	color: #ffffff;
	}

.captionBLACK	{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;
	font-style: normal;font-weight: bold;line-height: 130%;color: #000000;
	}	
	
#wrapperINDEX {
	width: 100%; height: 100%;
	margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0;
	vertical-align: middle;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	vertical-align: middle;
	background-image: url(../images/background-gallery1.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}



#content {
	display: inline; /* IE Hack */
	margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;
	padding-left: 0px; padding-bottom: 0px; padding-top: 0px; padding-right: 0px;
	width: 800px;
	min-height: 300px;
	float: center;
	color: #000000;
	max-width: 800px;
}
* html #content {height:300px} /* IE Min-Height Hack */ 

#footer 	{
	display: inline; /* IE Hack */
	float: center;
	margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;
	padding-left: 4px; padding-bottom: 4px; padding-top: 4px; padding-right: 4px;
	width: 800;
	vertical-align: top;
	max-width: 800;
}


