/*****************************************************
**		BASIC STYLING OF MAIN ELEMENTS				**
*****************************************************/

#container {
	width: 900px;
	margin: 50px auto 30px auto;
}
#header {
	width: 900px;
	height: 100px;

}
#logo {
	float:left;
}
#menu {
	float:right;
	text-align: right;
	margin: 33px 0 0 0;
}
#content {
	width: 900px;
}
.content_box {
	width: 900px;
	height: 550px;
	border: 1px solid #333333;
	overflow: hidden;
	display: block;
}
.subnavigation {
	width: 900px;
	height: 100px;
}



/*****************************************************
**		MENU STYLING 								**
*****************************************************/

#menu a{
	background: url('../img/navigation_buttons.gif') no-repeat;
	float:left;
	margin: 0 0 0 15px;
	overflow: hidden;
	text-indent: -200px;
	height: 15px;
}

a#btn-biography {
	background-position: 0 0;
	width: 52px;
}
a#btn-biography:hover { background-position: -60px 0; }
a#btn-biography.selected { background-position: -120px 0; width: 60px;}

a#btn-commissioned {
	background-position: 0 -15px;
	width: 72px;
}
a#btn-commissioned:hover { background-position: -84px -15px; }
a#btn-commissioned.selected { background-position: -168px -15px; width: 84px;}

a#btn-underwater {
	background-position: 0 -30px;
	width: 60px;
}
a#btn-underwater:hover { background-position: -68px -30px; }
a#btn-underwater.selected { background-position: -130px -30px; width: 74px;}

a#btn-personal {
	background-position: 0 -45px;
	width: 44px;
}
a#btn-personal:hover { background-position: -53px -45px; }
a#btn-personal.selected { background-position: -106px -45px; width: 53px;}

a#btn-contact {
	background-position: 0 -60px;
	width: 39px;
}
a#btn-contact:hover { background-position: -44px -60px; }
a#btn-contact.selected { background-position: -88px -60px; width: 44px;}




/*****************************************************
**		PAGINATION STYLING 							**
*****************************************************/

.notclickableRight {
	float: right;
	width: 20px;
	height: 20px;
	background: url('../img/next_prev_buttons.gif') no-repeat -20px -20px;
	text-indent: -200px;
	overflow: hidden;
}
.notclickableLeft {	
	float: left;
	width: 20px;
	height: 20px;
	background: url('../img/next_prev_buttons.gif') no-repeat -20px 0;
	text-indent: -200px;
	overflow: hidden;
}



/*****************************************************
**		SUBNAVIGATION STYLING 						**
*****************************************************/

img {
	border: 0;
}
.subpage_nav {
	margin: 40px 0 0 0;
	float: right;
	width: 100px;
	text-align: right;
}
.subnav_box {
	float:left;
	clear:both;
	width: 100px;
	margin: 0 0 5px 0;
}
.subpage_nav a {
	line-height: 1.5em;
}
.thumbs {
	width: 42px;
	height: 11px;
	background: url('../img/thumb_gallery_buttons.gif') no-repeat 0 0;
	float: left;
	text-indent: -200px;
	overflow: hidden;
}
.thumbs:hover {
	background-position: -42px 0;
	float: left;
}
.thumbsSelected {
	width: 42px;
	height: 11px;
	background: url('../img/thumb_gallery_buttons.gif') no-repeat -84px 0;
	float: left;
	text-indent: -200px;
	overflow: hidden;
}
.gallery {
	width: 37px;
	height: 15px;
	background: url('../img/thumb_gallery_buttons.gif') no-repeat 0 -11px;
	float: right;
	text-indent: -200px;
	overflow: hidden;
}
.gallery:hover {
	background-position: -42px -11px;
	float: right;
}
.gallerySelected {
	width: 42px;
	height: 15px;
	background: url('../img/thumb_gallery_buttons.gif') no-repeat -84px -11px;
	float: right;
	text-indent: -200px;
	overflow: hidden;
}
.previous, .next {
	background: url('../img/next_prev_buttons.gif') no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	text-indent: -200px;
	overflow: hidden;
}
.next {	background-position: 0 -20px; }
.next:hover {	background-position: -20px -20px; }
.previous {	background-position: 0 0; }
.previous:hover {	background-position: -20px 0; }
.pagenumber {
	float: left;
	width: 60px;
	text-align: center;
}
.subnav_info_box {
	float: left;
	text-align: left;
	margin: 40px 0 0 0;
}
.subnav_info_box div{
	font-style: italic;
	float: left;
	line-height: 1.5em;
	margin: 0 20px 0 0;
}
.subnav_info_box div.clearleft {
	clear: left;
}


/*****************************************************
**		THUMBS VIEW STYLING 						**
*****************************************************/

#thumbs_box {
	margin: 45px 60px;
}
#thumbs_box a{
	float: left;
	margin: 15px;
}



/*****************************************************
**		BIOGRAPHY STYLING 							**
*****************************************************/

.introPane {
	width: 900px;
	float: left;
}

.biography_leftpane {
	width: 300px;
	float: left;
}
.biography_rightpane {
	width: 600px;
	float: right;
}
.biography_text_box {
	width: 460px;
	height: 430px;
	padding: 10px 20px;
	margin: 50px;
	border-left: 1px solid #333333;
	line-height: 1.5em;
	text-align: justify;
}
.biography_text_box p {
	margin: 20px 0;
}



/*****************************************************
**		CONTACT STYLING 							**
*****************************************************/

#contact_rightpane {
	width: 650px;
	float: right;
}
.contact_box {
	margin: 50px 0 0 0;
	width: 250px;
	float: left;
}
.contact_title {
	font-style: italic;
	margin: 0 0 30px 5px;
}
.contact_text {
	padding: 0 0 0 5px;
	border-left: 1px solid #333333;
	line-height: 1.5em;
}
.links_box {
	margin: 50px 0 0 0;
	float: left;
	width: 250px;
}
.studio_box {
  margin: 50px 0 0 0;
  float: left;
  width: 250px;
}


