body
{
background-color:#3B240B;
margin: 0;
padding: 0;
}

#album { content: url(image/front.jpg), contents; }

#h1
{
background-image:url('image/logo.jpg');
background-repeat:no-repeat;
height:114px;
width:469px;
background-position:center;
}

h1#coll
{
background-image:url('image/coll.jpg');
background-repeat:no-repeat;
height:42px;
width:235px;
background-position:center;
}

h1#clascol
{
background-image:url('image/clascol.jpg');
background-repeat:no-repeat;
height:42px;
width:245px;
background-position:center;
}

h1#aw
{
background-image:url('image/aw1.jpg');
background-repeat:no-repeat;
height:42px;
width:245px;
background-position:center;
}

h1#stock
{
background-image:url('image/stock.jpg');
background-repeat:no-repeat;
height:42px;
width:128px;
background-position:center;
}

h1#contact
{
background-image:url('image/contact.jpg');
background-repeat:no-repeat;
height:42px;
width:152px;
background-position:center;
}

#h2
{
padding-left:250px;
padding-right:250px;
font-family:"cambria";
font-size:32px;
color:white;
text-align:center;
}

#h3
{
padding-left:250px;
padding-right:250px;
font-family:"cambria";
font-size:25px;
color:white;
text-align:center;
}

h3#clastxt
{
background-image:url('image/clastxt.jpg');
background-repeat:no-repeat;
height:120px;
width:465px;
background-position:center;
}

h3#awtxt
{
background-image:url('image/awtxt.jpg');
background-repeat:no-repeat;
height:120px;
width:465px;
background-position:center;
}

#h4
{
padding-left:250px;
padding-right:250px;
font-family:"cambria";
font-size:20px;
color:white;
text-align:center;
}

ul
{
text-align:center;
}
li
{
display:inline;
float:center;
background-color:#3B240B;
padding:5px;
font-family:"cambria";
color:white;
margin-left:5px;
margin-right:5px;
}

.white A:link {color:#FFFFFF;}      /* unvisited link */
.white A:visited {color:#FFFFFF;}  /* visited link */
.white A:hover {color:#FFFFFF;}  /* mouse over link */
.white A:active {color:#FFFFFF;}  /* selected link */

a:link {color:#FFFFFF;}      /* unvisited link */
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

img
{
position:centre;
}


p
{
padding-left:250px;
padding-right:250px;
text-align:justify;
font-family:"cambria";
font-size:15px;
color:white;
}

strong
{
text-align:justify;
font-family:"cambria";
color:white;
}

table
{
padding-left:20%;
padding-right:20%;
width:100%;
height:175px;

}

td
{
padding:10px;
font-family:"cambria";
font-size:15px;
color:white;
}

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