/* CSS Document */

html {
	 width:100%;
	min-height: 100%; margin-bottom: 1px; 
	}

textboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

body {
	background-color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	background-image:url('img/bg_body.jpg');
	background-repeat:repeat-x;
}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	float:left;
	width:900px;
	height:200px;
	background-color:#;
}

#headimg {
	display:inline;
	float:left;
	width:900px;
	height:200px;
	margin:0px;
	margin-left:0px;
	background-image:url('img/header_image.jpg');
	background-repeat:no-repeat;
}

#topnavi {
	display:inline;
	float:left;
	width:900px;
	height:33px;
	background-image:url('img/bg_topnavi.jpg');
	background-repeat:no-repeat;
	margin-top:0px;
}

#topnavi ul {
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:6px;
	margin-top:0px;
}

#topnavi ul li {
	float:left;
	height:28px;
	background-image:url('img/button_topnavi_norm.jpg');
	background-repeat:no-repeat;
	line-height:28px;
	margin-top:0px;

}

#topnavi ul li.selected {
	float:left;
	height:28px;
	background-image:url('img/button_topnavi_selected.jpg');
	background-repeat:no-repeat;
	line-height:28px;
	margin-top:0px;

}

#topnavi ul li a {
	line-height:28px;
	color:#4b4b4b;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li a:hover {
	line-height:28px;
	color:#4b4b4b;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:underline;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li.selected a {
	line-height:28px;
	color:#4b4b4b;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li.selected a:hover {
	line-height:28px;
	color:#4b4b4b;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:underline;
	padding-left:28px;
	padding-right:26px;
}

#bodybox {
	float:left;
	width:900px;
	background-image:url('img/bg_bodybox.jpg');
}

#bodybox2 {
	float:left;
	width:900px;
	background-image:url('img/bg_bodybox_2.jpg');
}

#subnavi {
	display:inline;
	float:left;
	width:220px;
	margin-left:6px;
	margin-top:35px;
	padding-bottom:10px;
}

#subnavi ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#subnavi ul li {
	height:24px;
	background-image:url('img/button_subnavi.jpg');
	background-repeat:no-repeat;
	line-height:24px;
	margin-left:22px;
	width:181px;
}

#subnavi ul li a {
	font-family:Verdana, sans-serif;
	font-size:13px;
	color:#4b4b4b;
	text-decoration:none;
	padding-left:10px;
}

#subnavi ul li a:hover {
	font-family:Verdana, sans-serif;
	font-size:13px;
	color:#8d8d8d;
	text-decoration:underline;
	padding-left:10px;
}

#subnavi ul li a.selected {
	font-family:Verdana, sans-serif;
	font-size:13px;
	color:#8f2323;
	text-decoration:none;
	padding-left:10px;
}

#subnavi ul li a.selected:hover {
	font-family:Verdana, sans-serif;
	font-size:13px;
	color:#8f2323;
	text-decoration:underline;
	padding-left:10px;
}

#content {
	display:inline;
	float:left;
	width:600px;
	margin-right:36px;
	margin-left:30px;
	margin-top:35px;
	padding-bottom:10px;
}

#content2 {
	display:inline;
	float:left;
	width:600px;
	margin-right:36px;
	margin-left:100px;
	margin-top:35px;
	padding-bottom:10px;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#8f2323;
}

#content2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#8f2323;
}

#content2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	padding-top:30px;
	color:#8f2323;
}

#content p {
	line-height:20px;
	font-size:13px;
	color:#4b4b4b;
}

#content2 p {
	line-height:20px;
	font-size:13px;
	color:#4b4b4b;
}

#linkbar {
	display:inline;
	float:left;
	width:900px;
	margin-right:50px;
	margin-left:50px;
	margin-top:35px;
	padding-bottom:10px;
}
img.padding {
	padding: 15px 13px 5px 13px;
	}

#footer {
	display:inline;
	float:left;
	width:900px;
	height:41px;
	background-image:url('img/bg_footer.jpg');
	background-repeat:no-repeat;
	text-align:center;
}

#footer p {
	margin:6px;
	padding:0px;
	line-height:28px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
}

#footer a {
	font-size:11px;
	color:#aaaaaa;
	text-decoration:none;
}

#footer a:hover {
	font-size:11px;
	color:#aaaaaa;
	text-decoration:underline;
}

div.imgbox {
	float:right;
	width:160px;
	height:250px;
	text-align:center;
	margin-left:30px;
	margin-bottom:10px;
}

div.imgbox2 {
	float:right;
	width:600px;
	height:150px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

div.imgbox3 {
	float:right;
	width:600px;
	height:250px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

div.imgbox4 {
	float:right;
	width:160px;
	height:250px;
	text-align:center;
	margin-right:30px;
	margin-bottom:10px;
	margin-top:50px;
}

div.imgbox img {
	border:1px solid #bbbbbb;
}

div.imgbox2 img {
	border:1px solid #bbbbbb;
}

div.imgbox p {
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#aaaaaa;
}

div.spacing1 {
	margin-left:25px;
	margin-right:25px;
}
#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(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/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;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


Angus
Angus
Angus Higgins
In reply to {0}
Download:[Pending]
I think you will have to do this: