/* Draw A Puzzle screen styles */
body {background-image:url(graphics/background.jpg); text-align: center; margin-top: 5px;
      font-family: Arial, Helvetica, sans-serif; font-size: 14px}
#page {margin-left: auto; margin-right: auto; width: 950px; text-align: left;
       border: 5px outset #000000; background-color: #FFFFFF; color: #000000}
#header {background-color: #000000}
#menu {margin-bottom: 15px}
#main {margin-left: 100px; margin-right: 100px; font: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 1px; line-height: 1.5em}
#sidebar {float: right; margin-right: 25px; margin-left: 25px; border-left: 2px solid #000000; padding: 10px}
#sidebar table {width: 120px; text-align: center}


a {font-family: sans-serif; color: #000000}
a:link {text-decoration: underline}
a:visited {text-decoration: underline}
a:hover {color: #339900; text-decoration: underline}
a:active {text-decoration: underline}



#address {clear: both}
address {color: white; font-style: normal; font-variant: small-caps;
         text-align: center; clear: both}



a img {border: 0px}
