/* Created by Michael Cassera for Vegas Vairs 2007 */

  body {
    margin: 0px;
    padding: 0px;
    font-family: normal normal normal,"Arial",sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    background-position: center;
    background-color: #852b2b;
    background-repeat: repeat;
    }

a:link {
	text-decoration: none;
	color: blue;
	
}

a:visited {
	text-decoration: none;
	color: gray; 
}


a:hover {
	text-decoration: none;
	color: red;
}

div.hol {

   background-color : #852b2b;

   }

td.outer {

   
   border : solid #852b2b;

   }



table.inner {

   

   font-size : 8pt;

   }




  #container { 
    border-style: groove groove none groove;
	margin: 0px auto;
    width: 1000px;
    min-height: 2400px;
    text-align: left;
    background-image: url(images/title_image.jpg);
    background-repeat: no-repeat;
    clear: both;
    background-color: rgb(255, 255, 255);
    }

  #spacer { 
	margin: 0px auto;
    width: 1000px;
    min-height: 170px;
    }

  #content { 
	border-style: groove none none none;
	border-top-width: 2px;
	border-bottom-width: 2px;	
    border-color: rgb(241, 241, 241);
    margin: 0px;
    float: right;
    width: 840px;
    position: relative;
    top: 5px;
    right: 20px;
    font-family: Arial,Helvetica,sans-serif;
    }

  #intro { border-style: none;
    margin: 0px auto;
    padding: 5px;
    width: 950px;
    text-align: justify;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    }

  #menu { 
	border-style: groove none;
	border-top-width: 2px;
	border-bottom-width: 2px;	
    border-color: rgb(241, 241, 241);
    margin: 0px;
    float: left;
    width: 100px;
    position: relative;
    top: 5px;
    left: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: large;
    }

  #bottom {  
	border-style: none groove groove groove ;
	margin: 0px auto;
	padding:0px ;
	width: 1000px;
    text-align: left;
    background-image: url(images/blend.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    clear: both;
    background-color: white;
    }

