@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;

}

body{
	font: 80%/110% Verdana, Helvetica, sans-serif;
	margin-top: 20px;
	background: #64686b;
	text-align: center;
}

#header{
	width: 885px;
	height: 100px;
	margin-left: 15px;	
}

a{
	text-decoration:none;/*Makes sure no underline appears on the text on the image hover*/
}


#squares li{
	width: 100px;
	border: solid #ffffff;
	border-width: 1px 1px 0 1px; /*needs this border seequence for even white border all round squares*/
	background :#ffffff;
	padding: 6px;/*Adust this to match top and left in a:hover*/
	padding-right: 8px;/*for some reason needs to be 8 instead of six to balance out the square?*/
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 16px;/*Space between images*/
}

#squares  a span{
	position: absolute;
	left: -9999px;

}

#squares a:hover span{
	color: #666666;
	padding: 5px 0 5px 0;
	font-size: 80%;
	border: 1px solid #cccccc;
	border-width: 0 0 10px 0;	
	top: 6px;
	left: 7px;
	width: 100px;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
} 


img{
	border: 1px solid #ffffff;/*Removes annoying grey border around linked images in firefox*/
	
	
}

#container{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#thumbs{
	width: 450px;
	float: left;
}

#mainimage{
	width: 415px;
	height: 550px;
	float: right;
	margin-top: 16px;
}

#titleheader{
	width: 885px;
	height: auto;
	margin-left: 15px;
	border: 1px solid gray;
}

#titleheader h2{
	font-size: 12px;
	color: #efefef;
	font-weight: normal;
	position: relative;
	left: 15px;
	padding: 6px;
}

#mainimage p {
 	font-size: 11px;
	color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}

#mainimage a:link { 
	color: #ffffff;
}

#mainimage a:hover { 
	color: #cccccc;
	text-decoration: none;
}
#mainimage a:active { 
	color: #ffffff;
}

.link{
	color: #ffffff; 
}


#gallerynavigation a:link { 
	color: #ffffff;
}

#gallerynavigation a:hover { 
	color: #333333;
	text-decoration: none;
}
#gallerynavigation a:active { 
	color: #ffffff;
}
 
#gallerynavigation{
	clear: both;
 	width: 400px;
	height: auto;
	margin-left: 15px;
	color: #efefef;
	font-size: 11px;
	border: 1px solid gray;
	padding: 6px;
 }
 
  #footer{
 	padding: 6px;
	width: 404px;
	color: #333333;
	margin: 0 auto;
	font-size: 11px;
	border: 1px solid gray;
	clear: both;
	position: relative;
	top: 10px;
 }
 
 #thumbs p{
  	font-size: 11px;
	color: #efefef;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 15px;
	margin-right: 15px;		
 }

 #thumbs a{
  	font-size: 11px;
	color: #ffcc33;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 1px;
	margin-right: 1px;		
 }