@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	position:relative;
	background-image: url(Images/LambSides.jpg);
	background-repeat: repeat-x;
}
a img, :link img, :visited img { border: none }
a {color:#000000;}
a:hover {
	color:#666666;
}
a.headerLink{color:#9DAEB8;}
a.headerLink:hover {
	color:#666666;
}

a.contact {color:#000000;}
.oneColFixCtrHdr #container {
	width: 740px;  
	background: #CFD6DE;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background:url(Images/Header.jpg); 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:224px;
	width:740px;
}
.oneColFixCtrHdr #header h1 {
	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 */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; 
	background: #CFD6DE;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; 
	background:#CFD6DE;
	width:740px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 0px 0; 
	width:740px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.header {
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9DAEB8;
	margin-right:4px;
	padding-right:3px;
	font-size:12px;
	position:relative;
	top:185px;
	left:310px;
	text-transform:uppercase;
	color:#9DAEB8;
	font-weight:bold;
}


.footer {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-right:4px;
	padding-right:3px;
	font-size:12px;
	display:inline;
}
.fltRight {
	width:460px;
	float:right;
	padding-top:30px;
	padding-right:20px;
	padding-left:20px;
}
.fltLeft {
	float:left;
	padding-top:20px;
	padding-left:10px;
	width:200px;
}
h1 {
	font-size:18px;
	font-style:italic;
}
h2{
	padding:0;
	margin:0;
}
.aboutContainer {
	position:relative;
	clear:left;
}
.galleryContainer{
	margin-left:10px;
	margin-bottom:10px;
}
.galleryMainContainer{
	position:relative;
	height:280px;
	top:-30px;
}
#Footer2{
	width: 740px;  
	margin: 0 auto; 
	text-align:center; 
}
.font {
	font-size:12px;
}