<!-- Created for use on BenjaminMBader.com -->

*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000 url('menu_back.gif') top center repeat-x;
}
body{
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Century Gothic", "Bauhaus 93", "Arial Narrow", Helvetica, sans-serif;
	font-size: 13px;
	min-width: 900px;
	text-align: center;
	background: url('header.gif') top left no-repeat;
}
h1{
	clear: both;
	font-weight: normal;
	font-size: 1.15em;
	letter-spacing: .3em;
}
p{
	word-spacing: .1em;
	line-height: 1.5em;
	letter-spacing: .05em;
	text-align: left;
}
a{
	font-weight: bold;
	color: #dff9f7;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#wrapper{
	position: relative;
	display: block;
	min-height: 100%;	
	width: 100%;
}
* html #wrapper{
	height: 100%;
}
#wrapper #header{
	display: block;
	position: relative;
	z-index: 12;
	clear: both;
}
#wrapper #pageHeader{
	margin: 0;
	padding: 0;
	display: block;
	width: 434px;
	height: 220px;
	float: left;
}
#wrapper #pageHeader span{
	display: none;
}
#wrapper #nav, #wrapper #nav li .subMenu{
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	font-size: 1em;
	letter-spacing: .05em;
}
#wrapper #nav a{
	display: block;
	overflow: hidden;
	height: 26px;
	font-size: .8em;
	color: #fff;
	padding-top: 4px;
	padding-right: 20px;
	text-decoration: none;
}
#wrapper #nav a:hover{
	color: #000;
}
#wrapper #nav li{
	float: left;
	position: relative;
}
#wrapper #nav li .subMenu{
	display: none;
	position: absolute;
	z-index: 24;
	top: 1em;
	left: 0;
}
#wrapper #nav > li .subMenu{
	margin: 0;
	padding: 0;
	z-index: 12;
	top: 29px;
	left: 0;
}
#wrapper #nav > li .subMenu li{
	text-align: left;
}
#wrapper #nav > li:hover .subMenu{
	display: block;
	background: black;
}
#wrapper #nav .subMenu a{
	color: #000;
	margin: 0;
	margin-bottom: 1px;
	padding-top: 6px;
	padding-left: 3px;
	display: block;
	width: 140px;
	background: #e3fdff;
}
#wrapper #nav .subMenu a:hover{
	background: #9ec0c6;
	color: #000;
}
#wrapper #nav #home{
	margin: 0;
	padding: 0;
	float: right;
}
#wrapper #nav #home a{
	position: relative;
	z-index: 5;
	top: 5px;
	left: -10px;
	display: block;
	height: 57px;
	width: 57px;
	background: url('logo.gif') top left no-repeat;
}
#wrapper #nav #home span{
	display: none;
}
#wrapper #quoteBox{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	right: 70px;
	float: right;
	clear: both;
	width: 500px;
	font-size: .9em;
	text-align: left;
}
#wrapper #quoteBox cite{
	display: block;
	text-align: right;
}
#wrapper #content{
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 850px;
	clear: both;
	text-align: left;
}
#wrapper #content.noQuote{
	position: relative;
	top: -60px;
}
#wrapper .wide{
	width: 55%;
	float: left;
}
#wrapper .wide .newImages{
	clear: both;
}
#wrapper .wide .newImages ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper .wide .newImages ul li, #wrapper #galleryHome ul li{
	padding-bottom: 30px;
	padding-right: 10px;
	float: left;
}
#wrapper .wide .newImages h1 a, #wrapper #galleryHome h1 a{
	color: #bfd3d7;
	text-decoration: none;
}
#wrapper .wide .newImages h1 a:hover, #wrapper #galleryHome h1 a:hover{
	color: #7f9397;
	text-decoration: none;
}
#wrapper .wide .newImages ul li a img, #wrapper #galleryHome ul li a img{
	border: 2px solid #bfd3d7;
}
#wrapper .wide .newImages ul li a:hover img, #wrapper #galleryHome ul li a:hover img{
	border: 2px solid #7f9397;
}
#wrapper .wide p, #wrapper .thin p, #wrapper .thin ul, #wrapper .full p, #wrapper .full h4{
	margin: 0;
	padding: 10px;
	color: #111;
	background: #5f7377;
}
#wrapper .thin ul{
	list-style: none;
}
#wrapper .thin{
	width: 40%;
	float: right;
}
#wrapper .full{
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
#wrapper .full img{
	padding-right: 10px;
	float: left;
}
#wrapper #galleryHome p{
	background: transparent;
	color: #bfd3d7;
}
#wrapper #galleryHome ul{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}
#wrapper #galleryHome img{
	margin: 0;
	padding: 0;
}
/* art sections */
#finImage, #comImage, #tatImage{
	margin: 0 auto;
	margin-top: -50px;
	clear: both;
	width: 600px;
	color: #5f7377;
	text-align: center;
	color: #fff;
}
#finImage h1, #comImage h1, #tatImage h1{
	margin: 0;
	padding: 0;
	text-align: center;
}
#finImage p, #comImage p, #tatImage p{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}
#finImage #imageP, #comImage #imageP, #tatImage #imageP{
	margin: 0 auto;
	padding: 0;
	width: 300px;
	background: transparent;	
}
#finImage #imageMeta, #comImage #imageMeta, #tatImage #imageMeta{
	position: relative;
	top: -40px;
	clear: both;
}
#finImage #imageMeta p, #comImage #imageMeta p, #tatImage #imageMeta p{
	background: transparent;
	color: #bfd3d7;
	text-align: left;
}
#finImage #imageMeta a, #comImage #imageMeta a, #tatImage #imageMeta a{
	text-decoration: none;
	color: #99FFFF;
}
#finImage #imageMeta a:hover, #comImage #imageMeta a:hover, #tatImage #imageMeta a:hover{
	color: #999;
}
#finImage #tocList, #comImage #tocList, #tatImage #tocList{
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	height: 150px;
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 1em;
}
#finImage #tocList p, #comImage #tocList p, #tatImage #tocList p{
	background: transparent;
	color: #bfd3d7;
	margin: 0 auto;
	text-align: center;
}
#finImage #tocList a, #comImage #tocList a, #tatImage #tocList a{
	margin: 0 20px 0 20px;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
}
#finImage #tocList a:hover, #comImage #tocList a:hover, #tatImage #tocList a:hover{
	text-decoration: underline;
}
/* fine art section */
#finImage #imageP img{
	position: relative;
	top: -28px;
}
#finImage #topLeft{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	position: relative;
	left: -1px;
	z-index: 1;
	background: url('finImage_top.gif') top left no-repeat;
	
}
#finImage #bottomLeft{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	top: -56px;
	left: -1px;
	background: url('finImage_bottomLeft.gif') top left no-repeat;
}
#finImage #topRight{
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	left: 1px;
	background: url('finImage_topRight.gif') top right no-repeat;
	
}
#finImage #bottomRight{
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	left: 1px;
	top: -56px;
	background: url('finImage_bottomRight.gif') top right no-repeat;
}
/* commerial section */
#comImage #imageP img{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-top: -31px;
	padding: 0;
}
#comImage #imageMeta{
	top: -100px;
}
#comImage #topLeft{
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	position: relative;
	left: -27px;
	background: url('comImage_top.jpg') top left no-repeat;
	
}
#comImage #bottomLeft{
	display: block;
	float: left;
	height: 50px;
	width: 185px;
	position: relative;
	top: -23px;
	left: -27px;
	background: url('comImage_bottomLeft.jpg') top left no-repeat;
	
}
#comImage #topRight{
	display: block;
	float: right;
	height: 58px;
	width: 57px;
	position: relative;
	left: 27px;
	background: url('comImage_topRight.jpg') top right no-repeat;
	
}
#comImage #bottomRight{
	display: block;
	float: right;
	height: 172px;
	width: 50px;
	position: relative;
	top: -145px;
	left: 27px;
	background: url('comImage_bottomRight.jpg') top right no-repeat;
	
}
/* tattoo section */
#tatImage #imageP img{
	position: relative;
	top: -28px;
}
	
