html, body
{
   width:100%;
   height: 100%;
   
   margin: 0px;
   padding: 0px;
   border: 0px;
}

body {    

    background-color: #fff;
    color: #333;
    
    font-size: 0.75em;
    line-height: 1.5em; 
    font-family: "Lucida Grande", Verdana, Arial;
    
    background-image: url('images/mainbacka.jpg');
    background-repeat: repeat-x;
}

img
{
   border:0px;
}

a
{
}

a:hover
{
   text-decoration: underline;
   color: red;
}

div
{
   padding: 0px;
   border: 0px;
   /*border: 1px solid #0000ff;*/
   margin: 0px;
}

div.main_content
{
   height: 100%;
   float:left;     
}

#page_container
{
   height: 100%;
   display: block;
   min-width: 500px;
   max-width: 800px;
}

#left_panel
{
   width: 60%;
   background-image: url('images/mainbackb.png');
   background-position: right;   
   background-repeat: repeat-y;
   padding-right: 2em;
}

#left_panel img
{
   float:right;
   padding:2px;
}
  
#right_panel
{
   width: 30%;
   padding-left: 2em;
}

div.header_spacer
{
   width:100%;
   height:70px;
}

#menu
{
   position:relative;
   float: right;
   top:15px;
   
   padding-right:11px;
   
   background-image: url('/mac/images/flyermenu.jpg');
   background-repeat: no-repeat;
   background-position: right;
   
   width: 100%;
   
   text-align: right;
}

#menu a
{
   font-size: 0.9em;
   text-decoration: none;
   color: white;
}
#menu a:hover
{
   text-decoration: underline;
}

#menu ul li
{
   position: relative;
   top:-1px;
   display: inline;
   list-style: none;
}

#search_results
{
   /*text-align: center;*/
   vertical-align: middle;
   background-color: white;
   padding: 5px;
   min-height:10em;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

#search_results a
{
   color: grey;
   font-weight: bold;
   text-decoration:none;
}

#search_results img
{
   height:10em;
}


#search_results a:hover
{
   text-decoration: underline;
   color: red;
}

div.stats_table
{
   float: right;
   position: relative;
   top:5px;
   margin: 5px;

   background-color:#FAF0E6;
   border: 1px solid gray;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

iframe.ad
{
   float: right;
   position: relative;
   top:5px;
   margin: 5px;

   background-color:#FAF0E6;
   border: 1px solid gray;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;	
}

a.ad
{
   float: right;
   position: relative;
   top:5px;
   margin: 5px;
}

div.stats_table table
{
   font-size: 0.8em;
}

td.stats1 {
   height:15px;
   text-align: left;
}

td.stats2 {
   height:15px;
   text-align: right;
}

#manual_entry
{
   float:right;
   position:relative;
   top:5px;
   margin: 5px;
   padding: 3px;

   /*background-color:#FAF0E6;*/
   background-color:#FAF0E6;
   border: 1px solid gray;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;    
}

div.closed div
{
   display: none;
}

div.open div
{
   display: inherit;
}

#manual_entry.open
{
   width:40em;
}

#bits_and_bobs
{
   float:right;
   position:relative;
   top:5px;
   margin: 5px;
   padding: 5px;
   clear: both;
}

p.big_one:first-letter
{
font-size:large;
}