@charset "utf-8";
/* CSS Document */
body { margin:0px;padding:0px;background:url(/images/bg.png);text-align:center; }
div, p, h1, h2 { margin:0px;padding:0px; }
h1, h2, p { margin-bottom:10px; }
h1 { font-size:16px; }
h2 { font-size:14px; }
a:link, a:visited { color:#336699;text-decoration:none; }
a:hover { text-decoration:underline;color:#6699FF; }
a img { border:none; }

#page { margin:0px auto;width:800px;text-align:left;font-family:"Lucida Grande",Segoe UI,Verdana,Arial,sans-serif;color:#333333;font-size:12px; }
#header { margin:0px;padding:0px;height:110px;background:url(/images/header.png) no-repeat bottom; }
#header div { height:10px;background:url(/images/header-top.png); }
#content { padding:10px;background:#FFFFFF; }
#content p { margin-bottom:10px; }
#footer { clear:both;padding-top:5px;border-top:1px dashed #8f8f8f;text-align:center; }

#menu { margin:-5px 0px 10px 0px;padding:5px;border-bottom:1px dashed #8f8f8f; }
#menu a { padding:0px 10px; }

.borderRight { border-right:1px dashed #8f8f8f; }
.borderLeft { border-left:1px dashed #8f8f8f; }
.borderTop { border-top:1px dashed #8f8f8f; }

#scroller { border-bottom:1px dashed #8f8f8f;margin:-5px 0px 10px 0px; }