﻿

.billboard {
	background-color: #FFCC66;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 300px;
	border: thin solid #663300;
	padding: 10px;
}
body {
	background-color:#336699;
	background-repeat: no-repeat;
}

#masthead {
	margin-right: auto;
	margin-left: auto;
	background-image: none;
}
.navbar {
	height: 25px;
	width: 450px;
	background-color: #ffcc66;
	border-style: solid solid solid solid;
	border-width: thin;
	border-color: #663300;
	margin: 10px auto 10px auto;
	padding: 5px;
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	font-style: inherit;
	font-variant: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	line-height: normal;
}
/*Title or description of contents of page
-------------------------------------------*/
.header {
	background: ;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding: 5;
	width: 300px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
/* contentblock: block for containing photos and discriptions
-------------------------------------------------------------*/
.contentblock {
	
	height: 2184px; 
	width: 750px; 
	margin-left: auto; 
	margin-right: auto;
	/*background-color: olive; /* temporary to highlight block*/ 
}	




#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 25px;
	bottom: auto;
}

/* default content background
------------------------------- */
#defaultcontentbackground {
	background-image:url('../images/thebaud.jpg');/*image background set for each page*/
	background-repeat: repeat;
	background-color: #FFFFFF;
	border: medium solid #663300;
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 800px;
}


/* Gallery content background
------------------------------ */
 
#gallerycontentbackground {
	background-image: url('../images/galbackBW4.jpg');/*image background set for each page*/;
	background-repeat: repeat;
	background-color: #FFFFFF;
	border: medium solid #663300;
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 800px;
	height: 800px;
}

/* Gallery Index 
Index of photos by member in gallery and gallery page 2
--------------------------------------------------------- */
.galleryindex {
	width:750px;
	height:200px;
	background-color: white;  /* to help locate block, normally set to no color */
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	padding:5px;
}

/* Galleryphotos
contains gallery model thumbnails and discription
--------------------------------------------------*/ 
.galleryphotos  {
	width: 750px;
	height: 200px;	
	/*background-color:white;  /* to help locate block normally set to no color */
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	float: none;
	vertical-align: top;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* Thumbnail Box
located inside galleryphotosbox and contains thumbnails of models in gallery
------------------------------------------------------------------------------ */
.thumbnailbox {
	width: 70px;
	height:70px;
	float:left;
	margin:5px,5px,5px,5px;
	/*background-color:gray; /* to help id the box, normally set to no color */ 
} 

/*Slipway content background
---------------------------------*/

#slipwaycontentbackground {
	background-image:url('../images/underconstruction2.jpg');/*image background set for each page*/
	background-repeat: repeat;
	background-color: #FFFFFF;
	border: medium solid #663300;
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 800px;
}

/*links content background
---------------------------------*/

#linkscontentbackground {
	background-image:url('../images/moorings1.jpg');/*image background set for each page*/
	background-repeat: repeat;
	background-color: #FFFFFF;
	border: medium solid #663300;
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 800px;
}


/* narrative and model photos div
---------------------------------- */

-- */
/*--
.modelswithnarrative {
	width:720px;
	height:30px;
	margin:10px auto 5px auto;
	/*background-color:#99CCFF;  /* temporary to make div easier to identify */
}
--*/	 

