/*
****************************************************************************
* Main Background
****************************************************************************
*/

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

BODY{
margin: 0px;
padding: 0px;

/* Ivory Black */
background: #292421 }

#container{
width: 703px;
position: relative; left: 50%;
background: transparent url(http://media.gonsalvo.com/styles/piquet_cards.png) no-repeat 0px 50px;
margin-left: -400px;}

#pageHeader h1 span{
display: none;}

#pageHeader h1{
width: 533px;
height: 173px;
margin: 0px 0px 0px 170px;
background: url(http://media.gonsalvo.com/styles/logo.jpg);}

#pageHeader h2{
display: none;}

/*
****************************************************************************
* Fonts
****************************************************************************
*/

P{
font: 13pt Times, "Times New Roman", Georgia, Verdana, serif;
color: #cfb35b;
text-align: left;
text-indent: 10px;
padding: 3px 8px 2px 8px;
margin: 0px;}

P.links{
text-align: center;}

span.soundbox {
font: 11pt Times, "Times New Roman", Georgia, Verdana, serif;
text-align: center;
font-style: italic;
color: #cfb35b;}

H3{
padding: 5px 5px 2px 10px;
color: #cfb35b;}

#contents P{
padding-bottom: 5px;
}

#contents P.note {
  border: #cfb35b 1px dotted;
  margin: 10px;
  text-indent: 0px;
  font-style: italic;
}

#soundbox P{
font: 11pt Times, "Times New Roman", Georgia, Verdana, serif;
text-indent: 0px;
text-align: right;
padding-bottom: 5px;
}

/*
****************************************************************************
* Contents and Links boxes
****************************************************************************
*/
#contents{
width: 533px;
margin: 0px 0px 0px 170px;
background: #000 url(http://media.gonsalvo.com/styles/border.gif) repeat-y;}

#contents h3 {
  margin: 0px;
  height: auto;
}

#linkList{
text-align: center;
width: 533px;
margin: 0px 0px 0px 170px;
background: #292421  url(http://media.gonsalvo.com/styles/border.gif);}

#section{
margin: 0px 5px 0px 5px;
padding: 5px 0px 10px 0px;
background: #000 url(http://media.gonsalvo.com/styles/divider.gif) no-repeat bottom;}

/*
****************************************************************************
* All Links
****************************************************************************
*/
ACRONYM {
  border: none;
  font-style: italic;
}

A:link, A:visited {
  color: #cfb35b;
}

A:hover, A:active{
  color: #000;
  background: #cfb35b;
}

#linkList a {
  border: none;
}

#linkList a:link, a:visited {
  font: 10pt "Times New Roman", Times, Georgia, Verdana, serif;
  color: #cfb35b;
  font-weight: bold;
  text-decoration: none;
}

#linkList a:hover, a:active{
  color: #000;
  background: #cfb35b;
}

#contents P a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  border-bottom: 1px dotted #cfb35b;
}

#contents P a:visited {
    font: 13pt "Times New Roman", Times, Georgia, Verdana, serif;
}

#contents P A:hover, A:active{
  color: #000;
  background: #cfb35b;
}

/*
****************************************************************************
* Page last updated.
****************************************************************************
*/
#updates {
  margin-top: 0.5em;
  background: #292421  url(http://media.gonsalvo.com/styles/border.gif) repeat-y;
  padding: 0.2em 1.0em 0.3em 0;
  color: #cfb35b;
  font-size: 10pt;
  text-align: right;
}

/*
****************************************************************************
* Footer Image
****************************************************************************
*/

#footer{
width: 644px;
height: 70px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
word-spacing: 2px;
margin: 0px 0px 20px 170px;
/*margin: 0px 0px 20px 0px;*/
background: transparent url(http://media.gonsalvo.com/styles/footer.png) no-repeat;}

