@charset "utf-8";
body {
	background-color: #707070;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
body   a:link, body  a:visited { /*property:values here*/
	color: #eb8135;
	text-decoration: none;
}

body    a:hover, body   a:active, body    a:focus { /*property:values here*/
	color: #eba035;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#holder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#holder    #top {
	width: 900px;
	background-image: url(images/top.jpg);
	height: 81px;
}
#holder    #top2 {
	height: 80px;
}
#holder    #main    #gallery {
	float: right;
	width: 500px;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F29713;
	border-bottom-color: #F29713;
}
#holder    #top2    #menu {
	width: 211px;
	margin-left: 10px;
	float: left;
	font-size: x-large;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	text-align: center;
}
#holder    #main    #map {
	width: 328px;
	background-image: url(images/map.jpg);
	float: left;
	height: 478px;
}
#holder    #top2    #updates {
	float: right;
	width: 500px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F29713;
	border-bottom-color: #F29713;
}
#holder    #bottom {
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F99422;
	color: #F99422;
	font-size: x-small;
	font-style: normal;
}
#holder #main #info {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F99422;
	border-bottom-color: #F99422;
}

.photoslinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.updates {
	font-size: small;
	color: #FFCC66;
}
#ad {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#da img {
	border: 1px dotted #FFF;
}

