* { 
padding : 0;
margin : 0;
} 

body { 
font-family : Arial, Helvetica, sans-serif;
color : #993300;
font-size : 12px;
}
 
#wrapper { 
width : 550px;
margin : 0 auto;
}
 
img.gallery { 
padding : 3px;
border : 1px solid #cc6600;
}

#header { 
margin : 5px 5px 0 5px;
height : 150px;
width:560px;
padding : 10px;
background-color : #ffffff;
background-image:url(images/header3.jpg);
background-repeat:no-repeat;

}
#navbar { 
margin : 0 5px 0 5px;
font-size : 12px;
width : 550px;
height : 32px;
background-color: #cc6600;
text-align : center;
text-transform : uppercase;

}
#menu { 
margin : 0 5px 5px 5px;

}
 
#navbar UL { 
padding-right : 0;
padding-left : 0;
padding-bottom : 0;
margin : 0;
padding-top : 10px;
text-decoration: none
}
 
#navbar UL LI { 
padding-right : 10px;
display : inline;
padding-left : 10px;
padding-bottom : 0;
margin : 0;
padding-top : 0;
list-style-type : none;
text-decoration: none;
} 

#navbar UL LI A { 
color : #FFFFFF;
text-decoration: none;
} 

#navbar UL LI A:hover { 
border-top-width : 0;
border-left-width : 0;
border-bottom-width : 0;
color : #FFFFFF;
border-right-width : 0;
text-decoration: underline;
} 

#maintextcolumn { 
margin : 0 5px 10px 5px;
display : inline;
padding : 10px;
width : 530px;
float : left;
min-height: 500px;
background-image : url(images/bg2.jpg);
background-repeat : repeat-x;
font-family : Arial, Helvetica, sans-serif;
color : #993300;
font-size : 12px;
} 

#maintextcolumn h1 { 
font-size : 1.5em;
padding-top : 5px;
padding-bottom : 10px;
color : #FFFFFF;
font-style: italic;
} 

#maintextcolumn h2 { 
font-size : 1.5em;
color : #993300;
font-style: italic;
} 

#maintextcolumn a { 
padding-left : 3px;
padding-right : 3px;
} 


#mainpagetext { 
margin : 0 5px 10px 5px;
padding-right: 10px;
width :300px;
float : left;
font-family : Arial, Helvetica, sans-serif;
color : #993300;
font-size : 12px;
} 

#abouttext { 
padding-left: 15px;
width :345px;
float : left;
font-family : Arial, Helvetica, sans-serif;
color : #993300;
font-size : 12px;
} 

#gallerytext { 
width :170px;
padding-right:10px;
float:left;
font-family : Arial, Helvetica, sans-serif;
color : #993300;
font-size : 12px;
} 

#gallery {
	width:320px;
	float:left;
}

#form {
	width:300px;
	padding-left: 180px;
}

#scroller {
	width: 200px;
	height:200px;
	float: right;
	padding-top:40px;
	
}

#profileimg {
	width: 165px;
	height: 200px;
	float:left;
}
	
#footer { 
margin : 0 5px 5px 5px;
color : #993300;
float : left;
width : 560px;
height : 58px;
background-color:#FFFFFF;
padding-left : 3px;
text-align : center;
padding-top : 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
} 

a img {
	border: none;
}

#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); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, 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; }


