@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	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 */
	background-color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}
td{
	
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669966;
}
a:hover {
	text-decoration: none;
	color: #D5AC9E;
}
a:active {
	text-decoration: none;
	color: #669966;
}
.oneColLiqCtrHdr #container {
	width: 810px;  /* this will create a container 100% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	vertical-align: middle; 
	height: 115px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0px; /* 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContentLeft {
	width: 290px;
	height: 100%;
	float: left;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtrHdr #mainContentRight {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 480px;
	margin-left: 20px;
		height: 440px;
	float: right;
	clear: none;
	margin: 0px;
}
.oneColLiqCtrHdr #mainContentRight h1 {
	font-family: Courier, monospace;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
}
.oneColLiqCtrHdr #mainContentRight h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}
.oneColLiqCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-family: Courier, monospace
	font-size: 9px;
	color: #333333;
	padding-left: 5px;
	padding-top: 15px;
	text-align: left;
	margin-top: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	line-height: 18px;
}
.FloatRight {
	clear: none;
	float: right;
}
.FloatLeft {
	clear: right;
	float: left;
}
.CDTablePadding {
	padding-left: 5px;
}
.PicturePadding {
	padding-right: 20px;
}
.subtitle {
	font-size: 10px;
	font-style: italic;
	font-variant: normal;
}
.PinkFrame {
	border: 1px solid #D5AC9E;
}
.NewsHeading {
	font-size: 14px;
	line-height: 20px;
	color: #669966;
	font-weight: bold;
}
.FlushRight {
	text-align: right;
}
.SmallMenu {
	font-size: 12px;
	line-height: 14px;
}
.LargeMenu {
	font-size: 16px;
	color: #669966;
}
.SongDownload {
	padding-top: 100px;
}
