@charset "UTF-8";
body {
	
	background:#ffffff;
	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 */
	
}
.oneColElsCtr #container {
	width:100%;
	height:1000px;
	background: #ffffff;
/*	margin: 0 auto; *//* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #483329;
	text-align:justify;
	position:absolute;
	font: 87% Verdana, Arial, Helvetica, sans-serif;
	width:70%;
	top:380px;
	left: 258px;
}

ul#navigation { 
	width: 13em;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:100px;
	z-index:20;
	 float: left;
 	 margin: 0;
   padding: 0;
  width: 10%;
  left:-220px;
	
	
 }

ul#navigation li {
  list-style: none;
  text-align: left;
  margin: 0;
 
}

ul#navigation li a {
  display: block;
  text-decoration: none;
  padding: .50em;
 
}


    a:link, a:visited { color: #ba0825; }
    a:hover, a:active { color: #1f8308; }
	
a:hover { background-color: #d3c3a0; }



ul#navigation li#youarehere a { background-color: #d3c3a0; }

.contact_info{
	position:relative;
	float:right;
	border:brown dashed 3px;
	top:80px;
	right:-30px;
}
.curly{
	float:left;
	top:-200px;
	
}
.block{
	position:absolute;
	left: 1173px;
	height: 290px;
	top: -11px;
}
.blocky{
	position:absolute;
	left: 1188px;
	top: -3px;
	height: 205px;
}
.services{
	line-height:2em;
}
.bird{
	float:right;
	top:350px;
	position:relative;
	right:100px;
}
.birdc{
	float:right;
	top:550px;
	position:relative;
	right:100px;
}
.birds{
	float:right;
	top:650px;
	position:relative;
	right:400px;
}
