/***RESET CSS***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}






body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../background.jpg);
	background-repeat: no-repeat;
	background-position:top;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#centering {
	margin:0px auto;
	width:900px;
}







/***Photos Page ***/

#wrapper{
	padding:20px 0px;
	font-size:13px;
	text-shadow:1px 1px 0 #eaeaea;
	overflow:hidden;
}
#wrapper img{
	/*width:330px;*/
}
#wrapper .imageThumb img{
	height:auto;
    width:75px;
    opacity:0.7;
    cursor:pointer;
}


#fixedHeight {
	height:650px;
}


#imageWrapper{
	margin-left:auto;
	margin-right:auto;
	border:1px solid #9a9a9a;
	-moz-box-shadow:2px 2px 3px #cfd2d9;
	-webkit-box-shadow:2px 2px 3px #cfd2d9;
	margin-bottom:10px;
	width:656px;
}


#imageWrapperInner{
	margin-left:auto;
	margin-right:auto;
    border:1px solid #fff;
    padding:2px;
	text-align:center;  
  }

 
 .imageThumbWrapper{
	overflow:hidden;
	display:block;
	margin:-200px auto 20px;
	clear:both;
	width:665px;
 }
 
 .imageThumb{
	float:left;
	width:75px;
	margin:10px 4px;

 }
  
  


