body {
	margin: 0 0 0 0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#575757;
	}
	
.content {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FEFEFE;
	}
	
.footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	}
	
.home_txt {
	color:#000000;
	padding: 0 0 0px 680px;
	text-decoration:none;
	}

.home_txt a:link {
	color:#000;
	text-decoration:none;
	}
	
.home_txt a:visited {
	color:#000;
	text-decoration:none;
	}
	
.home_txt a:hover {
	color:#91B474;
	text-decoration:underline;
	}
	
.home_txt a:active {
	color:#000;
	text-decoration:none;
	}
	
.home {
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	}

.contact {
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	}
	
.footer_txt {
	color:#000000;
	padding: 13px 0 0 0;
	text-decoration:none;
	}

.footer_txt a:link {
	color:#000;
	text-decoration:underline;
	}
	
.footer_txt a:visited {
	color:#000;
	text-decoration:underline;
	}

.footer_txt a:hover {
	color:#fff;
	text-decoration:none;
	}
	
.footer_txt a:active {
	color:#000;
	text-decoration:underline;
	}
	
a:link {
	color:#AA976F;
	text-decoration:underline;
	}
	
a:visited {
	color:#AA976F;
	text-decoration:underline;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}

a:active {
	color:#AA976F;
	text-decoration:underline;
	}
	
.font_home {
	padding: 0 20px 0 20px;
	}
	
.font_contact {
	padding: 0 10px 0 10px;
	}
	
.font_txt {
	padding: 0 25px 0 25px;
	}
	
.flashWrap {
	width: 100%;
	min-height: 340px;
	*min-height: 320px;
	float: left;
	position: relative;
}
	
.indexFlash {
	width: 237px;
	height: 160px;
	position: absolute;
	left: 0;
	bottom: 15px;
	*bottom: 0;
}