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

.floatRight { /* The floated element must be placed above the element that will display next to it in the source code. */
float: right;
margin-left: 8px;
}

.floatLeft {  
float: left;
margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
body  {
	margin:0px;
	 
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

 
 

 
#container { 
	background: #FFFFFF;
	margin: 0px;  
	border: 1px solid #000000;
	border-left:none;
	border-top:none;
	border-bottom:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#banner {
	font-family: verdana, arial, sans-serif;
	color:#FFF;
	font-size:small;
	font-weight:normal;
	border-bottom: 1px dotted #FFF;
	border-top: 3px solid #CC9;
	background:#2B464D;
	padding:15px;
	padding-left:35px;
	text-transform:uppercase;
	letter-spacing: .2em;
} 

#fix-buddy img {
	position:absolute; right:20px; top:10px;  
	/*position:relative; right:100px; top:10px;  */
	/* position:relative; left:560px; */
	 /* padding-left:20px;  */
	  
	/*position:relative; top:30px;*/	}
	
	
#fix-buddy h1 {
padding-right:60px;
}	
	
.description {
	font-family: verdana, arial, sans-serif;
	color: #CC9;
	font-size:x-small;
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;
	}
 
#float_box {
float:right;
 
}  
 
#menu {
	/*float: right; 
	width: 25%;*/
	/*min-height:560px;*/
	background: #CAE4BA;
	font-family:"Courier New", Courier, monospace;
	border: medium solid #999;
	padding: 10px 10px;  
	margin: 15px;
}
#menu h3, #menu p {
	margin-left: 10px;  
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
#menu a {
	display: block;
	padding:0 2em 1em;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#434A41;
}

#ad_spot {
  padding: 10px 10px;  
	margin: 15px;
 } 
 
#mainContent { 
	margin: 15px 15px 0 35px; 
	 padding:30px 10px 90px 55px;  
	 
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
 } 

 

#mainContent h3 {
	font-size:medium;
	color: #1A2A2E;
	margin:25px;
	}

#mainContent h4 {
font-style:italic;
}

#mainContent h5 {
font-style:bold;
margin-bottom:8px;
}
 
 
 
 #birdPictures img {
 border:none;
 padding-bottom:40px;
 padding-left:25px;
 padding-right:25px;
 }
 
 
 
#footer { 
	padding: 0 10px;  
	background:#CC9;
} 
 
#footer p {
	margin: 0;
	margin-top:20px;
	padding: 10px 10px;
	font-family:verdana arial sans-serif;
	font-size:x-small;
	font-style:italic;
	color:#1A2A2E;
}
 
 
 
 