@charset "utf-8";
body {
	margin: 0;
	background-image: url(../images/bgd.gif);
	background-repeat: repeat-x;
	background-color:#CCCCCC;
}
#wrapper {
	height: auto;
	width: 700px;
	margin-left: -350px;
	position: relative;
	left: 50%;
	background-color: #FFFFFF;
	border: 1px solid #BF650F;
}
#navbar {
	height: auto;
	width: 700px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header {
	height: auto;
	width: 700px;
}
#contentarea {
	height: auto;
	width: 700px;
}

#flashimages {
	height: auto;
	width: 300px;
	float: left;
}
#photogallery {
	float: left;
	height: auto;
	width: 100px;
}
#copy {
	height: auto;
	width: 400px;
	float: right;
}
#copy2 {
	height: auto;
	width: 600px;
	float: right;
}
#copy3 {
	height: auto;
	width: 600px;
	padding-left: 50px;
}
#copy4 {
	height: auto;
	width: 400px;
	padding-left: 15px;
	float: left;
}
#copy5 {
	width: 235px;
	float: right;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #C0640D;
	margin-top: 50px;
	margin-left: 45px;
	height: auto;
}


#footer {
	height: auto;
	width: 700px;
	text-align: center;
	clear: both;
}
#address {
	width: 700px;
	margin-left: -350px;
	position: relative;
	left: 50%;
	height: 50px;
}

