html body {
    padding: 0px;
    font-size: .9em;
    text-align:center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Century Gothic', 'Lucida sans', 'Tahoma', Arial, Helvetica, sans-serif;
    voice-family: "\"}\""; voice-family:inherit;
    color: black;
    background-color: white;
   }

html>body
{
    font-family: 'Century Gothic', 'Lucida sans', 'Tahoma', Arial, Helvetica, sans-serif;
    text-align:center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
table {font-size: 0.95em}

a {color: black; text-decoration: none; border-bottom: dashed 1px gray; background-color: white;}
a:hover {text-decoration: none; border-bottom: solid 1px gray; }

#wrapper
{
    width:780px;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#banner
{    
    position: absolute;  
    height: 165px;
    /* background: url(../img/background.gif) ; */  
    text-align: left;
}

#banner img 
{
    margin: 10px;
}

#menu
{    
    position: absolute;
    top: 20px;
    left: 610px;
    display: block;
    background: url(../img/circle.gif) center no-repeat;
    height: 140px;
    width: 140px;
}

#menu_inner {margin: 10px;}

#menu a {
    margin: 0;
    display: block; 
    background: url(../img/bullet.gif) left center no-repeat;
    height: 21px;
    width: 120px;
    padding:0px 0 0 25px;
    text-decoration:none;
    font-style: italic;
    font-weight: bold;
    font-size: 1em;
    color: #CC3333;
    overflow: visible;
    border: none;    
}

#menu a:hover
{text-decoration: underline}

.o1 {position:relative; left: 13px; top: 5px}
.o2 {position:relative; left: -10px; top: 8px}
.o3 {position:relative; left: -15px; top: 8px}
.o4 {position:relative; left: -12px; top: 8px;}
.o5 {position:relative; left: 2px; top: 11px;}


#footer
{
    height: 20px;
    width: 780px;
    background: url(../img/bottom.gif) no-repeat;    
}

#pinup
{
    position: absolute;
    top: 110px;
    left: 420px;
}
#content
{   
    position: absolute;
    top: 180px;
    left: 10px;
    width: 550px;
    height:650px;
    padding: 20px;
    float: left;
    /* background: url(../img/box.gif) white; */    
    overflow: auto;
	font-size: 0.8em;
}

#content img
{
    border: solid 5px #CC3333;
}

#content img.icon {
    border: 0px;
    vertical-align: middle;
}

#content a.icon  {
    text-decoration: none;
    border: none;
}

#contact
{ position: absolute;
  top: 595px;
  left: 340px;
}  

   
#credits
{
    position: absolute;    
    left: 575px;
    top: 760px;
    font-size: 0.75em;
    color: gray;
    background-color: white;
}

#credits a {color: gray;}
#credits a:hover {color: gray;}

.vavavoom
{
    font-size: 1.1em;
    color: #CC3333;
}
    

.hidden
{display: none;}

.noCSS
{display: none;}
