body {
	margin:10px 0px; padding:0px;
	text-align:center;
	background: #2A2528;
	}
	
div#content {
	width:900px;
	height: 700px;
	margin:0px auto;
	text-align:left;
	background-image: url(../images/eurosail.jpg);
	background-repeat:no-repeat;
	
	}
	
div#header{
	height: 353px;
	width: 900px;
	}
	
div#header img{
	border: none;
	}
	

div#main {
		 margin-left: 15px;
		 padding-right:5px;
         float: left;
         margin-left: -1px;
         padding-top: 5px;
         padding-left: 15px;
         padding-right: 2px;
         padding-bottom: 2px;
         width: 885px;
         height: 335px;
         color: black;
         font-family: verdana;
         font-size: 12px;
         overflow: auto;
         }

div#main img{
		margin: 2px;
		border: none;
		}
		
div#main table{
         width: 100%;
         font-family: arial;
         font-size: 12px;
         text-align: center;
         border: 1px solid #009FE3;
}

div#main tr {
         border: 1px solid #009FE3;
         padding 3px;

}



div#main p {
               width: 10px;
               padding: 10px;
               border: solid 3px #9AAEBE;
               font-size: 12px;
               text-align: center;
}

div#main h2{
		font-size:22px;
		color:#FF9900;
		font-weight:400;
		margin: 15px;
		}


div#main a{
		color: black;
		text-decoration:none;
		}

div#main ul, li{
		font-weight:400;
		margin: 5px;
		list-style-type:square;
		}


div#main a:hover{
		color: black;
		text-decoration:underline;
		}

div#left {
		float: left;
                width: 460px;
}
div#left img{
		margin: 2px;
		border: none;
		}

div#left h2{
		font-size:22px;
		color:#FF9900;
		font-weight:400;
		margin: 15px;
		}
div#left p{
             width: 450px;
             padding: 5px;
             text-align: left;
             border: none;
}

div#left ul, li{
		font-weight:400;
		margin: 5px;
		list-style-type:square;
		}


div#total {
		float: left;
                width: 700px;
}
div#total h2{
		font-size:22px;
		color:#FF9900;
		font-weight:400;
		margin: 15px;
		}
div#total p{
             width: 800px;
             padding: 5px;
             text-align: left;
             border: none;
}

div#right{
		width: 390px;
		float: rigth;
		heigth: 335px;
		}

div#right img{
		float: right;
		margin-right: 5px;
		margin-top: 15px;
		}


#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: #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: 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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: white;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #2A2528;
	}
