/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
	background-color: #4C211A;
	font-family: Verdana, Arial, Helvetica, sans-serif;      
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 100%;
	text-align: center;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #4C211A; 
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 120%;
	color: #4C211A; 
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

/*************************************************/
/** Layout Divs **********************************/
/*************************************************/

#wrapper{
	width: 800px;
}

#mastHead{
	width: 800px;
	height: 135px;
	background-image: url(../images/web/mastHead.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#centerColumn{
	min-height: 510px;
	width: 800px;
	background-image: url(../images/web/content.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

	#centerContent{
		padding: 10px 60px 10px 60px;
		text-align: left;
	}

	#centerNavigation{
		padding: 0px 60px 0px 60px;
		text-align: center;
	}

		.navigationTable{
			border-collapse: collapse;
			width: 100%;
		}
		
		.navigationCell{
			text-align: center;
			vertical-align: middle;
		}

	#centerBreadCrumb{
		padding: 10px 60px 10px 60px;
		text-align: left;
		color: #4C211A;
	}
	
#mastFoot{
	clear: both; 
	font-size: 90%;
	background-image: url(../images/web/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: 50px;
}

#copyRight{
	font-size: 75%;
	padding: 3px 30px 3px 30px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}

#copyRight a{
	color: #DEA32D;
}


/*************************************************/
/** form tables **********************************/
/*************************************************/

.formTable{
	color: #000000;
	background-color: #CCEEC2;
	border: 2px solid #5B814F;
	text-align: left;
	min-width: 50%;
}

.formLabel{
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
/*	font-weight: bold; */
}

.formCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.formNote{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	color: #4C211A;
}

/*************************************************/
/** art tables ***********************************/
/*************************************************/

.artTable{
/*	border: 2px solid #990000; */
	border-collapse: collapse;
	width: 100%;
}

.artImage{
	text-align: left;
	vertical-align:	top;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

.artCell{
	color: #000000;
	text-align: left;
	vertical-align:	top;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

/*************************************************/
/** gallery tables ******************************/
/*************************************************/

.galleryTable{
	border-collapse: collapse;
	width: 100%;
	font-style: italic;
	font-weight: bold;
}

/*************************************************/
/******************  navigation ******************/
/*************************************************/

/* home */

#navigationUL_Home{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Home li a{
	display: block;
	width: 165px;
	height: 65px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonHome.gif); 
}

#navigationUL_Home li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonHomeHover.gif); 
}

/* Gallery */

#navigationUL_Gallery{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Gallery li a{
	display: block;
	width: 165px;
	height: 65px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonGallery.gif); 
}

#navigationUL_Gallery li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonGalleryHover.gif); 
}

/* About */

#navigationUL_About{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_About li a{
	display: block;
	width: 165px;
	height: 65px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonAbout.gif); 
}

#navigationUL_About li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonAboutHover.gif); 
}

/* Contact */

#navigationUL_Contact{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Contact li a{
	display: block;
	width: 165px;
	height: 65px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonContact.gif); 
}

#navigationUL_Contact li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonContactHover.gif); 
}

.hiddenPic{
	display: none;
}
