  

/* basic elements */

/* put photo in background behind table */
body {
	background-image: url(background.gif);
	font-size: medium;
	color: green;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-repeat: repeat;
	}

p,td {
	font-family: Arial, Helvetica, Verdana, sans-srif;
	color: #CC0000;
	padding-left: 10px;
	}
		
a:link  {
	font-weight: bold;
	text-decoration: none;
	color:  #066;
	background-color: transparent;	 
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #339;
	background-color: transparent;
	}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: underline; 
	color: red;
	background-color: transparent;
	 
	}

 
 
div  {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom:  0px;
	
	margins: 0;
  	}
	   
 
	
.boldctr {
	text-align: center;
	font-weight: bold;
	padding: 0;
	}
	 		
.boldlft {
	text-align: left;
	font-weight: bold;
	 }
h1 { 
	z-index: 5;
	position: absolute;
	top: 100px;
	left: 300px;
	font-size: 2em;
	font: georgia; 
	font-style: normal; 
	padding: 1em;
	background-color: transparent;
		}

/* specific divs */

 .head {
	color: #8e3c0b;
	font: x-large Vivaldi, "Edwardian Script", Garamond;
	text-align: center;

}

 
.text {
	font-size: small;
	text-align: left;
	text-indent: 0em;
	padding:  10px;
	color: #000000;
	
	       }

.textxsm {
	font-size: 1em;
	text-align: left;
	color: #C00;
}
.menutext {
	font-size: .75em;
	text-align: left;
	font-weight: bold;
	padding: 0px 10px;
	color: #C60;


	}
.txtital {
	color:  black;
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
p2 {
	background: url(../images/PUTPHOTOHERE) no-repeat;
	position: float;
	z-index: 10;
	height: 206px;
	width: 303px;
	left: 650px;
	top: 120px;
	overflow: visible;
	padding: 0px;
}

#outer {padding: 1em; margin: 0em; background-color: white;}
#inner {float: left; font style: italic;  margin-left: 1em; text-indent: 0px;} 
#b {clear: float;}

 
.textwhite {
	font: bold medium Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.photo1 {
	position: float;
	z-index: 11;
	padding: 10px;
	width: 93px;
	}
.txtitalInd {
	padding-left: 10px;
	color: #A46A31;
	text-align: center;
}

