body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        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:90%;
	  font-family: Arial, Helvetica, sans-serif;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
	background:#383838;
    }
	#header {
	border-bottom:7px double #CFCFCF;	
	}
	#header p,
	#header h1,
	#header h2 {
	padding:.4em 15px 0 15px;
      margin:0;
	}
	#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;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* 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 */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#FFf;
	}
    .leftmenu .colright {
        float:left;
        width:180%;
		position:relative;
		left:300px;
        background:#fff;

    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
padding-top:2em;
	}
    .leftmenu .col2 {
        float:left;
        width:300px;
        position:relative;
        right:300px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:8px double #D53275;
    }
    #footer p {
        padding:10px;
        margin:0;
	  background:FFF;
    }


	
#images {
	height: auto;
	text-align: center;
	padding:5px;
	border:0;
	}

img {
	vertical-align: middle;
	margin:10px 0 5px;
	}

img.logo {

	padding:10px;
	width: 298px;
	height: 49px; 
	}

img.menu {
      float: right;
      border:0;
	}
img.gallery {
      float: right;
      border:0;
	padding-right:5px;
	}

img.rebecca1 {width: 29px;
	 height: 288px;
	margin-right: 3px;
	}
	
img.frodo {width: 65px;
	 height: 296px;
	margin-right: 5px;
	}

img.shakira {width: 98px;
	 height: 339px;
	margin-right: 3px;
	}

img.darren2 {width: 49px;
	 height: 316px;
	margin-right: 2px;
	}

img.home {width: 59px;
	border:0;
	height: 27px;
	}

img.blog {width: 86px;
	border:0;
	height: 29px;
	}


img.gallery {width: 95px;
	border:0;
	height: 29px;
	}


img.contact {width: 108px;
	border:0;
	height: 27px;
	}


img.links {width: 76px;
	border:0;
      height: 29px;
	}

#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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/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; }

<!--[if lt IE 7]>
    .col1 {
	    width:100%;
	}
 <![endif]-->



