/* Global Style ===================================================================================================*/

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

body {
    background-color:#774e26;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.5em;
    color:#C78F3B;
}

h1 {
    font-size:2em;
    text-transform:uppercase;
    padding-bottom: 15px;
    color: #fff;
    font-style: italic;
}

h2 {
    font-size:1.3em;
    text-transform:uppercase;
    padding-bottom: 5px;
    color: #FFF200;
}

h3 {font-size:14px;}

h4 {font-size:12px;}

h5 {font-size:11px;}

h1, h2, h3, h4, h5, h6, ul, li {line-height:1.5em;}

a, a:link, a:visited {
    color:#E10000;
    text-decoration:none;
}

a img {border-style: none;}

.topbanner {
    float: right;
    margin: -35px -13px 0 0;
}

a:hover {
    text-decoration:underline;
}

/* Navigation ======================================================================================================*/

#navigation {
    text-align: center;
    margin-bottom: 10px;
}

ul#navlist {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

#navlist li {
    display: inline;
    list-style-type: none;
}

#navlist a {padding: 3px 10px;}

#navlist a:link, #navlist a:visited {
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
    text-transform:uppercase;
}

#navlist a:hover {
    color: #fff;
    background-color: #F1592A;
    text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
    background-color: #F1592A;
}

/* Content =========================================================================================================*/

#main {
    margin:0px auto;
    padding:16px 7px;
    width:728px;
    position:relative;
}

#strippoker {
    background:url(/images/altback.jpg) left center no-repeat #573A1C;
    width:728px;
    height:600px;
}

#strippoker_main {
    padding: 120px 20px 40px 20px;
}

#strippoker_instruction {
    position: relative;
    padding: 40px 20px 40px 20px;
    border:3px dotted #FFF200;
    margin: -4px;
}

.textbox {
    clear: both;
    padding-top: 20px;
}

.textbox h2 {padding-top: 20px;}

.textbox p {padding-bottom: 20px;}

.clear {clear: both;}

.imgleft {
    float:left;
    padding-right: 10px;
    padding-bottom: 20px;
}

#FlashTeaser {
    position:fixed;
    bottom:0px;
    z-index:1000;
    right:40px;
}

/* Instructions ===================================================================================================*/

#instructbox_main {
    position: relative;
    border:5px solid #F1592A;
    background-color: #573A1C;
    margin: 4px;
}

/* Footer =========================================================================================================*/

#footer {
    width:728px;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#4f2e0e;
}

#instructbox {
    width:708px;
    margin: 0px 0px 20px 0px;
    padding:10px 10px 10px 10px;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color: #4f2e0e;
}

#footer a {
    font-size:10px;
    text-decoration:underline;
    color:#4f2e0e;
}

#footer a:hover {
    f!ont-size:10px;
    text-decoration:none;
    color:#4f2e0e;
}