/* puzzle styles puzzle.php */

body {
    margin: 30px 0px;
    text-align: center;
}

#body {
    width: 680px;
    margin:0px auto;
    text-align: left;
}

/* around each dropdown and thumbnail */
div.puzzle {
    padding: 15px;
    border: 0px /*dotted #336699*/;
    text-align: center;
    background-image: url(/puzzles/puzzle_bg.gif);
    background-color: #fff /*cff*/;
    background-repeat: no-repeat;
    background-position: center center;
}

/* around each dropdown for text only */
div.puzzle2 {
    padding: 15px;
    border-top: 1px dotted #BAA065;
    border-left: 1px dotted #BAA065;
    border-right: 1px dotted #336699;
    border-bottom: 1px dotted #336699;
    text-align: center;
    background-color: #ccffff;
}

/* around each category for thumbnails */
div.puzzle3 {
    padding: 15px;
    border-top: 1px dotted #BAA065;
    border-left: 1px dotted #BAA065;
    border-right: 1px dotted #336699;
    border-bottom: 1px dotted #336699;
    text-align: center;
    background-color: #fff; /*cff*/
}