/* This document consist of the decoration */

/* General styles */
body {
   background: #B6AB98;
   color: Black;
   font: 80%/1.4em Arial, Helvetica, sans-serif;
   margin: 2em auto 0;
   position: relative;
   width: 780px;
}
a { color: Black; }

/* Header */

#header h1 {
   background: url(pokercompanylogo.png)  no-repeat 0 0;
   text-indent: -10000px;
   padding-right:35px 0;
}

#header ul {
   display: inline; /* IE: double margin */
   margin: 15px 25px 0 0;
   text-align: right;
   }

/* Navigation */
#navigation {
   background: url(navigation.png) no-repeat 0 0;
   margin: 2em 0;
   padding: 8px 0 0 15px;
}
#navigation ul {
   margin-top: 3px;
}
#navigation input {
   padding: 1px;
   vertical-align: top;
}
#navigation input#phrase {
   padding: 3px 2px;
}

/* Ads */
#adverts h2 {
   text-align: center;
   font-size: 100%;
}


/* Footer */
#footer p {
   text-align: center;
   width: 100%;
}

