@charset "utf-8";

/*CSS Document JoeGarnero*/

body.home #header a#home, 
body.bio #header a#bio,
body.contact #header a#contact,
body.exhibitions #header a#exhibitions,
body.photos #header a#photos {
	color:#bfb585;
}

* { margin:0; padding:0;}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#FFF;
	background-image:url(../images/bkgradient2.png);
	background-repeat: repeat-x;
	background-color: #bfb585;
}

h1 {
	font-size: 16px;
	font-style: normal;
}

	
h2 {
	color: #FFF;
	padding-left: 50px;
	padding-top: 50px;
}
	

#header { 
	height: 85px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #90833e;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;	
	margin-left: 578px;
}
 
li {
	float: left;
	padding: 30px 5px 0px 5px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

.active {
    color: #bfb686;
}

 /* unvisited link */
a:link {
    color: white;
}


/* mouse over link */
a:hover {
    color: #bfb686;
}

#home_content {
	height: 683px;
	width: 1024px;
	background-image: url(../images/homeBkgr.jpg);
    background-color: #bfb685;
	background-repeat: no-repeat;
}
	
#home_content blockquote {
	width: 400px;
	float: right;
	color: #FFF;
	padding-right: 25px;
	padding-top: 35px;
}	

#photo_content {
	width: 1024px;
	background-image: url(../images/bkgr_FreeSpirit.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	background-color: #2c3237;
	padding-top: 35px;
}

#footer {
	padding-top: 5px;
	width: 1024px;
	height:35px;
	clear: both;
	color: #FFF;
	text-align: center;
}

#footer a {
	color: #330;
	padding-top: 5px;
}

#colLeft {
	width: 300px;
	float: left;
	padding: 15px;
	margin-left: 10px;

}

#colRight {
	width: 300px;
	float: right;
	padding: 15px;
	margin-right: 10px;
	}
	
.pic {
	padding: 10px;
	border: 0px;
	
}

.pic2 {
	padding: 10px 0px 10px 25px;
	border: 0px;
	
}

.pic3 {
	padding: 10px 0px 10px 80px;
	border: 0px;
	
}

.desc {
    padding-bottom: 15px;
    text-align: center;
}


.smallTxt {
	font-size: 9px;
	text-align: center;
	padding-top: 15px;
}

#bio_content {
	height: 683px;
	width: 1024px;
	background-color: #bfb685;
	background-image: url(../images/bioBkgr.jpg);
	background-repeat: no-repeat;
}

#bio_content blockquote {
	width: 400px;
	float: right;
	color: #FFF;
	padding-right: 25px;
	padding-top: 35px;
}	

#exhib_content {
	height: 683px;
	width: 1024px;
	background-color: #bfb685;
	background-image: url(../images/bioBkgr.jpg);
	background-repeat: no-repeat;
}

#exhib_content blockquote {
	width: 400px;
	float: right;
	color: #FFF;
	padding-right: 25px;
	padding-top: 35px;
}	

#lg_pic {
	height: 700px;
	width: 1024px;
	background-color: #2c3237;
	color: #FFF;
	margin: 0 auto;
	padding-top: 35px;
	}

#lg_pic2 {
	height: 800px;
	width: 1024px;
	background-color: #2c3237;
	color: #FFF;
	margin: 0 auto;
	padding-top: 35px;
	}


	
	