/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/*******************************/
/**           colors          **/
/*    #787657  border Green    */
/*    #662B26   burgundy       */
/*    #2E311F  dark Green      */
/*    #E7E078   yellow         */
/*******************************/

body {
	/*font-family: Georgia, Times New Roman, serif;*/
		font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/bg-wheat-red.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #662B26;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bodimages {
	float:right;
	}

#button {
	width: 225px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: none;
	font-family: Georgia, Times New Roman, serif;
	background-color: #787657;
	}
	
	#button ul {
		list-style: none;
		margin:  0;
		padding: 0;
		background-color: 787657;		
		}
		
	#button li {
		margin: none;
		}

	#button li a {
		display: block;
		padding: 0;
		background-color: #787657;
		color: #787657;
		text-decoration: none;
		}

	#button li a:hover {
		background-color: #787657;
		color: #787657;
		}
	


h1 {margin:.15em;
	padding: 0;
	font-size: 14pt;
}


h2 {margin:.15em;
	padding: 0;
	font-size: 12pt;
}

span.bold {margin:.15em;
	padding: 0;
	font-size: 12pt;
	font-weight:bold;
}

span.float {
	float:left;
}


p {
	margin: .5em;
	padding: 0px;
}
A:link {
	text-decoration: none; font-size:24; color:#662B26
	}
A:visited {
	text-decoration: none; color:#2E311F;
	}
A:active {
	text-decoration: none
	}
A:hover {
	text-decoration: none; font-size:24; color:#787657
	}
	
	


.navAndContent #mainContent {
	/*font-family: Georgia, Times New Roman, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
	background-image: url("../images/content-bg.jpg");
	background-repeat: no-repeat;
	padding: 15px 28px 20px 28px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 10px solid #787657; /*border Green*/
	background-color: #E7E078; /*burgundy*/
	color: #2E311F; /*dark Green*/
	}
	
.navAndContent #mainContentGallery {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	padding: 15px 0px 750px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #CCCC99;
	}
	
.navAndContent #thumbnail{
	padding: 5px 10px 5px 10px;
	background-color: #2E311F;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border-style: none;
	}


table.ex1{
	table-layout:fixed;
	width: 350px;
	background:transparent;
	border:0px;
	}


img.floatRight { 
    float: right; 
    margin: 5px 20px 10px 20px; 
	border: 10px solid #787657;
}

img.floatCenter { 
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 10px solid #787657;
}

img.floatRightSpacer { 
    float: right; 
    margin: 10px 5px 5px 15px; 
}

img.floatLeft { 
    float: left; 
    margin: 5px 20px 10px 20px; 
	border: 10px solid #787657; 
}

img.floatLeftNoBorder { 
    float: left; 
    margin: 5px 20px 10px 20px; 
	border: 0px 
}

img.floatRightNoBorder { 
    float: right; 
    margin: 5px 20px 10px 20px; 
	border: 0px 
}

img.floatCenterNoBorder { 
	display: block;
	margin: 0px auto;
}


	
