<style media="screen" type="text/css">
    /* <!-- */
	/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#000000;
		background-color:#000000;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:100%;
		font-family:Arial, Helvetica, sans-serif;
    }
	
	
	hr {
    color: #FF00FF;
	background-color: #FF00FF;
	height: 1px;
}
	
	a {
    	color:#999999;
	}
	a:hover {
		color:#fff;
		background:#999999;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		color:#CCCCCC;
		font-family:Helvetica, Arial, sans-serif;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
		color:#CCCCCC;
		font-size:12px;
		font-family:Helvetica, Arial, sans-serif;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:1px solid #FF00FF;
	}
	#header p,
	#header h1 {
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	}
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
		font-size:11px;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
		font-family:Helvetica, Arial, sans-serif;
		font-size:14px;
		text-transform:uppercase;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#000000;
	    color:#cccccc;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
		font-family:Helvetica, Arial, sans-serif;
		font-size:14px;
		text-transform:uppercase;	
		}
	#header ul li a:hover {
	    background:#000000;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
		font-family:Helvetica, Arial, sans-serif;
		font-size:14px;
		text-transform:uppercase;
	}
	#header ul li a span {
	    display:block;
	}
	
	/* header home */
	
	 #headerHOME {
        clear:both;
        float:left;
        width:100%;
    }
	#headerHOME {
		border-bottom:1px solid #FF00FF;
	}
	#headerHOME p,
	#headerHOME h1 {
	font-size:14px;
	}
	#headerHOME h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
		font-size:11px;
	}
	#headerHOME ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#headerHOME ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#headerHOME ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#000000;
	    color:#cccccc;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#headerHOME ul li a:hover {
	    background:#000000;
		color:#fff;
	}
	#headerHOME ul li a.active,
	#headerHOME ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#headerHOME ul li a span {
	    display:block;
	}
	
	
	
	
	/* 'widths' sub menu */
	#layoutdims {
		background:#000000;
	    color:#cccccc;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	#layoutdims a {
	text-decoration:underline;
	}
	
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#000000;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#000000;    	/* Centre column background colour */
		border-right-style:dotted;
		border-color:#ff00ff;
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#000000;    	/* Left column background colour */
		border-right-style:dotted;
		border-color:#ff00ff;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	border-bottom-style:dotted;
		border-color:#ff00ff;
}

	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->
	
	  <!--[lightbox]>
	  
	  #jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: left;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
	  
	    <!--[end lightbox]>
	
	
	
	