﻿body 
{
    margin:0;
    padding:0;
    font-family: Geneva, Helvetica, Arial,  Sans-Serif;
	font-size: 0.8em;
	color:#666
}

a
{
    color: #3c0e32;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;   
    color:#a4a40e;
}
h2
{
   color:#a4a40e; 

 font-size:1.3em;
 padding:3px;

 
}

ul
{
    list-style:none;
}


#wrapper
{
   
    margin: 0 auto;
    border:1px solid #c9c9c9;
    padding:0;
    margin-top:10px;
    width:760px;
    background-image: url(/img/header.jpg);
    background-position:top left;
    background-repeat:no-repeat ;
    
}



#header
{
  margin:0;


  padding:0;
  
 
 
  width:760px;
  
}



    #header ul
    {
        list-style:none;   
       
        margin:0 auto;
        padding:0;
        
        
    }

    #header li 
    {
        display:inline; 
        padding:2px;
        margin-right:4px; 
        
      
      
    }
     #header li.rightBorder
    {
        border-right:1px solid #d1d7d4;
    }
    
    #header a 
    {
        color:#3c0e32;
        text-decoration:none;
        font-weight:bold;
        padding-top:10px;
        padding-left:3px;
        padding-right:3px;
        font-size:0.9em;
      
    }
    
    #header a:hover
    {
        text-decoration:underline;
        color:#a4a40e;
    }
    
   
    
    #header a.selected
    {
        background-image:url(/img/arrow.jpg);
        background-position:top center;
        background-repeat:no-repeat;  
        color:#a4a40e;
    }
   
    
    #header-nav-bottom
    {
        display:block;
        text-align:center;
        padding:2px;
        margin-top:100px;
     
       
      
    }
#right-col
{
    width:200px;
    float:right;   
   
}

#center
{
    clear:both;   
    padding:10px;
    background-image:url(/img/player_ghost.jpg);
    background-position:bottom left;
    background-repeat:no-repeat ;
}




#footer
{
    height:30px;
    padding:5px;
    clear:both;
    background-image:url(/img/footer.jpg);
    background-position:bottom left;
    background-repeat:no-repeat ;
    
     text-align:center;
    padding-top:12px;
    
}
#footer a
{
    color:#3c0e32;
    text-decoration:none;
    
}

#footer a:hover
{
    color:#a4a40e;
    text-decoration:underline;
    
}
.pageMessages
{
  margin:10px;   
}




img.floatRight
{
   float:right;   
   margin:5px;
   border:1px solid black;
  
   
}

.minorHeading
{
    color:#a4a40e;
    font-size:1.2em;
}
.minorHeading2
{
    font-size:1.4em;
    color:#a4a40e;
}


