@charset "UTF-8";
body {
	Ibackground: #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: center; /* 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 20px auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: auto;
	background: #fff;
	border: 1px solid #CCC;
}
.oneColLiqCtrHdr #container #mainContent a {
	text-decoration: none;
	color: #000;
	font-size: 96%;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent a:hover {
	color: #8A1D1A;
}
#container #menubar {
	font-size: 90%;
}
.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;
}
#container #header a {
	color: #000;
	text-decoration: none;
}
#container #header a:hover {
	color: #8A1D1A;
}
.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 #name {
	top: 0px;
	font-size: 1.4em;
	float: right;
	width: 75%;
	padding-top: 30px;
	font-weight: bold;
}
#menubar a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#menubar a:hover {
	font-weight: bold;
	color: #8A1D1A;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColLiqCtrHdr #mainContentpm {
	padding: 0 20px;
	text-align: left;
	background: url(../pardonme/_pmimages/hall.jpg) no-repeat;
}
#mainContent #pf_imageMenu1 {
	margin-right: 20px;
}
.oneColLiqCtrHdr #footer {
	background:#fff;
	float: right;
	width: 75%;
	padding: 0px 10px 10px;
	font-size: 90%;
	font-weight: bold;
} 
.oneColLiqCtrHdr #footer p {
	font-family: "Courier New", Courier, monospace;
}
#footer p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #8A1D1A;
}
.oneColLiqCtrHdr #container #mainContent #garden {
	height: 560px;
	width: 800px;
	margin-bottom: 20px;
	border: thin solid #CCC;
	background: url(../_images/grdnAngls/images/temp_bkgrnd.jpg) no-repeat;
}
