div#content_anchorpoint { position: absolute; top: 245px; left: -400px; width: 1px; height: 1px; }

div.content
{
 background:  url('images/darkblue_sidebar.png' ) center;
 position: relative;
 width: 580px;
 padding: 10px;
 font-family: verdana;
 color: #3c4a5a;
 font-size: 1.1em;
 min-height: 450px;
 text-align: justify;
}

div.content_header
{
 background:  url('images/darkblue_sidebar.png' ) center;
 position: relative;
 width: 600px;
 font-family: verdana;
 color: #3c4a5a;
 font-size: 1.5em;
 height: 50px;
 text-align: center;
}

div.content_footer
{
 background:  url('images/darkblue_sidebar.png' ) center;
 position: relative;
 width: 600px;
 height: 50px;
 margin-bottom:10px;
}


span.page_title
{
 display: block;
 font-family: Arial Narrow, Tahoma, Geneva;
 font-size: 1.3em;
 text-align: center;
 text-transform: uppercase;
 color: #3c4a5a;
 font-weight: bold;
 margin-bottom: 0px;
}

div.content a:link { color: #3c4a5a; text-decoration: none; }
div.content a:visited { color: #3c4a5a; text-decoration: none; }
div.content a:hover { color: #3c4a5a; text-decoration: none; }

span.centered
{
 text-align: center;
}