/* Gold Coins CSS  LFS ACES*/

body {
margin:2em;
padding:0;
background: #FFFF80;
font-family: Arial, Helvetica, sans-serif;
font-size:.9em;
}

a {
color:#cc0000;
text-decoration:none;
}

a:hover {
text-decoration:none;
}

blockquote {
margin:2em;
padding:1.9em;
font-weight: bold;
font-size: .9em; 
color: white;
background-color:#889E88;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

blockquote p {
margin:.1em;
}

#header {
margin: 0 0 0 0;
padding: 1em 1.5em;
height:5em;
background: #FFFFFF url('header.png') no-repeat top left ;
background-color:#11105F;
}
#header a span {
visibility: hidden;
}

#navcontainer { 
margin-right: 7px;
_height: 370px; /* Visible to IE6 only*/
min-height: 370px; /* Visible to IE7 only */ 
}

#rightColumn {
width:13em;
margin:0;
padding:1em .5em 2em .5em;
background:#FFFFFF;
border:1px solid #eeeeee;
font-size:.9em;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

#rightColumn h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:1em;
color: #BC7908;
letter-spacing:.1em;
}

/* CHANGED */
#wrapper {
  overflow: hidden;
}

/* Start Mac IE5 filter \*/
#leftColumn, #rightColumn, #centerColumn {
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}
/* End Mac IE5 filter */

/* Fix for Opera 8+ */
@media all and (min-width: 0px) {
  #leftColumn, #rightColumn, #centerColumn {
    padding-bottom: 0;
    margin-bottom: 0; 
  }

  #leftColumn:after, #rightColumn:after, #centerColumn:after {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    background: inherit;
    padding-top: 32767px;
    margin-bottom: -32767px;
    height: 0;
  }
}

#footer h3 { 
margin:0; 
padding:0;
font-size: .8em;
font-weight: bold;
color: #000;
text-align: center;
letter-spacing:.1em;
}

.content {  
padding: 1em .5em .5em .5em;
font-size:.9em;
font-family: Arial, Helvetica, sans-serif;
width: auto;
background-color: #FFF;
text-align: left;
}

.content h2 { 
margin:0; 
padding:0;
font-size:1em;
color: #BC7908;
letter-spacing:.1em;
text-align: left;
}

.content h3 { 
margin:0; 
padding:0;
font-size: .7em;
color: #000;
text-align: left;
letter-spacing:.1em;
}
