body{margin:0px; background-color:black; background-image:url('images/background.png'); background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif; color:white; font-size:11px;}
	
img{border-width:0px;}

.header_wrapper{z-index:0; position:relative; top:5px; left:0px; width:100%; height:134px;}
	.header{z-index:1; position:relative; width:960px; height:211px; margin-left:auto; margin-right:auto;}
	.header_navi{z-index:2; position:absolute; top:77px; left:0px; width:960px; padding:10px; padding-top:8px; padding-bottom:8px;
		background-color:black;  background-image:url('images/background.png'); background-repeat:repeat-x;
		color:#C2D3E4; font-size:14px; word-spacing:30px;
		-webkit-border-radius:5px; -moz-border-radius:5px;
		border-width:1px; border-style:solid; border-color:#1E2239;
	}
	img.header_logo{z-index:3; position:absolute; top:0px; left:360px;}
	
.content_wrapper{z-index:0; position:relative; top:10px; left:0px; width:100%;}
	.content{z-index:1; position:relative; width:960px; margin-left:auto; margin-right:auto;}

.home_wrapper{z-index:1; position:relative; top:0px; left:0px; height:500px; width:980px;}
	.home_left{z-index:2; position:absolute; top:0px; left:0px; width:670px; height:500px;
			background-color:black;  background-image:url('images/home.jpg'); background-repeat:no-repeat;
			-webkit-border-radius:5px; -moz-border-radius:5px;
			border-width:1px; border-style:solid; border-color:#1E2239;
		}
		
	.home_right{z-index:2; position:absolute; top:0px; right:0px; width:260px; height:480px; padding:10px;
			background-color:black;  background-image:url('images/background.png'); background-repeat:repeat-x;
			-webkit-border-radius:5px; -moz-border-radius:5px;
			border-width:1px; border-style:solid; border-color:#1E2239;
		}
		
		.home_gallery_wrapper{z-index:4; position:relative; top:0px; left:0px; height:80px; width:100%; margin-top:5px;}
			.home_gallery_screen{z-index:5; position:absolute; top:0px; left:0px; height:78px; width:118px; 
				border-width:1px; border-style:solid; border-color:#1D2338;
			}
			.home_gallery_description{z-index:5; position:absolute; top:0px; left:125px; width:130px; font-size:11px;}
			.home_gallery_button{padding-top:10px; text-align:center;}
	
.gallery{z-index:2; position:relative; top:0px; right:0px; width:960px; padding:10px;
			background-color:black;  background-image:url('images/background.png'); background-repeat:repeat-x;
			-webkit-border-radius:5px; -moz-border-radius:5px;
			border-width:1px; border-style:solid; border-color:#1E2239;}
	.gallery_row{z-index:3; position:relative; top:0px; left:0px; width:100%; height:80px; padding-top:10px;}
	img.thumb{border-width:1px; border-style:solid; border-color:#1E2239; width:85px; height:85px; float:left; margin-right:9px;}

.text_header{font-size:16px; padding-bottom:8px;}

.footer{z-index:0; position:relative; top:15px; left:0px; width:100%; height:150px; color:#CCCCCC;}
	.footer_wrapper{z-index:1; position:relative; top:10px; left:0px; width:960px; height:200px; margin-left:auto; margin-right:auto; }
	.footer_header{font-family:arial,sans-serif,monospace; font-size:16px; padding-bottom:10px; color:#C2D3E4;}
	.footer_website{position:absolute; top:0px; left:0px; }
	.footer_social{position:absolute; top:0px; left:100px; }
	.footer_posimotion{position:absolute; top:0px; left:200px;}
	.footer_logo{position:absolute; top:0px; right:0px; width:350px; text-align:right; font-size:10px;}
	
a:link{color:#C2D3E4; text-decoration:none;}
a:visited{color:#C2D3E4; text-decoration:none;}
a:hover{color:#C2D3E4; text-decoration:underline;}
a:active{color:#C2D3E4; text-decoration:none;}

/* For Overlay Javascript */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:black;  background-image:url('images/background.png'); background-repeat:repeat-x;
	-webkit-border-radius:5px; -moz-border-radius:5px;
	border-width:1px; border-style:solid; border-color:#1E2239;
	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: transparent url(../images/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(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: black;
	margin: 0 auto;
	line-height: 1.4em;
	}
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

