* {
		margin: 0px;
		padding: 0px;
}

body {
		padding: 0;
		font-family: Helvetica, 'Lucida Grande', verdana, sans serif;
		font-size: 100%;
		line-height: 100%;
		margin-top: 0px;
		margin-right: 0;
		margin-bottom: 0px;
		margin-left: 0;
		background-color: #222222;
		background-image: url(metallo_bg.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		background-attachment: fixed;
}


#container {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 905px;
		height: 100%;
		background-color: #222222;
}

#header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	width: 905px;
	height: 364px;
	background-color: 222222;
}



#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
	width: 855px;
	background-color: #222222;
		
}

#contentleft {
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 25px;
	padding-bottom: 10px;
	width: 300px;
	background-color: #222222;
	padding-top: 0px;
		
}

#contentright {
	float: left;
	margin-left: auto;
	;
	margin-right: auto;
	padding-right: 25px;
	padding-left: 28px;
	padding-bottom: 50px;
	width: 465px;
	background-color: #222222;
	width: 462px;
	padding-top: 95px;
}

div.clearfloats {
	clear:both;
	}



#footer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 25px;
	padding-left: 25px;
	width: 855px;
	background-color: #222222;
		
		
}

#collage {
		position: relative;
		margin-left: auto;
		margin-right: auto;		
		color: #666;
		font-size: 80%;
		background: url(flashbg.jpg);
		width: 805px;
		height: 355px;
		padding-left: 25px;
		padding-bottom: 15px;
		margin-bottom: 5px;
		margin-top: 0px;
		background-repeat: no-repeat;
		
}

#slideshow {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 351px;
		width: 830px;
		margin-bottom: 5px;
		
}

#portfolio {
		position: relative;
		margin-left: auto;
		margin-right: auto;		
		color: #666;
		font-size: 80%;
		background: url(flashbg.jpg);
		width: 805px;
		height: 540px;
		padding-left: 25px;
		padding-bottom: 15px;
		margin-bottom: 5px;
		margin-top: 0px;
		background-repeat: no-repeat;
		
}


#navigation{
	margin-left: auto;
	margin-right: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 45px;
	width: 805px;
	position: relative;
	text-align: center;
	height: 110px;
	background-image: url(images/header5.jpg);
}

ul#nav li { display: inline; }

ul#nav li a {
	padding: 5px 35px 15px 15px;
	text-decoration: none;
	color: #b1a99e;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul#nav li a:hover {
	color: #FFFFFF;
}

#navigation ul li ul {
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:25%; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:340px; /*aligns the drop exactly under the menu */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	font-variant: normal;
	}
#navigation ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
		font-variant: normal;
			padding-bottom: 10px;


	}
/* make the drop-down display as the menu is rolled over */
#navigation ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
#navigation ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */



a:link {
		text-decoration: none;
}

a:hover {
		color: #fff;
}

.header{
		padding-right: 25px;
		padding-left: 25px;
		text-align: center;
}

.content{
		padding-top: 35px;
		padding-right: 25px;
		padding-left: 25px;
		font-family: Helvetica, 'Lucida Grande', verdana, sans serif;
		font-size: 80%;
		color: #adad9f;
		line-height: 140%;
		
}

.content2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #adad9f;
	line-height: 140%;
	padding-left: 35px;
		
}

.artists{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #adad9f;
	line-height: 140%;
	padding-left: 35px;
	
}

.artistname {font-size: 120%; font-variant: small-caps; }

.bio {
	font-family: helvetica, arial, verdana, "sans serif";
	font-size: 85%;
}

.artists a:hover {
	color: #fff;
}


.smallcap {
		font-family: Georgia, serif;
		font-variant: small-caps;
		font-size: 150%;
		letter-spacing: 2px;
} 

.line {
		margin-left: auto;
		margin-right: auto;
}

.footer {
	color: #86867d;
	padding-left: 25px;
	padding-right: 25px;
	font-family: helvetica, arial, verdana, sans serif;
	font-size: 60%;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 77px;
	padding-top: 60px;
}

ul#footernav {
		padding: 0;
		margin: 0;
		color: #86867d;
		width: 100%;
}

ul#footernav li { display: inline; }

ul#footernav li a {
 	 padding: 0px 10px; 0px; 10px;
 	 text-decoration: none;
}

a:link, a:visited { color: #86867d; }

ul#footernav li a:hover {
	color: #fff;
}

p a:link, p a:visited { color: #86867d; }
ul#nav li a {
	padding: 5px 35px 0px 15px;
	text-decoration: none;
	color: #b1a99e;
	font-variant: small-caps;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*lightbox styles*/

#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{    /* sets padding around image */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;
			border-bottom-width: 0px}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	line-height: 1.4em;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	color: #2d2d28;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
	}

#imageData{
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 33px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 20px;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

