@charset "UTF-8";
html {
  font-family: Arial, Helvetica, sans-serif;
  background: url(images/don-in-action.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
body {
	margin: 0;
	padding: 0;
}
#overlay {
	background-image: url(images/NavigationBG.png);
	background-repeat: repeat-x;
}
#title {
	width: 100%;
	margin-left: 50px;
	height: 150px;
}
#titleText {
	padding-top: 4px;
	color: #FFFFFF;
	text-align:left;
	float:left;
}
#titleText2 {
	color: #FFFFFF;
	text-align:left;
	float:left;
	margin-left:100px;
}
#title h1 {
	text-shadow: 2px 2px 4px #000000;
	font-size: 56px;
	margin-top: 20px;
	font-family: homenaje;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
}
#title h2 {
	text-shadow: 2px 2px 2px #000000;
	font-size: 26px;
	margin-top: -30px;
	font-family: homenaje;
	font-style: normal;
	font-weight: 400;	
}
#title h3 {
	text-shadow: 2px 2px 2px #000000;
	font-size: 26px;
	margin-top: 64px;
	font-family: homenaje;
	font-style: normal;
	font-weight: 400;	
}
#rightPainting {
	float:right;
}
.navigationHolder {
	height: 34px;
	clear:both;
}
.navigation {
	width: 1000px;
	margin-left:50px;
	padding-top: 4px;
	color: #222222;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
	margin-top: -3px;
}
.navigation a {
	text-decoration: none;
	color: #444444;
	text-shadow: 1px 1px 2px #777777;
	margin-right: 20px;
}
.navigation a:hover {
	text-decoration: none;
	color: #A56603;
	text-shadow: 1px 1px 2px #777777;

}
#homePage {
	width: 500px;
	margin-left: 50px;
	margin-top: 20px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images/pageBG1.png);
	border-color: #A56603 #555555 #555555 #A56603;
	border-width: 3px;
	border-style: groove;
	-webkit-box-shadow: 4px 4px 6px 6px #333333;
	box-shadow: 4px 4px 6px 6px #333333;
}
#pricesPage {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images/pageBG1.png);
	border-color: #A56603 #555555 #555555 #A56603;
	border-width: 3px;
	border-style: groove;
	-webkit-box-shadow: 4px 4px 6px 6px #333333;
	box-shadow: 4px 4px 6px 6px #333333;
}
.exhibitsPage {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images/pageBG1.png);
	border-color: #A56603 #555555 #555555 #A56603;
	border-width: 3px;
	border-style: groove;
	-webkit-box-shadow: 4px 4px 6px 6px #333333;
	box-shadow: 4px 4px 6px 6px #333333;
}
#aboutPage {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images/pageBG1.png);
	border-color: #A56603 #555555 #555555 #A56603;
	border-width: 3px;
	border-style: groove;
	-webkit-box-shadow: 4px 4px 6px 6px #333333;
	box-shadow: 4px 4px 6px 6px #333333;
}
#contactPage {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images/pageBG2.png);
	border-color: #A56603 #555555 #555555 #A56603;
	border-width: 3px;
	border-style: groove;
	-webkit-box-shadow: 4px 4px 6px 6px #333333;
	box-shadow: 4px 4px 6px 6px #333333;
}
#pricesBox {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	background-image: url(images/whitBG50.png);
	border: 1px solid #966202;
}
#aboutBox {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top:-20px;
}
.leftSideImages {
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.floatLeft {
	float:left;
	margin-right:30px;
}
#pricesBottom {
	clear:both;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 22px;
}
#homePage img {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
#galleryArea {
	padding-left:50px;
	padding-right:50px;
}
#galleryTitle {
	padding-top:14px;
	padding-bottom:0px;
	font-size:26px;
	color: #EEEEEE;
}
.smallText {
	font-size:14px;
	color: #EEEEEE;
}
.imageThumb {
	float: left;
	margin-right: 26px;
	margin-bottom:20px;
	-webkit-box-shadow: 2px 2px 3px 2px #666666;
	box-shadow: 2px 2px 3px 2px #666666;
}
.imageThumb img{
	margin-right: 26px;
	margin-bottom:20px;
	-webkit-box-shadow: 4px 4px 4px 4px #000000;
	box-shadow: 4px 4px 4px 4px #000000;
}
.thirdPage {
	width:286px;
	float:left;
	margin-right:8px;
}
.twoThirdPage {
	width:572px;
	float:left;
	margin-right:8px;
}
.lineSeperator {
	clear:both;
}.requestHeader {
	text-align: center;
	padding-top: 2px;
}
.contactForm{
}
.contactForm td{
	padding-bottom:8px;
}
.redtext {
	color:#E70003;
}
#paperBG {
	background-image: url(images/pageBG1.png);
}
.errorMessage {
		color:#FF0004;
		text-align:left;
}#overlay #galleryArea #gallery h5 {
	color: #F5F5F5;
	font-size: 18px;
	font-weight: normal;
	clear: both;
	text-align: center;
}
.floatRight {
	float: right;
}
.exhibitsImages {
	-webkit-box-shadow: 3px 3px 5px 3px #000000;
	box-shadow: 3px 3px 5px 3px #000000;
}
.lighterText {
	color:#666;
}
