/* directly styled tags
/*-------------------------------------------------------------------------
*/
body {
	margin:0; padding:0;
	text-align:center;
	background:transparent url(../img/bg.jpg) top center repeat-y;
}
a {
	text-decoration:none;
	color:#1e84ba;
}
a:hover {
	text-decoration:underline;
	color:#1e84ba;
}
a:visited {
	color:#1e84ba;
}

/* wrapper div
/*-------------------------------------------------------------------------
*/
#wrapper {
	margin:0 auto;
	padding:0 0px 10px;
	width:770px;
	text-align:left;
}

/* header div
/*-------------------------------------------------------------------------
*/
#header {
	display:inline;
	float:left;
	width:250px;
	height:126px;
}
#header h1,
#header h2{
	overflow:hidden;
	text-indent:-1000px;
}
#header h1 {
	margin:15px 0 0 16px;
	height:51px;
	width:234px;
	background:transparent url(../img/title_lastwater.gif) left top no-repeat;
}
#header h1 a.imagewrap {
	display:block;
	float:right;
	height:51px;
	width:234px;
}
#header h2 {
	margin:16px 0 0 88px;
	height:22px;
	width:159px;
	background:transparent url(../img/title_gabriel_liston.gif) left top no-repeat;
}	
	

/* nav div
/*-------------------------------------------------------------------------
*/
#nav {
	clear:left;
	display:inline;
	float:left;
	padding:60px 30px 0 0;
	margin:0 -20px 0 0;
	width:250px;
}
#nav ul {
	clear:right;
	margin:0 0 32px 0; padding:0 0 32px 0;
	list-style-type:none;
}
#nav li {
	clear:right;
}
#nav a {
	float:right;
	display:block;
	height:32px;
	overflow:hidden;
	text-indent:-1000px;
	text-decoration:none;
}
	a#basin{
		width:77px;
		background: transparent url(../img/nav_basin.gif) 0 0 no-repeat;
	}
	a#basin:hover,
	a#basin:active {
		background-position: 0 -33px;
	}
	a#tiles{
		width:231px;
		background: transparent url(../img/nav_bluebooktiles.gif) 0 0 no-repeat;
	}
	a#tiles:hover,
	a#tiles:active {
		background-position: 0 -33px;
	}
	a#paintings{
		width:134px;
		background: transparent url(../img/nav_paintings.gif) 0 0 no-repeat;
	}
	a#paintings:hover,
	a#paintings:active {
		background-position: 0 -33px;
	}
	a#biography{
		width:162px;
		background: transparent url(../img/nav_biography.gif) 0 0 no-repeat;
	}
	a#biography:hover,
	a#biography:active {
		background-position: 0 -33px;
	}
	a#contact{
		width:118px;
		background: transparent url(../img/nav_contact.gif) 0 0 no-repeat;
	}
	a#contact:hover,
	a#contact:active {
		background-position: 0 -33px;
	}
	a#links{
		width:75px;
		background: transparent url(../img/nav_links.gif) 0 0 no-repeat;
	}
	a#links:hover,
	a#links:active {
		background-position: 0 -33px;
	}
#nav a.current { background-position: 0 0; }
#nav span.bullet { float: right; display:inline; margin:0 -36px 0 0; height:25px; width:32px; background: transparent url(../img/nav_bullet.gif) 0 2px no-repeat; }

/* content div
/*-------------------------------------------------------------------------
*/
#content{
	margin:0 0 0 348px;
	padding:20px 0 0 0;
	width:412px;
}
	div#mainImg{
		text-align:center;
	}
	div#mainImg img{
		padding:2px;
		background-color:#844c4b;
	}
	div#mainImg img.header{
		background:none;
	}
	div.mainText {
		padding:190px 46px 8px;
		font:12px Verdana, Arial, Helvetica, sans-serif;
		color:#894c51;
		background:transparent url(../img/texttop.gif) top center no-repeat;
	}
		
/* imgNav div
/*-------------------------------------------------------------------------
*/
div#imgNav{
	clear:both;
	margin:0 0;
	padding:0;
	height:130px;
	width:770px;
	overflow:hidden;
}
	div#thumbs {
		width:625px;
	}
	div#thumbs img{
		margin:30px 0 0 25px;
	}
	div#thumbNav {
		display:inline;
		float:right;
		margin:0 25px 0 0;
		padding:30px 0 0;
		width:100px;
		text-align:center;
	}
	div#thumbNav a {
	 display:block;
	 float:left;
	 height:37px;
	 width:50px;
	}
	div#thumbNav a#up:hover,
	div#thumbNav a#dn:hover {
		background-position: 14px -37px;
	}
	div#thumbNav a#up {
	 background: transparent url(../img/imgnav_uparrow.gif) 14px 0 no-repeat;
	}
	div#thumbNav a#dn {
	 background: transparent url(../img/imgnav_dnarrow.gif) 14px 0 no-repeat;
	}

/* footer div
/*-------------------------------------------------------------------------
*/
div#footer{
	clear:both;
	padding: 26px 0 0 0;
	font-size:9px;
	color:#894c51;
	text-align:center;
}

/* utility classes
/*-------------------------------------------------------------------------
*/

/* clearfix forces elements containing floats to expand */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end clear float hack */
