/* GLOBAL STYLES */
body	{	margin: 0; padding: 0;
			background-color: #534741;
		 }


/* LAYOUT STYLES */
.clear	{	clear: both; width: 0; height: 0; margin: 0; padding: 0; }

#header	{	width: 695px; height: 135px;
			margin: 0 auto 0 auto;
		}
		
#headerLeft	{	width: 233px; height: 78px;
				margin-top: 40px;
				float: left;	}

#headerLeft a img	{	border: none; }

#headerRight	{	width: 462px; float: left;	}
		
#bodyHolder	{	width: 695px;
				margin: 0 auto 0 auto;
				background-color: #FFFFFF;
				padding-bottom: 5px;
			}

.picture	{	width: 225px; height: 198px;
				margin: 5px 0 5px 5px;
				float: left;
			}
			
.ie .picture	{	margin: 5px 0 0 3px; float: left; width: 225px; height: 198px; }

.ie. #menu	{	width: 685px; height: 40px;
			margin: 5px auto 0 auto;
			background-color: #534741;
			clear: both;
		}
		
#menu	{	width: 685px; height: 40px;
			margin:0 auto 0 auto;
			background-color: #534741;
			clear: both;
		}

#content	{	width: 685px; margin: 5px auto 0 auto;
				background-color: #BDBF8C;
				padding: 10px 0 10px 0;
			}
			
.ie #content	{	width: 685px; margin: 5px auto 0 auto;
				background-color: #BDBF8C;
				padding: 10px 0 0 0;
			}
			
#contentLeft	{ width: 342px; float: left; }

#contentLeft a img	{	border: none; }

#contentRight	{ width: 342px; float: left; margin-left: 1px; padding-top: 10px; }

.centre	{	text-align: center; width: 100%; }

.clear	{	clear: both; }

#footer	{	width: 695px;  margin: 7px auto 0 auto; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #C7B299; }
#footer a	{	color: #C7B299; text-decoration: none; font-weight: bold; }


/* TEXT STYLES */
#content h1	{	margin: 0 0 10px 10px; padding: 0;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 18px; font-weight: bold;
				color: #FFFFFF;
			}
#content a	{	color:#534741;
				text-decoration: none;
			}		
#content p	{	font-family: helvetica, arial, sans-serif;
				margin: 0 10px 10px 10px;
				color: #534741;
				font-size: 11px;
				line-height: 16px;
				text-align: justify;
			}
			
/* NEW STYLES */

#menu a	{	text-decoration: none; color: #C7B299; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }

#pictures {
width:100%;
margin:0 auto 0 auto;
}

#menuTable {
margin-top: 0px;
}

#menuTable td {
padding:10px 20px 0 20px;
}




/*UNKNOWN*/

#headerRight ul	{	margin: 70px 10px 0 0; padding: 0; text-align: right; }

#headerRight ul li	{	list-style-type: none; display: inline; margin-left: 12px; margin-right: 12px; }

#headerRight ul li a	{	text-decoration: none; color: #C7B299; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 40px; }



/* BLENDING IMAGE STYLES */
.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

/* FORM STYLES */
.form	{	font-family: Helvetica, sans-serif; color: #534741; font-size: 11px; margin-top: 10px; }

.textfield, .email, .textarea, .select	{	margin-bottom: 10px; font-family: Helvetica, sans-serif; color: #534741; font-size: 11px; }

textarea	{	height: 100px; }

#field6	{	width: 87%; }

.info_box{background-color:#c8caa3; padding: 5px;}
.info_box h2{	margin: 10px 0 10px 5px; 	
				padding: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px; font-weight: bold;
				color: #FFFFFF; }
