@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a{
	color:#630;
	text-decoration:none;
}
a:hover{
	color:#330;
}
.bushland #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-bottom: none;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bushland #container #header{
	width: 100%; 
		}
.bushland #container #menu{
	width: 100%; 
	margin: 0 2% 0 2%;
		}		
.bushland #mainContent {
	padding: 0 2%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
	background-image:url(../images/treeb.png);
	
}
#header .hedtext{
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 2%;
	position: absolute;
	color: #FC0;
	font-size: 115%;
	font-weight: 900;
}
img {
	border: none;
	margin: 0.5%;
}
.bushland #mainContent .photdiv {
	width:100%;
	text-align:center;
}
.bushland #mainContent .photdiv img {
	margin: 0.2%;
}
.dleft{
	float:left;
	width:50%;
}
.dright{
	float:right;
	width:50%;
}
/*css for larger*/
#showimage {
	BORDER-RIGHT: #000099 2px solid; BORDER-TOP: #000099 2px solid; VISIBILITY: hidden; BORDER-LEFT: #000099 2px solid; BORDER-BOTTOM: #000099 2px solid; POSITION: absolute
}
#showimage img{
	margin:0px;
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #efefef; min-width: 300px
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 20px; color:#F00
}
/*end larger*/
.clearfloat {
	clear:both;
	font-size:1px;
	line-height:0;
	height:0;
}
#link{
	font-size:60%;
	color:#003;
	text-align:center;
	margin:10% auto;
	width:85%;
}
#foot{
	font-size:70%;
	color:#003;
	margin:0 auto 0 2%;
}
.adiv {
	width:100%;
	text-align:center;
}
table{
	color: #930;
	font-size:90%;
}
table img{
	float:left;
}
table td{
	border:#030 thin solid;
	border-radius: 20px;	
	-moz-border-radius: 20px;
	padding:5px;
}