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

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #8e9483;
	margin-top: 0px;
}

#bodylayout {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	}
	
#whitebackground {
	width: 674px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	background-image:url(images/whitebackdrop.gif);
	background-repeat:no-repeat;
	}
	
#navigation {
	width: 670px;
	margin-top: 14px;
		}
	
#logo {
	width: 478px;
	margin-top: 66px;
	margin-left: 185px;
	}
	
#maincontent {
	width: 550px;
	padding-top: 25px;
	margin-left: 42px;
	margin-right: 82px;
	}
	
#flashcontainer {
	margin-top: 28px;
	width: 260px;
	height: 430px;
	float:left;
	}
	
#righthomepage {
	width: 250px;
	margin-top: 28px;
	float:right;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	line-height: 17px;
	}
	
#righthomepagelarger {
	width: 250px;
	margin-top: 20px;
	float:right;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	line-height: 17px;
	}
	
#homepagetext {
	width: 250px;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	line-height: 17px;
	}
	
#contacttext {
	width: 250px;
	margin-top: 40px;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	line-height: 17px;
	}	
	
#gallerytext {
	width: 250px;
	margin-top: 30px;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	line-height: 17px;
	}	
	
#secondarytext {
	width: 250px;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	line-height: 16px;
	}	
	
#photo {
	width: 100%;
	padding-top: 40px;
	}
	
#innercontent {
	width: 400px;
	margin-left:85px;
	margin-right: 80px;
	padding-top: 60px;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	}
	
#footer {
	width: 100%;
	margin-top: -13px;
	margin-left:35px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	}
	

	