@import url("content.css");
@import url("navigation.css");
@import url("headers.css");
/* CSS Document */
* {
margin:0;
padding:0;
}

p {
color:#4A5A59;
font-size:0.8em;
line-height:17px;
margin:0 0 20px;
}

h1 {
color:#018793;
font-size:1.1em;
font-weight:400;
margin-bottom:25px;
}

h2 {
color:#018793;
font-size:.90em;
font-weight:700;
margin-bottom:5px;
}

body {
background:#FFF9DF;
font-family:Arial, Helvetica, sans-serif;
margin:0;
}

#primary_content_wrapper {
background:url(../images/bg_page.jpg) repeat-x top;
width:100%;
height:700px;
}

.starfish {
background:url(../images/seastar_wrapper.gif) no-repeat;
position:absolute;
width:64px;
height:109px;
z-index:10;
top:154px;
right:-64px;
}

#content_wrapper {
position:relative;
width:857px;
margin:auto;
}

#content_header {
position:relative;
width:100%;
overflow:auto;
padding:33px 0 5px;
}

#content_main {
position:relative;
background:url(../images/seastar_content.gif) no-repeat top right;
width:100%;
}

#content_main_ins {
position:relative;
width:100%;
overflow:auto;
}

#navigation {
position:relative;
width:100%;
height:28px;
padding-top:17px;
color:#FCCD72;
overflow:auto;
}

#footer {
position:relative;
background:url(../images/footer_bg_img.gif) no-repeat bottom;
width:100%;
height:70px;
text-align:center;
color:#108D96;
font-size:.74em;
padding-top:40px;
}