a {
	color: #000;
	text-decoration: none;
}
#header-wrap {
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background: #333 url(images/bg-grey.jpg) repeat;
	color: #FFF;
	font: 10px Helvetica,Arial,"Sans Serif";
}
#header {
	margin: 0 auto;
	background: #333 url(images/header-100h.jpg) no-repeat;
	width: 800px;
	height: 100px;
	font: 10px Helvetica,Arial,"Sans Serif";
}
#header h1 {
	margin: 0 0 0 230px;
	padding-top: 20px;
	width: 100%;
	color: #FFF;
	font: small-caps 33px helvetica, arial;
}
#header h2 {
	margin: 0px 0 0 230px;
	padding-top: 25px;
	width: 100%;
	color: #CCC;
	font: 10px Helvetica,Arial,"Sans Serif";
}
#nav {
	width: 800px;
	margin: auto auto;
	padding: 10px;
	background: #FFF;
	word-spacing: 30px;
	font: 14px helvetica, arial, "sans serif";
}
#nav a, #nav a:visited {
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}
#nav a:hover {
	color: #000;
	text-decoration: none;
}
#content {
	margin: 40px auto 50px auto;
	padding-bottom: 50px;
	width: 800px;
	font: 12px Helvetica,Arial,"Sans Serif";
	color: #999;
}
#content a, a:visited {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	font: 20px Helvetica,Arial,"Sans Serif";
	text-align: right;
	text-transform:uppercase;
	margin-bottom: 40px;
}
#content h1 #sub {
	font: 12px Helvetica,Arial,"Sans Serif";
	text-transform: uppercase;
	display: block;
}
#content h2 {
	font: bold 16px Helvetica,Arial,"Sans Serif";
	color: #999;
	text-transform: uppercase;
}
#content h2 #sub {
	font: 12px Helvetica,Arial,"Sans Serif";
	text-transform: none;
	display: block;
}
#content hr {
	width: 400px;
	margin: 50px 200px 50px 200px;
	text-align:center;
}

#content table {
	margin: 50px 0 50px 0;
}
#news p {
	line-height: 20px;
}
#gallery p, #director p {
	line-height: 20px;
	margin-bottom: 30px;
}
#gallery {
	padding-bottom: 100px;
}
#current {
	padding-bottom: 300px;
	margin-bottom: 300px;
}
#artist-thumbs {
	float: left;
	width: 300px;
	margin-right: 50px;
}
#artist-art {
	float: left;
	/*width: 500px;*/
}
#artist-art img{
	text-align: center;	
}
#services h2{
	margin-top: 100px;
}
#services p{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#contactInfo {
	line-height: 20px;
}
#news table {
	padding-bottom: 50px;
}
