/* CSS Document */

/*****************************************
AUTHOR: Heidi Weiland
EMAIL: heidi@soundwebsolutions.net
DATE: June 2006

NOTES: Absolutely positioned layout
*******************************************/

* {
margin:0;
padding:0;
}

#container {
width:766px;
margin:3px auto;
}
#header {
background-image:url(../images/header_03.jpg);
height:114px;
width:100%;
}

#content_area {
position:relative;
min-height:491px;
margin-bottom:3px;
background-image:url(../images/nav_06.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}
#navigation {
position:absolute;
width:191px;
height:100%;
top:5px;
margin-top:5px;
}
#navigation ul {
margin-top:38px;
margin-left:3px;
}

#main_content {
position:absolute;
position:relative;
height:100%;
width:570px;
left:195px; /*a bit more than the navigation*/
margin-top:2px;
}

#text {
border-right:2px solid #84a8bf;
min-height:339px;
background-image:url(../images/fireweed_09.jpg);
background-position:bottom right;
background-repeat:no-repeat;
width:567px;
padding-top:15px;
border-bottom:1px solid #ffffff;
}
#text h1, #text h2, #text h3 {
margin-left:9px;
}
#text h1 {
margin-top:15px;
}
#text h2 {
margin-top:15px;
}
#text p {
width:420px;
margin-left:11px;
margin-top:10px;
margin-bottom:15px;
clear:right;
}
#text ul {
margin-left:15px;
}

#info {
height:98px;
/*background-image:url(../images/info_11.jpg);
background-position:bottom right;
background-repeat:no-repeat;
*/width:563px;
padding-right:4px;
/*width:475px;
padding-right:97px;*/
padding-top:5px;
border-top:1px solid #84a8bf;
border-right:2px solid #84a8bf;
}
#footer {
background-image:url(../images/footer_12.jpg);
background-repeat:no-repeat;
background-position:bottom right;
height:28px;
width:572px;
}
#footer a {
position:relative;
top:4px;
margin-right:1.8em;
left:8px;
}

#credit {
position:relative;
}
#credit h1 {
}
#credit a{
font-size:.6em;
color:#999999;
text-align:left;
text-decoration:none;
margin-left:30px;
bottom:5px;
}