﻿body
{
    background-image:url(images/back.gif);
    text-align:center;
    margin:0;
    float:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#all
{
	width:100%;
	height:1000px;
	margin:0px;
}
#left
{
    background-image:url(images/shadowleft.gif);
    background-repeat:repeat-y;
    background-position:right;
    width:100px;
    height:100%;
    float:left;
}
#body
{
    background-image:url(images/bodyback.gif);
    width:750px;
    margin:0px;
    height:100%;
    float:left;
}
#right
{
    background-image:url(images/shadowright.gif);
    background-repeat:repeat-y;
    width:100px;
    height:100%;
    float:left;
}
#banner
{
  
    margin:10px 0px 0px 0px;
    width:100%;
    height:100px;
}

#rotator {
  background: url(images/rotator.php) no-repeat center top;
  width: 750px;
  height: 300px;
}

#logo
{
    float:left;
    margin:8px 0px 0px 0px;

}
/* BODY */

body { 
  font: 12px/130% Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
  color: #848484; 
  background-color: #000000; 
  background-image: url(images/temp_bg.png); 
  background-repeat: repeat; 
  background-attachment: fixed; 
  text-align: center; 
  margin:0

}
  
/* LINKS */

a:link { 
  color: #606060; 
  text-decoration: none; 
  }
  
a:visited { 
  color: #606060; 
  text-decoration: none; 
  }
  
a:hover { 
  color: #000000;
  background-color: #FFFFFF; 
  text-decoration: none; 
  }
  
a:active { 
  color: white; 
  background-color: #9E0406; 
  text-decoration: none; 
  }

/* DIVS */
 
 #address {
   text-align: right;
   }
    
  #nav {
    clear: both;
    border: #606060 solid;
    border-width: 1px 0;
    padding: 4px 0;
    margin: 5px 0; 35px 0;
    text-align:left;
    width:100%;
    }
    
  #maincontent
  {
  	text-align:left;
  	margin-top:25px;
  }
    
  #footer {
    clear: both;
    font: 10px Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    color: #5e5e5e;
    line-height: 100%;
    width: 100%;
    float: left;
    border: #262626 solid;
    border-width: 0px 0 0 0;
    padding: 0px 0;
    margin: 20px 0 35px 0;
    }
        
  /* ROLLOVER CLASS */
   
 
    }
     
  a.rollover:hover {
    background-position: -512px 0;
    }
     
  a {
    outline: none;
    }
