@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #271e1d url(/images/plate/widescreenBackImage.jpg) no-repeat scroll center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 965px;
	background: #e0dbc4 url(/images/plate/parchmentBG.jpg) no-repeat;
	margin: 0 auto; /
	border: 1px solid #000000;
	text-align: left; /
}
.oneColLiqCtrHdr #header {
	background: url(/images/plate/header02.jpg);
	padding: 0 10px 0 20px;
	height: 212px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #header #topNavi {
	width: 900px;
	margin: 0px;
	padding: 95px 0px 0px;
}
.oneColLiqCtrHdr #header #topNavi li {
	display: inline;
	padding: 0px 5px;
	list-style: none;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f1f6fa;
}
.oneColLiqCtrHdr #header a:link {
	color: #f1f6fa;
	text-decoration: none;
}
.oneColLiqCtrHdr #header a:visited {
	color: #C0D7E9;
	text-decoration: none;
}
.oneColLiqCtrHdr #header a:hover {
	color: #DAE7F1;
	text-decoration: underline;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; 
}
.oneColLiqCtrHdr #mainContent h3 {
	color: #522919;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-style: oblique;
}
.oneColLiqCtrHdr #mainContent #galleryNavi {
	width: 950px;
}
.oneColLiqCtrHdr #mainContent #galleryNavi li {
	padding: 0px 5px;
	list-style: none;
	display: inline;
	font: 0.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.oneColLiqCtrHdr #mainContent #galleryNavi a:link {
	color: #5692C2;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent #galleryNavi a:visited {
	color: #5893C2;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent #galleryNavi a:hover {
	color: #80ACD0;
	text-decoration: underline;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px; 
	background:url(/images/plate/footer02.jpg) no-repeat;
	height: 183px;
} 
.oneColLiqCtrHdr #footer a:link {
	color: #55697D;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:visited {
	color: #3A4958;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:hover {
	color: #161C21;
	text-decoration: underline;
}
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.oneColLiqCtrHdr #footer .siteMap {
	clear:both;
	float:left;
	width:965px;
	/*border:1px solid #CCC;*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 3px;
}
.oneColLiqCtrHdr #footer dl {
	overflow:hidden;
	float:left;
	width:111px;
	padding: 10px 10px 10px 5px;
}
.oneColLiqCtrHdr #footer .siteMap dt {
	padding-bottom:5px;
	font-weight:bold;
	font-size:0.69em;
	color: #522919;
}
.oneColLiqCtrHdr #footer .siteMap dd {
	font-size:0.63em;
	background:url(/images/plate/bg_main.gif) no-repeat 0 -230px;
	padding: 0 0 6px 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColLiqCtrHdr #footer dl.news {
	width:60px !important;
	padding-left:10px;
}
.oneColLiqCtrHdr #footer .footerTag {
	font: bold 0.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #646e76;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	left: 375px;
}
