body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:none;
	font-family:Calibri, Geneva, Arial, Helvetica, sans-serif;
}

a:active  { color: #ff0000; } 
a:hover   { color: #FFFFFF; } 
a:link    { color: #000099; }
a:visited { color: #800080; } 

#outside_container {
	background:#000000	
}
#container_one {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(images/mike-youngnew.jpg) no-repeat;
	border: 1px solid #000000;
	height: 100%;
	text-align: left;
}
#container_two {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/mike-young-contact.jpg) no-repeat;
	border: 1px solid #000000;
	height: 100%;
	text-align: left;
}
ul#menu { 
	margin:0;
	padding:0px;
	position:absolute; top:96px; left:200px; width:500px;
	text-align:center;
	list-style:none;
	display:inline;
}
ul#menu li, ul#right_menu li {
	margin:0px;
	padding:21px;
	width:500px;
	list-style:none;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	display:inline;
} 

ul#menu li a, ul#right_menu li a {
	text-decoration:none;
	color:#ac7573;
}
ul#menu li a:hover, ul#right_menu li a:hover {
	text-decoration:none;
	color:#ffffff;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
}
img{  
	border-style:none; /* removes the ugly blue border on images in explorer */
}

/*
	Content
*/

#content {
	padding-top:179px;
	padding-left:50px;
	width:815px;
	color:#caa8a7;
	font-size:13px;
	line-height:20px;
}
.column1 { float:left; width:468px; margin-right:50px; }
.column2 { float:left; width:230px; margin-right:30px; }
.column3 { float:right; width:270px; }

#content h2 {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	color:#ffe484;
	margin:0px 0px 20px 0px;
	font-weight:normal;
	font-size: 13px;
}

#content h3 {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	color:#d9d1d0;
	margin:0px 0px 20px 0px;
	font-weight:normal;
}

ul.work {
	margin:0px; padding:0px;
}
ul.work li {
	list-style:none;
	margin:0px; padding:0px;
	clear:both;
}
ul.work li a {
	color:#caa8a7;
	display:block;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	font-size:10px;
}
ul.work li a img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;	
}
ul.work li a h4 {
	color:#caa8a7;
	margin:0px;
	font-weight:normal;
	font-size:13px;
}
ul.work li a:hover, ul.work li a:hover h4 { color:#ffffff; 
}
#footer {
	border-top:1px solid #795c5f;
	width: 760px;
	height: 65px;
	padding :20px 50px 0px;
	margin: 0 auto;
	background:url(images/footer.jpg);
	font-size:9px;
	line-height:14px;
}
#footer span {
	display:block;
	float:right;
	width:250px;
	color:#795c5f;
	text-align:right;
}
#footer a {
	color:#92a6bd;
	text-decoration:none;
}
#footer a:hover { color:#ffffff; 
}
.style1 {color: #ffe484;
		font-size:10px;
}
.style2 {color: #ffe484;
		font-size:11px;
		text-align:right;
		padding-right:10px;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}

#lightbox img{ width: auto; height: auto;}

#lightbox a img{ border: none; }



#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }

#imageContainer{ padding: 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;}



#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }



#imageDataContainer{ font: 10px Calibri, Verdana, Helvetica, Arial, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }



#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	



#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

