/* CSS Document */

/* global
--------------------------------------------------------------------*/	
body {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	text-align:center;
	margin:0;
	background-color: #CCCCCC;
	background-image:url(../images/bgtile.jpg);
	background-repeat:repeat;
	}
	
#container {
	width:800px;
	text-align:left;
	margin:0 auto;
	}

#nav {
	right:120px;
	text-align: right;
	margin-top: 30px;
	}
.logo {
	float: left;
	width: 400px;
	text-align: center;
}

#nav a:link, #nav a:visited {
	font-size:14px;
	color:black;
	text-decoration:none;
	}
#nav a:hover {
	color:#fad648;

	}
#yellow {
	font-size:14px;
	color:#fad648;
	}
	
.other {
font-size: 18px;
color: maroon;
	}	

.other a:link, .other a:visited {
font-size: 18px;
color: maroon;
	}	
	
.other a {
font-size: 18px;
color: maroon;
	}	


/* index
--------------------------------------------------------------------*/
#painting {
	float: right;
	margin-top: 20px;
	width: 400px;
}

#home-text {
	float:left;
	width:350px;
	clear: both;
	margin-top: 20px;
	}
	
#home-text p {
	color:black;
	font-size:12px;
	padding:0px;
	margin:0 0 10px 0;
	line-height:14px;
	}
	
#galleryshow  {
	width:800px;
	background-image: url(../images/footer.gif);
	height: 500px;
	clear: both;
	z-index: 10;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	}
#galleryshow table {
	width: 600px;
}
#container #galleryshow p {
	text-align: left;
}
	
#galleryshow p {
	color:black;
	font-size:12px;
	padding:0px;
	margin:0 0 10px 0;
	line-height:14px;
	text-align: center;
	}
	
#galleryshow  h3 {
	font-size: 20px;
	color: #FFFFCC;
	text-align: center;
	margin: 0;
}

#galleryshow  h4 {margin: 0px; color:#fad648; text-align:center; font-size: 18px;}

/* flash div
--------------------------------------------------------------------*/
#flash {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 750px;
	clear: both;
	position: relative;
	}

/* email link
--------------------------------------------------------------------*/
#home-text a:link, #home-texta:visited {
	font-size:12px;
	color:black;
	text-decoration:none;
	}
#home-text a:hover {
	color:#fad648;
}
#flashpage .footer {
	margin: -186px 0 0 0;
	background-image: url(../images/footertile.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 186px;
	z-index: 1;
}
.footer {
	margin: -186px 0 0;
	background-image: url(../images/footertile.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 186px;
	z-index: 1;
}
#flashpage #contactinfo {
	text-align: center;
	position: relative;
	top: 190px;
}
#contactinfo {
	text-align: center;
	position: relative;
	top: 250px;
	clear: both;
}
#contactinfo p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#contactinfo a {
	color: #FFFFFF;
}
