/* ---------------------------------------------------- */
/*  css for structure 06                                */
/*  notes                                               */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* STRUCTURAL DIVS                                      */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/*  wrap (everything including header and footer)       */
/*  forces everything to centre of browser window       */
/* ---------------------------------------------------- */
div#wrap {
	width:796px; 
	margin-top:0px;
	margin-left:auto;   /* auto centre */
	margin-right:auto;  /* auto centre */
	position:relative;
} 
div#wrap {
	min-height:100%;
	height:auto !important; /* For normal browsers */
	height:100%; /* For IE */
}
div#wrap {
	min-height:300px;
	height:auto !important; /* For normal browsers */
	height:300px; /* For IE */
}




/* ---------------------------------------------------- */
/* header                                               */
/* ---------------------------------------------------- */
div#header {
	float:right; 
	width:796px;
	height:165px;
	margin-left:0px; 
} 

/* ---------------------------------------------------- */
/* footer                                               */
/* ---------------------------------------------------- */
div#footer {
	float:left; 
	width:796px;
	height:75px;
	margin-left:0px; 
	padding-top:10px;
} 


/* ---------------------------------------------------- */
/* navigation bar                                       */
/* ---------------------------------------------------- */
div#navigation {
	float:right; 
	width:796px;
	height:27px;
} 


/* ---------------------------------------------------- */
/* thumb_gallery (use for gallery of thumbnails)        */
/* ---------------------------------------------------- */
div#thumb_gallery {
	float:left; 
	width:388px;
	padding:20px 0 50px 0px;
} 
div#thumb_gallery {
	min-height:100%;
	height:auto !important; /* For normal browsers */
	height:100%; /* For IE */
}
div#thumb_gallery {
	min-height:400px;
	height:auto !important; /* For normal browsers */
	height:400px; /* For IE */
}

/* ---------------------------------------------------- */
/* main_image (goes alongside thumb_gallery)            */
/* ---------------------------------------------------- */
div#main_image {
	float:left; 
	width:408px; 
	margin-left:0px; 
	padding:20px 0px 20px 0px;
} 







/* ---------------------------------------------------- */
/* main_content                                         */
/* ---------------------------------------------------- */
div#main_content {
	float:left; 
	width:588px;
	padding:20px 0 0px 0;
} 

/* ---------------------------------------------------- */
/* main_content                                         */
/* ---------------------------------------------------- */
div#full_width {
	float:left; 
	width:796px;
	padding:20px 0 0px 0;
} 






/* ---------------------------------------------------- */
/* sub_image (goes alongside main_content)              */
/* ---------------------------------------------------- */
div#sub_image {
	float:left; 
	width:208px; 
	margin-left:0px; 
	padding:20px 0px 5px 0px;
} 






/* ---------------------------------------------------- */
/* end of file                                          */
/* ---------------------------------------------------- */

