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

body {
background: url(images/birds.jpg) repeat fixed;
margin: 0;
padding: 0;

}
img {
    border: 0px solid #FFFFFF;

}
.about {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
#columnHolder { /*holds the main column*/
 position: absolute;
 left: 20px;
 width: 844px;
 border-top:#FFFFFF 20px solid;
 

}
#Mborder { /*holds top border head image*/
position:absolute;
left: 0px;
width: 844px;
height: 116px;
background-image:url(images/MBorder.jpg);
border-right:#EDEDED 2px solid;
}
#MborderNav {
margin-top:73px;
}
#borderButtons { /*holds top border nav buttons*/
border-left: #EDEDED 2px solid;
border-top: #EDEDED 2px solid;
border-right: #EDEDED 2px solid;
padding-left: 7px;
padding-right:5px;
padding-top: 1px;
margin-left: 0;
width:240px;
background: #FFFFFF;
}
#borderSecondNav { /*holds top border 2nd nav*/
	position:absolute;
	top: 90px;
	left: 750px;
}
#columnContent { /*holds post*/
position: absolute;
left: 0px;
top: 116px;

padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 25px;
width: 676px;
background-color:#FFFFFF;
border-bottom:#EDEDED 20px solid;
border-right:#EDEDED 2px solid;
border-left: #EDEDED 2px solid;
border-top: 0px;
}
#contentTitle { /*post titles*/
margin-left: 7px;
}
#contentBody { /*post body*/
border-top: #EDEDED 2px solid;
border-right: #EDEDED 2px solid;
border-left: #EDEDED 2px solid;
padding-top: 7px;
padding-right: 7px;
padding-left: 7px;
}
#contentIcons { /*post bottom icons*/
text-align: right;
padding: 7px;
border-bottom: #EDEDED 2px solid;
border-right: #EDEDED 2px solid;
border-left: #EDEDED 2px solid;
}
#columnNav { /*right hand navigation*/
background-color:#FFFFFF;
border-top: #EDEDED 2px solid;
border-right: #EDEDED 2px solid;
border-bottom: #EDEDED 2px solid;
position:absolute;
left: 700px;
top:116px;
width: 144px;
}
#columnNavContent { /*holds content*/
padding: 10px;
}

