
#home #slideshow{
	height:345px;
	width:420px;
	float:right;
	margin:15px 0px 20px 20px;
	cursor:pointer;
}

#home #slideshow #slide{
	border:1px solid black;
	padding:5px;
}
#home #slideshow #slide img{
	padding:1px;
 	border:8px solid white;
}
#home #slideshow #caption{
	margin-top:315px;
	text-align:center;
	font-size:0.8em;
}

#home h1,
#about h1,
#home p.quote{
	margin-right:440px;
}
#home p,
#about p{
	margin-bottom:3em;
}
#about #image-wrapper{
	float:right;
	border:1px solid black;
	background-color:white;
	padding:8px;
	margin:15px 0px 20px 20px;
}
#about #image-wrapper img{
	border:1px solid black;
	display:block;
}

#news .article{
	margin-bottom:20px;
}

#news .article h2{
	font-weight:normal;
}

#news .article img{
	float:right;
	margin:5px 0 5px 20px;
	padding:5px;
	background-color:white
}
#news #article1 img,
#news #article4 img{
	float:left;
}
#news #article1 li{
	bullet:none;
}

/* Contact Us */
#contact #form{
	width:50%;
	margin:10px auto;
}
#contact #form div{
	margin:20px 0;
}
#contact #form p{
	margin-bottom:0;
}
#contact #form div input.field,
#contact #form div textarea.field{
	width:100%;
	font-size:1.2em
}



#exhibitions #previous-years{
	font-size:0.85em;
	margin-top:3em;
}


#exhibitions #previous-years #right-column{
	float:right;
	width:50%;
}


#sketchbook #intro-text-wrapper{
	height:6em;
	border:1px solid #1c2440;
}

#sketchbook h1{
	font-size:1.4em;
}
#sketchbook #slideshow{
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background-color:gray;
	text-align:center;
	cursor:pointer;
}
#sketchbook #slideshow #shuffle .sketch-backdrop{
	width:910px;
	height:590px;
	background-color:#f4f4f4;

	margin-left:auto;
	margin-right:auto;
}
#sketchbook #slideshow #shuffle img{
	margin:20px;
	border:1px solid #444;
}

#sketchbook #caption{
	text-align:center;
	margin-top:20px;
	clear:both;
}