@charset "UTF-8";
body {
	background: #fff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 850px;
	margin: 20px auto 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: auto;
	background: #fff;
	border: 1px solid #CCC;
}
.oneColLiqCtrHdr #container a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.oneColLiqCtrHdr #container a:hover {
	color: #0FF;	
}
.oneColLiqCtrHdr #container #mainContent a {
	font-size: 96%;
}
.oneColLiqCtrHdr #header {
	padding: 0 34px 0px 16px;  /* 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. */
	font-family: "Courier New", Courier, monospace;
	line-height: 1.4em;
}
.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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
}
#header #artist {
	float: left;
}
#container #menubar {
	font-size: 100%;
	text-align: center;
}
#container #name {
	top: 0px;
	font-size: 1.4em;
	float: right;
	width: 75%;
	padding-top: 30px;
	font-weight: bold;
}
.oneColLiqCtrHdr #mainContentpm {
	padding: 0px 0px 20px;
	height: 529px;
	margin: 20px;
	border: 1px solid #CCC;
	background: url(../_pmimages/hall4.jpg);
}
.oneColLiqCtrHdr #mainContentpntBrdpm {
	padding: 0px 0px 20px;
	height: 529px;
	margin: 20px;
	border: 1px solid #CCC;
	background: url(../_pmimages/pntdBrd_bkgrnd2.jpg);
}
.oneColLiqCtrHdr #pmfooter {
	padding: 5px 10px;
	font-weight: bold;
} 
.oneColLiqCtrHdr #pmfooter p {
	font-family: "Courier New", Courier, monospace;
}
#constructionnote {
	padding: 0px 80px 0px 40px;
	text-align: center;
	margin-top: 100px;
}	
#links {
	text-align: center;
	padding: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#portraitsRO {
	height: 200px;
	width: 780px;
	padding: 30px 0px;
	margin-top: 10px;
	text-align: left;
	margin-left: 18px;
	float: left;
}
.oneColLiqCtrHdr #container #mainContentpmRddy table {
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 40px;
	font-size: large;
}
.oneColLiqCtrHdr #container #mainContentpmPchie table {
	text-align: left;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 40px;
	background: url(../_pmimages/menus/dob/bkgrnd_dob.jpg) no-repeat;
	font-size: large;
}
.oneColLiqCtrHdr #container #mainContentpmPchie table tr td a {
	color: #000;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContentpmPchie table tr td a:hover {
	color: #0FF;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #menubar table  {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: large;
}
#header #homeTitle {
	padding: 0px 0px 0px 40px;
}
#mainContentpmPchie #apDiv1 #links {
	background-image: url(none);
	font-size: 96%;
}
.oneColLiqCtrHdr #container #mainContentpmPchie table tr #contentWindow {
	visibility: hidden;
}

#constructionnotePm {
	padding: 0px 50px 0px 70px;
	text-align: center;
	margin: 60px 0px 0px;
	float: left;
	width: 680px;
	font-size: 90%;
}
#constructionnoteBridePm {
	padding: 0px 50px 0px 70px;
	text-align: center;
	margin: 60px 0px 0px;
	float: left;
	width: 680px;
	font-size: 90%;
}
