/* WRAPPER WORKS FINE */
#wrapper {
width: 980px;
height: 705px;
position: relative;
margin-top: 10px;
/*  margin: 0px; */
padding: 0;
text-align: left;  
border: 0px /*#805022 solid */ ;
 background: #FFFEFF /*url("images/body_home.jpg.")*/ ;
  background-repeat: no-repeat;
  background-position: center;
}

/*INDEX - HEADER WORKS FINE */
#header {
width: 980px;
height: 211px;
position: fixed;
margin-top: 0px;
padding: inherit;
background: #FFFEFF url("images/header_index.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
 /*  BUTTONS/NAVIGATION BLOCK WORKS FINE */
#buttons_index {
position: absolute;
left: 4px;
top: 211px;
width: 222px;
height: 490px;
background: #FFFEFF url("images/navigation_index.jpg");
background-repeat: no-repeat;
background-position: center;
}


/* INDEX BODY DIV - THIS DEFINES THE BLOCK*/
#mainbody {
position: absolute;
left: 223px;
top: 210px;
width:765px;
height:490px;
background: #FFFEFF url("images/body_home.jpg");
background-repeat: no-repeat;
}

/* THIS BLOCK CONTAINS THE TEXT AND SHOWS THE SCROLL IF NECESSARY */
#mainbody_content {
position: relative;
width:720px;
height:450px;
padding-left: 10px;
margin-bottom: 5px;
overflow:auto;
}

  
/* THIS BODY SETS THE FONT FOR THE BODY ONLY. ALL OTHER ELEMENTS CONTROLLED IN RESPECTIVE divs */
body {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000; 
font-size: 90%;	
}

/* FOR ROTATING QUOTE ON INDEX PAGE */
#rotatingquote {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:16px;
}

/* ============BUTTONS FOR HOME PAGE ONLY ============== */
a.index_button:link
{
display:block; 
width:150px; 
height:35px; 
border-color: transparent;
border-style: dotted;
border-width: thin;
margin-top:3px; 
margin-bottom:3px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:100%; 
color:#481313; 
line-height:20px; 
} 

a.index_button:visited 
{
display:block; 
width:150px; 
height:35px; 
border-color: transparent;
border-style: dotted;
border-width: thin;
margin-top:3px; 
margin-bottom:3px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:100%; 
color:#4A3D2D; 
line-height:20px; 
} 

a.index_button:hover 
{
display:block; 
width:150px; 
height:35px; 
border-color: #000;
border-style: dotted;
border-width: thin;
margin-top:3px; 
margin-bottom:3px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:100%; 
color:#481313; 
line-height:20px; 
cursor:auto;
} 


a.index_button:active 
{
display:block; 
width:150px; 
height:35px; 
border-color: transparent;
border-style: dotted;
border-width: thin;
margin-top:3px; 
margin-bottom:3px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:100%; 
color:#FFF; 
line-height:20px; 
} 
/* END ============BUTTONS FOR HOME PAGE ONLY ============== */


a:link {

	color: #481313;

	cursor: auto;

	text-decoration: underline;

	}



a:hover {

	color: #000000;

	text-decoration: underline;

	cursor: auto;

}



a:visited { 

	color:#4A3D2D;

	} 

 h1
   {
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
   color: #481313;
   font-size: 130%;
   }


h3
   {
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
   color: #481313;
   font-size: 110%;
   }



.smaller {
font-family: arial, verdana, sans-serif; 
font-size:70%; 
color:#000;
}

/*
div.photo
   {
   float: right;
   width: 207px;
   height: 225px;
   vertical-align: top;   
   }

*/




