
* {
 border: 0;
 margin: 0;
 padding:0;
}




body  {
 background:#C8E4F4 url(images/bg_body.png) repeat-x top;
 font:75% Verdana, sans-serif; line-height:1.5em;
 color:#000000;
 text-align:left;
}



a:link    { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:focus   { color:#0099FF; text-decoration:none; }
a:hover   { color:#0099FF; text-decoration:none; }
a:active  { color:#000000; text-decoration:underline; }



#container { width:725px; margin:auto; text-align:left; background:url(images/bg_content.jpg) no-repeat 430px 130px; padding-bottom:25px; }

#content    { width:433px; }
#content p  { padding:0.5em 1em 0 1em; }
#content ul { padding-left:20px; list-style-type:none; }
#content li img { margin-right:5px; }

div#footer {
 width:100%;
 background:white url(images/bg_footer.gif) repeat-x;;
 text-align:center;
 font-size:76%;
 padding:15px 0;
}

div#footer img {
 margin:0px 20px;
}


img#corner {
 position:absolute;
 top:0px;
 left:0px;
}



