/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#000000;
	font-size:15px;
	font-family: HelveticaNeue, Helvetica Neue, Arial, sans-serif;
	color:#CCCCCC;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:justify;
	}

html, body {
     min-height:100.1%;
	}
	
	
#logo {
	
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	
}

#logo {
	float: left;
	width:239px;
	height:35px;
	margin: 0;
	padding:0;
	text-indent:-9999px;
	/*background-image: url(../../../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	
	
}

#logo a {
	width:239px;
	display:block;
	height:35px;
	padding:0;
	margin:0;
	background-image:  url(../../../images/logo.jpg);
	
}

#logo a:hover {
	width:239px;
	height:35px;
	padding:0;
	margin: 0;
	background-image:  url(../../../images/logo.jpg);
	background-position: 0px -35px;
}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#22B3DE;
	text-decoration:none;
	}

a:hover {
	color:#146D87;
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

#title {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:200%;
	color:#666666;
	}
		
/* .............................. */
/* Content*/
/* .............................. */

#photo {
    background:#666666;
    padding:2px;
	}
#image-navigate {
	width:24px;
	color:#666666;
	}
	
#image-navigate a {
	color:#333333;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
	text-align:justify;
	width:800px;
	margin:0px auto;
	}
	
#image-notes {
	width:800px;
	vertical-align:top;
	}

.contactForm {
 font-weight: normal;
 color: #CCCCCC;
 border: 0px;
 padding: 4px;
 background-color: #000000;
 border-bottom: 1px solid #666666;
 }
 .contactForm2  { 
 color: #eeeeee; 
 padding: 4px;
 font-weight: normal; 
 background-color: #000000; 
 border: solid 1px #666666; 
 }
	

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   font-size:80%;
   }


