body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p{
	font-size:90%;
}

.small {font-size:70%;}

.quote {
	font-size:85%;
	font-style:italic;
	}
	
.smallCap {	font-size: 65%;
colour:#5ca7a5;
	}
ul{
	list-style:none;}
a{
	color: #5ca7a5;
	text-decoration: none;
}

a:link{
	color: #5ca7a5;
	text-decoration: none;
}

a:visited{
	color: #5ca7a5;
	text-decoration: none;
}

a:hover{
	color: #636;
	text-decoration: underline;
}
h1, h2, h3 {color:#5ca7a5;}

h3 {
	font-size:90%;
	margin-bottom: -10px;}
	
#container { 
	width: 800px;
	margin: 0 auto;
	border-bottom: 5px solid #5ca7a5;
	text-align: left;
	padding-top:20px;
} 

#containerA { 
	width: 810px;
	margin: 0 auto;
	text-align: left;

} 

#header { 
} 
#header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	padding: 15px 10px 15px 20px;
	text-align:right;
}

.sideBar2 {
	position:relative;
	left:-200px;
	top:0px;
	width:150px;


}
.sideBar2 img {
	position:absolute;
	left:267px;
	top:199px;
	width:150px;

}

.sideBar3 {
	position:relative;
	left:12px;
	top:00px;
	width:150px;

}


#Content { 
	margin: 0 0 0 250px; 
	padding: 0 20px; 
	height: 450px;
	font-size: 90%;
}
#mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px; 
	height: 450px;
	font-size: 90%;
} 

#mainContentM { 
	margin: 0 0 0 250px; 
	padding: 0 20px; 
	height: 450px;
	font-size: 90%;
	overflow:auto;
	overflow-x:hidden;
}
#mainContent p {
	font-size: 90%;
	z-index: 1;
}
	

#mainContent img {float:right;
padding: 10px 0 0 5px;}

#mainContent2 { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
	height: 450px;
	font-size: 90%;
	overflow:auto;
	overflow-x: hidden;
} 

#mainContent2 img {float:right;
padding: 10px 0 0 5px;}

img .2{
	float:left;}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

#footer p {
	margin: 0; 
	padding: 10px 0 5px 0;
	font-size:52%;
	text-align:center;

}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gallerycontainer{
margin-top: 10px;
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
height:300px;
}
.credit {
	font-size:70%;
	margin-top:-3px;
	text-align:right;}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#center {
	font-size:75%;}
	
	/*guestbook CSS*/

.guestName {
	color:#5ca7a5;
	font-size:105%;}
	
.guestTime {
	margin-top:-10px;
	text-indent:20px;
	font-size:75%;}
	
.guestComment {
	width:500px;
	text-indent:50px;
	margin-top:-5px;
	padding-bottom:10px;
	border-bottom:#5ca7a5 solid 1px;
	font-size:95%;}
	
.signGB {
	font-size:105%;
	text-indent:400px;
	font-weight:bolder;
	margin-top:-13px;}
	
.GBmod {
	width:400px;
	padding-left:20px;
}
	
.GBbutton	{
	font-size:85%;
	color:#5ca7a5;
}
	
.formLook {
	margin-top:10px;}	

.formText {
	font-size:85%;
	color: #670303;
	text-align:right;
	}
	
.formText2 {
	font-size:85%;
	color:#5ca7a5;
	text-align:left;
	}
.inputBox {
		height:14px;}	
