@charset "utf-8";
body  
{ 
font:12px/18px Arial, Helvetica, sans-serif;
color:#000000;
background-image:url(pictures/bg_body.jpg);
background-position:center top;
margin:0px 0px 0px 0px;
}

body a:link {color:#003366; text-decoration:underline;}
body a:hover {color:#d37802; text-decoration:underline;}
body a:visited {color:#003366; text-decoration:underline;}
body a:visited:hover {color:#d37802; text-decoration:underline;}

#top
{ 
 min-width:1000px;
 background-image:url(pictures/bg_top.jpg);
 background-repeat:no-repeat;
 background-position:center top;
 height:60px;
}

#bottom
{
 min-width:1000px;
 background-image:url(pictures/bg_bottom.jpg);
 background-position:center;
 height:110px;
}

#body
{
background-color:#FFFFFF;
width:1000px;
text-align:left;
}

#body .image_1
{
text-align:left;
}


