
@charset "UTF-8";
/* CSS Document */

html{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #582d1d;
	background-image:url(../images/WoodFlood_Texture.jpg);
	background-repeat:repeat;
	margin-top:100px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #582d1d;
	background-image:url(../images/WoodFlood_Texture.jpg);
	background-repeat:repeat;
	margin-top:100px;
}


#header{
	background-image: url(../images/header_bkg.png);
	background-repeat: repeat-x;
	height: 94px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}


#logo{
	margin-top: 14px;
	margin-left:auto;
	margin-right:auto;
	width:149px;
}

a:link {
	color: #582D1C;
	text-decoration:underline;
}
a:visited {
	color: #582D1C;
	text-decoration: underline;
}
a:hover {
	color: #a6742d;
	text-decoration: underline;
}
a:active {
	color: #582D1C;
	text-decoration: underline;
}
