/*
white			#FFFFFF; /*white
light blue		#81C8DC; /*light blue	
burgandy		#B74B62; /*burgandy	  
lime green		#B9D755; /*lime green	
chocolate		#593E1A; /*chocolate	 
tan				#F9E260; /*tan			     
gold			#E5A635; /*gold		     
purple			#8B5670; /*purple		   
*/

/*
	DO NOT USE THIS ATTRIBUTE
	IT CRASHES IE6
 	display: inline;
*/

/* Begin Main */
body {
	/*
	font-family: Georgia, Serif;
	font-family: Garamond,Sans-Serif;
	background-image:url('header_line.png');
	background-repeat:repeat-x;
	font-family: Georgia;
	*/
	background-image:url('images/blue_fade1_1x175.png');
	background-repeat:repeat-x;
	font-family: 'IM Fell DW Pica', serif;	
 	font-weight: bold;
}

div.img {
	border-style: solid;
 	border-width: 7px;
 	border-color: black;
 	border-style: outset;
}

div.pageBreak{
	page-break-before: always;
}

table{
	/*
	
	*/
	margin-left:auto; 
	margin-right:auto;	
	width: 80%;
	border-style: none;
	border-collapse: collapse;
	table-layout: auto;
	border: 0px solid black ;
}

td{
	/*
	border: 2px solid Navy;
 	color: #C73B0B;/*Burnt Amber
 	font-size: 20px;
 	text-align: center;
	*/
 	font-weight: normal;
	border-style: none;
}

img{  
	/*
	*/
	display: block;
    margin-left: auto;
    margin-right: auto;
}
img.bottom{
}

p{
	text-align: center;	
}

span.pleft{
 	font-size: 18px;
	text-align: left;	
}
span.nameTitle {
 	font-size: 70px;
 	font-weight: normal;
}
span.medFont {
 	font-size: 30px;
 	font-weight: normal;
}
span.smallFont {
 	font-size: 20px;
 	font-weight: normal;
}
span.centerFont {
	text-align: center;	
}

#wrapper { 
 	margin: 0 auto;
 	width: 800px;
}

#header {
	/*
	font-family: Copperplate / Copperplate Gothic Light, sans-serif;
	font-family: Copperplate / Copperplate Gothic Light, serif;
	font-family: Century Gothic, serif;
	font-family: Georgia, Serif;
    background-image: url('images/green_vine01_300x179.png');
    background-image: url('vine.png');
 	color: #C73B0B;/*Burnt Amber
 	color: #350608;/*Dark Brown
			<img class='header' src='images/green_vine01_300x179.png' width='325px' height='130px'  align='right' alt=" " />
    background-size: 325px 130px;
	*/
    background-image: url('images/green_vine01_325x130.png');
 	color: #593E1A;/*Chocolate*/
 	width: 800px;
 	text-align: left;
 	height: 130px;
 	border: 0px solid;
 	padding: 0px;
 	margin-top: 15px;
 	margin-bottom: 0px;
 	margin-right: 0px;
 	margin-left: 0px;
 	float: left;
	background-repeat: no-repeat;
	background-position: right;
	position:relative
}
#menurow {
	/*
	*/
 	width: 800px;
 	color: black;
 	font-weight: bold;
 	height: 30px;
 	background-image: none;
 	padding: 0px;
 	margin-top: 0px;
 	margin-bottom: 0px; 
 	margin-right: 0px;
 	margin-left: 0px;
 	float: left;
 	position:relative
}

#leftcolumn { 
	/*
 	background-color: #F2C545;
 	border: 0px solid DarkOliveGreen ;
 	border-top: 0px solid #F2C545;
 	color: #C73B0B;/*Burnt Amber
 	background-image: url('leftFrame415x1.jpg');
 	background-repeat:repeat-y;
	*/
 	color: #593E1A; /*chocolate*/
 	width: 365px;
 	height: 450px;
 	background-image: url('images/tan_fade1_415x1.png');
 	background-repeat:repeat-y;
 	padding: 25px;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	margin-right: 0px;
 	margin-left: 0px;
 	float: left;
 	position:relative
}
#rightcolumn { 
 	width: 377px;
 	height: 500px;
 	background-image: none;
 	background-repeat:repeat-y;
 	border: 0px solid black ;
 	padding: 0px;
 	margin-top: 5px;
 	margin-bottom: 0px;
 	margin-right: 0px;
 	margin-left: 5px;
 	float: right;
 	position: relative;
} 

#footer { 
 	background-image: url('images/tan_fade1_415x250.png');
 	background-repeat:no-repeat;
 	color: black;
 	width: 800px;
 	height: 250px;
 	border: 0px solid black;
 	padding: 0px;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	margin-right: 0px;
 	margin-left: 0px;
 	float: left;
 	position:relative
} 

