/*css reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,pre, form, fieldset, input, textarea, p, blockquote, th, td {padding: 0;margin: 0;}
fieldset, img {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul {list-style: none;}
address, caption, cite, code, dfn, em, strong, th, var {font-weight: normal;font-style: normal;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;}

/*styling*/
body {
	background: #e2e2e2 url(../images/bg-body.jpg) top left no-repeat;
	padding:  0 0 50px 0;
}
#wrap {
	margin: 0;
	padding: 0;
	width: 945px;
	height: 640px;
	background: white;
}
#title {
	float: left;
	display: inline;
	margin: 40px 0 0 66px;
	width: 77px;
	height: 521px;
	background: url(../images/bg-sprite.jpg) top left no-repeat;
}
#logoReplace {
	text-indent: -9999em;
}
#artSlide {
	float: left;
	display: inline;
	margin: 8px 0 0 16px;
	width: 595px;
	height:  595px;
}
#nav {
	float: left;
	display: inline;
	margin: 74px 0 0 22px;
	width: 90px;
}
#nav li {
	margin: 0 0 25px 0;
	height: 45px;
	font-size: 12px;
	font-family: 'verdana', sans-serif;
}
#nav li a {
	display: block;
	height: 45px;
	text-decoration: none;
	color: #666;
}
#nav li a:hover {color: black;}
#navArt, #navBio, #navProcess, #navGalleries, #navContact, #navPress {text-indent: -9999em;}
#navArt {background: url(../images/bg-sprite.jpg) -77px 0px no-repeat;}
#navArt a:hover {background: url(../images/bg-sprite.jpg) -166px 0px no-repeat;}
#navBio {background: url(../images/bg-sprite.jpg) -77px -70px no-repeat;}
#navBio a:hover {background: url(../images/bg-sprite.jpg) -166px -70px no-repeat;}
#navProcess {background: url(../images/bg-sprite.jpg) -77px -140px no-repeat;}
#navProcess a:hover {background: url(../images/bg-sprite.jpg) -166px -140px no-repeat;}
#navGalleries {background: url(../images/bg-sprite.jpg) -77px -210px no-repeat;}
#navGalleries a:hover {background: url(../images/bg-sprite.jpg) -166px -210px no-repeat;}
#navContact {background: url(../images/bg-sprite.jpg) -77px -280px no-repeat;}
#navContact a:hover {background: url(../images/bg-sprite.jpg) -166px -280px no-repeat;}
#navPress {background: url(../images/bg-sprite.jpg) -77px -350px no-repeat;}
#navPress a:hover {background: url(../images/bg-sprite.jpg) -166px -350px no-repeat;}





