/* Prime Gambit Main Stylesheet */

html { height: 100%; width: 100%; }
body { width: 785px; height: 100%; margin: 0 auto; padding: 0; 
  font: 16px "Bookman Old Style",Bookman,Georgia,"Times New Roman",Times,serif;
  color: #F9F6C1; background: #000000; }
p, td, ul, ol, li, dl, dt, dd {
  font-family: "Bookman Old Style",Bookman,Georgia,"Times New Roman",Times,serif; }
iframe { margin: 0; padding: 0; border: none; }
img { border: none; }
textarea { resize: none; }

table { border-collapse: collapse; vertical-align: top; }
table tr td { vertical-align: top; }
h1 { font-size: 16px; font-weight: bold; text-align: center; display: block; }
h2 { font-size: 14px; font-weight: bold; text-align: left; display: block; }
h3 { font-size: 12px; font-weight: bold; text-align: left; display: block; }
h4 { font-size: 10px; font-weight: bold; text-align: left; display: block; }
a, a:visited { color: #5B2E31; text-decoration: none; border: none; }
a:hover { text-decoration: underline; }

strong { color: #7C4C4B; }

/* Structure */

body>div { width: 785px; margin: 0 auto; }
#header { height: 195px; margin-top: 1em; }
#header-logo { height: 155px; background: #000000 url('images/Banner_50_80.jpg') 0 0 no-repeat; }

#page-content { background: #F9F6C1; color: #000000; margin-top: 0; padding: 0.5em 0;
  min-height: 500px;}

#footer { height: 2em; margin-top: 1em; font-size: 0.9em; text-align: center; }

/* Navigation */
ul#navigation { list-style: none; margin: 0.5em 0; text-align: center; }
ul#navigation li { display: inline; margin-left: 1.5em; margin-right: 1.5em; font-size: 1.1em; }
#navigation a, #navigation a:visited { color: #F9F6C1; text-decoration: none;  }
#navigation a:hover, #navigation a:active { color: #7C4C4B; }
#navigation strong { font-weight: normal; }

/* Page styles */

#page-content p { margin: 1.2em; padding: 0; }
#page-content dl { margin: 1.2em; padding: 0;  }
#page-content dt { color: #7C4C4B; font-weight: bold; }
#page-content dd { margin-left: 1.5em; }

#page-content.contact { padding-top: 0; }
#page-content.contact .wrap { padding: 70px; }
#page-content.contact .left { float: left; padding-right: 50px; }
#page-content.contact .right { float: left; padding-left: 70px; }
#page-content.contact p.note { font-style: italic; font-weight: 500; margin-top: 3.5em; }
#page-content.contact a { text-decoration: underline; }