#tatImage #topLeft{
	display: block;
	float: left;
	height: 58px;
	width: 57px;
	position: relative;
	left: -31px;
	z-index: 2;
	opacity: .8;
	filter: alpha(opacity='80');
	background: url('tatImage_top.gif') top left no-repeat;
	
}
#tatImage #bottomLeft{
	display: block;
	float: left;
	height: 58px;
	width: 57px;
	position: relative;
	top: -58px;
	left: -29px;
	z-index: 2;
	opacity: .8;
	filter: alpha(opacity='80');
	background: url('tatImage_bottomLeft.gif') top left no-repeat;
	
}
#tatImage #topRight{
	display: block;
	float: right;
	height: 58px;
	width: 57px;
	position: relative;
	left: 29px;
	z-index: 2;
	opacity: .8;
	filter: alpha(opacity='80');
	background: url('tatImage_topRight.gif') top right no-repeat;
	
}
#tatImage #bottomRight{
	display: block;
	float: right;
	height: 58px;
	width: 57px;
	position: relative;
	left: 31px;
	top: -58px;
	z-index: 2;
	opacity: .8;
	filter: alpha(opacity='80');
	background: url('tatImage_bottomRight.gif') top right no-repeat;
	
}
/* general */
#wrapper #tocList .nextImage{
	margin: 0;
	padding-right: 110px;
	padding-bottom: 65px;
}
#wrapper #tocList .previousImage{
	margin: 0;
	padding-left: 110px;
	padding-bottom: 65px;
}

/* footer */
#footer{
	position: relative;
	margin-top: -70px;
	height: 183px;
	background: url('footer_corner.gif') bottom right no-repeat;
	clear: both;
	color: #ccc;
}
#footer p{
	text-align: center;
	padding-top: 90px;
	padding-right: 5px;
	float: right;
	font-size: .95em;
	color: #111;
}
#footer span{
	font-size: .75em;
}
.ffix{
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
