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

body {
	margin: 0 auto;
	text-align: justify;
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #87694e;
}

h1, h2, h3 {
	margin-top: 0;
}

/* Header */

#header-wrapper {
	width: 100%;
	height: 580px;
	background: url(images/header_bg.jpg) repeat-x left top;
}

#header {
	width: 960px;
	margin: 0px auto;
	height: 428px;
	padding: 20px 0 0 0;
}

#logo {
	height: 215px;
	width: 960px;
	background-image:url(images/thatch_logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	color: #000000;
}


/* Content */

#content {
	width:940px;
	background-color: #87694e;
	font-family: Arial, Verdana;
	font-size: 10pt;
	color:#FFFFFF;
	padding: 10px 10px 0 10px;
	line-height: 150%;
}
	
#content h1 {
	font-family: Century Gothic, Arial, Verdana;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight:bold;
	text-shadow: 1px 1px #000;
}

.smallhead {
	font-family: Century Gothic, Arial, Verdana;
	color: #FFFFFF;
	font-size: 11pt;
	text-shadow: 1px 1px #000;
}

#content a {
	font-family: Arial, Verdana;
	font-size: 10pt;
	color:#ff8a00;
}

#content a:hover {
	text-decoration:underline;
	color:#fffd30;
}

#column_left {
	background:#FFFFFF;
	position:inherit;
	float:left;
	width:460px;
	padding: 10px 10px 0 10px;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

#column_right {
	position:inherit;
	float:right;
	width:230px;
	padding: 10px 10px 0 10px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	min-height:300px;
}

.gal_image {
	background-image:url(images/gallery_bg.jpg);
	background-repeat:no-repeat;
	height: 150px;
	width: 150px;
	padding: 10px;
	margin: 5px 0 0 5px;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	height: 126px;
	background: url(images/footer_bg.jpg);
	background-repeat:repeat-x;
}

#footer {
	width: 960px;
	height: 126px;
	margin: 0 auto;
}

#footer p {
	margin: 0px;
	font-size: 11px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
	text-shadow: 1px 1px #000;
	padding: 65px 0 0 0;
}

#footer a {
	color: #ffde00;
	text-decoration:none;
	text-shadow: 1px 1px #000;
}

#footer a:hover {
	text-decoration:none;
	text-shadow: #fee851 0 1px 5px;
}

#tasa
      {
        background: transparent url(images/thatch_association_button.png) no-repeat scroll 0px 0px;
        height:500px;
        right:0;
        position:fixed;
        top:100px;
        width:50px;
      }
     
      #tasa a
      {
        display:block;
        height:500px;
        width:50px;
      }