/** colours used:
grey = #969DAA
darkred = #CC6666
**/ 


body
{
    left: 10px;
    font-family: Trebuchet MS, Trebuchet MS, arial, verdana, helvetica;
    top: 10px;
    margin: 10px auto 10px auto;
    background-color: #CC6666;
}

p
{
	font-size: 9pt;
	margin-top: 0px;
}

img
{
	border: none;
}


#keywords
{
    text-align: center
}

#page
{
    width: 800px;
    background-color: white;
    margin: 0px auto 0px auto;
    border: solid 1px Black;
}


.clear
{
    clear: both
}

.right
{
    float: right
}
.left
{
    float: left
}
.center
{
    text-align: center
}
.italic
{
    font-style: italic
}

#header, #header a
{
	background-color: #969DAA;
	color: White;
	font-size: 14pt;
	margin-right: -1px;
}

	.contact
	{
		width: 350px;
		margin-left: 45px;
	}

#keywords
{
	font-size: 3pt;
}



#mainContent
{
	width: 800px;
	background-color: White;
	background-image: url(images/pink.gif);
    background-repeat: repeat-y;
    background-position: 440px 0px;
}

#mainContentLeft
{
	position: relative;
    float: left;
    width: 420px;
    padding-left: 10px;
    font-family: Trebuchet MS, Trebuchet MS, arial, verdana, helvetica;
    text-align: left;
    margin: 10px 0px 5px 0px;
    font-size: 10pt;

}

#navBar
{
	background-color: #CC6666;
	color: White;
	position: relative;
    font-family: Trebuchet MS, Trebuchet MS, arial, verdana, helvetica;
    text-align: left;
    margin: 0px 0px 0px 0px;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 3px;
    line-height: 24px;
}

#navBar a
{
	color: White;
}


#fullSizeImage
{
	width: 415px;
	border: solid 1px black;
}
	#mainContent a
	{
		color: black;
		text-decoration: none
	}
		#mainContent a:hover
		{
			color: #fc8a41;
			text-decoration: underline
		}
h1, h2, h3
{
	color: #CC6666;
	font-family: Curlz MT, Trebuchet MS, Trebuchet MS, Arial, Verdana;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 14pt;
}


#pictureBar
{
	padding: 10px 5px 0px 0px;
	float: right;
	width: 360px;
	margin: 10px 3px 0px 0px;
    text-align: right;
}

#pictureBar a
{
	text-decoration: none;
}

#pictureBar img
{
	margin-bottom: 40px;	
}

#pictureBar a
{
	text-decoration: none;
}

#pictureBar .address
{
	text-align: left;
	margin-left: 70px;
}

	.address p
	{
		font-size: 10pt;
		font-weight: bold;
	}
	
#footer
{
	margin: 10px auto 5px auto;
	width: 780px;
	font-size: 10pt;
	background-color: White;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: solid 1px Black;
	
}
	#footer, #footer a
	{
		color: Black;
		margin-bottom: 7px;

	}


/** photo Gallery **/

#thumbnails
{
	height: 200px;
	width: 99%;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

	.thumbnail
	{
		width: 220px;
		margin-right: 5px;
		height: 175px
	}

#fullsizeImage
{
 text-align: center;	
}

	#fullsize
	{
		width: 760px;
	}
