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

body{
margin-top:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#696F5F;
line-height:20px;
}

a:link {
	color:  #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:  #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#wrapper{
width:1024px;
height:auto;
margin:0 auto;
background-image:url(images/background.gif);
background-repeat:repeat-y;
}

#main-nav{
width:1024px;
height:auto;
float:left;
}

#left-column{
width:250;
height:auto;
margin-left:95px;
margin-top:20px;
float:left;
}

#blog{
width:250px;
height:36px;
margin-top:40px;
padding-top:10px;
padding-bottom:10px;
border-bottom:#A2C343;
border-bottom-style:dotted;
border-bottom-width:2px;
border-top:#A2C343;
border-top-style:dotted;
border-top-width:2px;
}

#right-column{
width:525px;
height:auto;
margin-top:20px;
margin-left:40px;
float:left;
}

#header{
width:525px;
height:auto;
float:left;
margin-bottom:20px;
border-bottom:#A2C343;
border-bottom-style:dotted;
border-bottom-width:2px;
padding-bottom:20px;
}

#text-area{
width:525px;
height:auto;
float:left;
}

#bird{
width:250px;
height:189px;
float:right;
}

#footer{
width:1024px;
height:auto;
float:left;
}