
body {
	background-color:#000;
	/*a { color:#4A4F3E; text-decoration:bolder;}
    a:hover { color:#c3da44; text-decoration: underline; font-size:18px;}*/
}

a { color:#4A4F3E; text-decoration:bolder;}
a:hover { color:#c3da44; text-decoration: underline; font-size:17px;}

h3 {
	font-family:Curlzmt;
	font-weight:bold;
}
.green{
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #c3da44;
}

.valsgallery {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4A4F3E;
}
.headline {
	font-family: Garamond;
	font-size: 24px;
	font-weight: bolder;
	color: #4A4F3E;
}
.roll-link {
	font-family: garamond;
	font-size: 1em;
	font-weight: bold;
	color: #c3da44;
	text-decoration: none;
}
.nav ul li {
	display: inline;
	font-family: Garamond;
	font-weight:bold;
	font-size:18px;
}
.nav ul a {
	border-bottom: none;
	padding: 20px 20px 20px 10px;
	margin-right: 0;
	margin-top: 0px;
	color: #000;
	
}
.nav ul {
	background-image: url(images/menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: 964px;
	margin-left: 0;
	list-style: none;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #000;
}

.nav li a:hover {
	background-image: url(images/leaf2.png) ;
	background-repeat:no-repeat;
	background-position:center;
}
.main {
	background-image: url(images/FeatureBox.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 700px;
	margin: 0;
	padding: 90px 120px 70px 120px;
	
}
.photo {
	background-image: url(images/Photo_box.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 700px;
	margin: 10px;
	padding: 120px 120px 130px 120px;
}
.drawings {
	background-image: url(images/drawings_box.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 700px;
	margin: 10px;
	padding: 120px 120px 130px 120px;
}
.art {
	background-image: url(images/art_box.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 700px;
	margin: 10px;
	padding: 120px 120px 130px 120px;
}
.footer {
	background-image: url(images/footer.jpg) ;
	background-repeat: no-repeat;
	background-position:center;
	width: 964px;
	margint: 0;
	padding: 6px 0 6px 0;
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	color: #c3da44;
}
/*for fancybox  */


#content {
	width: 550px;
	margin: 30px auto;
	padding: 10px 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}
a {
	outline: none;	
	margin-right: 5px;
}

a img {
	padding: 2px;	
	margin: 5px 5px 5px 0px;
}

