/* CSS Document */

body {
background-color:#003399;
font-family:Tahoma;
font-size:12px;
color:#003399;
}

/*------------------------- LINK PROPERTIES -----------------*/

a:link {
color:#003399;
text-decoration:none;
}

a:hover {
color:#003399;
background-color:#C6FFFF;
}

a:visited {
color:#003399;
text-decoration:none;
}

/*------------------------- LAYOUT --------------------------*/

#header_layout {
width:800px;
height:230px;
background-image:url(images/header_background.jpg);
background-position: top center;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

#content_layout {
width:800px;
height:auto;
background-image:url(images/content_background.jpg);
background-position: top center;
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

#footer_layout {
width:800px;
height:74px;
background-image:url(images/footer_background.jpg);
background-position: top center;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

/*-------------------------- CONTENT --------------------------*/

#menu_content {
width:400px;
height:auto;
margin-left:auto;
padding-top:80px;
padding-right:120px;
}

#main_content {
width:700px;
height:auto;
margin-right:auto;
margin-left:auto;
padding-top:0px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#papernews_content {
width:700px;
height:auto;
margin-right:auto;
margin-left:auto;
padding-top:0px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:top right;
}


#footer_content {
width:680px;
height:auto;
margin-left:auto;
margin-right:auto;
padding-top:30px;
font-size:10px;
}

#services_content {
width:700px;
height:auto;
margin-right:auto;
margin-left:auto;
padding-top:0px;
}


#link_container {
width:194px;
height:36px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}