﻿body 
{
    background: #A3181E;
    background: #fff;
    font-family: Sans-Serif, Times New Roman, Verdana;
}

p, table, h1, h2, h3, span
{
    margin:2px;
    color:#000;
}



#container 
{
    margin:20px auto;
    width: 835px;
    background: #fff;
}

#banner 
{
     background: #fff; 
     width:630px;
     }



#content 
{
    float:left;
    width:628px;
    background:#CFA456;
    background:#C99844;    
    border-left:1px solid black;
    border-right:1px solid black;


}

#rightbar 
{
    border:1px solid black;
    float:right;
    width:175px;
    background:#fff;
}


#rightbar2
{
    float:right;
    width:175px;
    background:#fff;
    clear:right;
    margin-top: 10px;
}

#footer 
{
    width:628px;
    background:#D0AE67;    
    border:1px solid black;
    clear:left;

    }
    
#ads
{
    background:#fff; 
    width:630px;
    border:1px solid black;
    }

a:link, a:visited  {
	text-decoration:none;
	color: #0000EE;
}



a:hover, a:active { 
	text-decoration: underline; 
	color: #0000EE;
}

.menu{
width:628px;
border:1px solid black;

}

.menu table{
margin: 0px auto 0 auto; /*margin between first menu item and left browser edge*/
list-style: none;
text-transform:uppercase;


}


.menu a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin-left: 0px; 
padding: 5px 8px 5px 8px;
background-color: white;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.footer a
{
    color:Black;
}

.menu td 
{
    margin-left:5px;
    margin-right:5px;
}


.menu a:hover{
background-color: #CFA456; 
}


.bigtable
{
    width:620px;
    background:#FFFFCC
}

table.bigtable td
{
    vertical-align:top;
    width:50%;
    }

table.mini, table.mini-found
{
    width:100%
}


table.mini td, table.mini-found td 
{
    border-width:0;
    vertical-align:top;
    padding:5px;
    width:auto;
    }

table.mini-found td
{
    color: #666666;
    }

table.mini-found img
{
    opacity:0.5;
    filter:alpha(opacity=50);
}

img 
{
    border:none;
    border: 0px;
}



/*                 FONTS             */

        .grey-text
        {
            color: #808080;
        }
        
        .red-text
        {
            color: #FF0000;
        }
        
        .bold
   {
 font-weight:bold;
   }
   .underline
   {
       text-decoration: underline;
   }