/*
/////////////////////////////////////////////////////////////////////////////	

	TJ - www.css and www.js
	
	Contents:
	
	1 General
	2 Structure and Fonts
	3 Home Page
	4 Gallery Page
	
	Pciture sizes:  H 500 x 375 and 50 x 38 pixels
					V 375 x 500 and 50 x 67 pixels
					
	NB original site was clipped by widescreen format (only 768 px high)
	

/////////////////////////////////////////////////////////////////////////////	
*/	


/*
/////////////////////////////////////////////////////////////////////////////	

	1 General
	
/////////////////////////////////////////////////////////////////////////////	
*/

	
		
/*
/////////////////////////////////////////////////////////////////////////////	

	2 Structure and Fonts
	
/////////////////////////////////////////////////////////////////////////////	
*/

#wrapper {
		text-align: left; /* hack */
		width: 880px;
		margin: 10px auto; /* offset from top (and bottom) plus centered */
		background: #ffffff;
		padding: 10px; /* padding between wrapper and any subwrappers ie white margin */
		}
		
#mastHead{
		margin-bottom: 0px;
		padding-top: 20px;
		padding-left: 120px;
		font: 36px Century Gothic, sans-serif;
		color: #FF9933;
		background: #eeeeee;	
		} 
		
#mastHeadLower {
		margin-bottom: 0px;		
		padding-top: 0px;
		padding-bottom: 10px;
		padding-left: 120px;		
		font: 18px Century Gothic, sans-serif;
		color: #FF9933;
		background: #eeeeee;		
		}

#mastHeadLowest {
		text-align: right;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-right: 95px;
		font: 20px Century Gothic, sans-serif;
		color: #FF9933;
		background: #eeeeee;
		border-top: 1px solid blue;
		}
		
#contents {	
		height: 550px;
		background: #eeeeee;
		}	

/*
/////////////////////////////////////////////////////////////////////////////	

	3 Home Page
	
/////////////////////////////////////////////////////////////////////////////	
*/

#loginwrapperHomePage {
		padding-top: 200px;
		text-align: center;	
		}	
		
#loginwrapperHomePage p{
		font: 28px Century Gothic, sans-serif;
		color: #0000FF;
		}

#footerHomePage {
		height: 20px;
		margin-top: 0px;			
		padding: 10px; 
		background: #eeeeee;
		border-top: 1px solid blue;
		}	

/*
/////////////////////////////////////////////////////////////////////////////	

	4 Gallery Page
	
/////////////////////////////////////////////////////////////////////////////	
*/



#contentsPicsR {
		margin-top: 12px;
		float: right;
		width: 300px;
		margin-right: 0px;
		margin-bottom: 30px;
		padding: 0px;
		} 
		
.Hpic {
		position: absolute;
		width: 350px;
		height: 263px;
		}
.Vpic {
		position: absolute;
		width: 263px;
		height: 350px;
		}
		
.thumbnails {
		float: right;
		width: 50px;
		margin: 1px;
		border: 1px solid #0000FF;
		}
		
#footerGalleryPage {
		clear: both;
		margin-top: 0px;			
		padding-top: 10px;
		border-top: solid #0000FF 1px; 
		background: #eeeeee;
		}	
		
#footertxtGalleryPage {
		padding-left: 120px;				
		font: 18px Century Gothic, sans-serif;
		color: #0000FF;
		}