@charset "UTF-8";
body {
		background: #3e2301;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 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: #3e2301;
}
.oneColLiqCtrHdr #container {
		width: 80%%;  /* this will create a container 80% of the browser width */
		background: #3e2301;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: none;
		text-align: left;
}
.oneColLiqCtrHdr #header {
		padding: 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. */
		margin: 0;
		width: 100%;
		border: none;
		background: #a9c6b9;
		height: 15%;
}
.oneColLiqCtrHdr #nav {
		margin: 0;
		color: #3e3201;
}
.oneColLiqCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		color: #3e2301;
}
.oneColLiqCtrHdr #mainContent {
		padding: 0 10px;
		background:  #fcfdf3;
}
.oneColLiqCtrHdr #container #header #mainContent #gallery_overview img {
		border: thick double #3E2301;
		vertical-align: top;
}
.oneColLiqCtrHdr #mainContent p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #3e2301;
		padding-right: 40px;
		padding-left: 10px;
}
.oneColLiqCtrHdr #mainContent h2 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #3e2301;
		font-weight: bold;
}
.oneColLiqCtrHdr #mainContent h1 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #3e2301;
		font-weight: bold;
}
		
.oneColLiqCtrHdr #footer {
		margin: 0;
		width: 100%;
		font-family: Georgia, "Times New Roman", Times, serif;
		height: 43px;
		padding: 10px 0;
} 
a:link {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-variant: normal;
		color: #3E2301;
		text-decoration: underline;
		font-style: normal;
		font-weight: bold;
}
a:visited {
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #3E2301;
		text-decoration: underline;
		font-family: Georgia, "Times New Roman", Times, serif;
}

a:active {
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #3E2301;
		text-decoration: underline;
		font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #3E2301;
		text-decoration: none;
		font-family: Georgia, "Times New Roman", Times, serif;
}

