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


body  {
	margin: 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: #b2baa6;
	border: 5px;
	height: 100%;
	background-image: url(images/lt%20grn%20b2baa6%20txtrd.jpg);
}
html, body {
	height: 100%;
	background-color: #b2baa6;
	background-image: url(images/lt%20grn%20b2baa6%20txtrd.jpg);
	padding-top: 5px;
}
.artiststd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	padding: 5px;
	
}

.oneColFixCtrHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-color: #b2baa6;
	height: auto;
	border: 1px solid #FFFFFF;
	background-image: url(images/lt%20grn%20b2baa6%20txtrd.jpg);
}
.artisttable {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 100%;
	border-left: none;
	border-right: none;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	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. */
	background-image: url(images/lt%20grn%20b2baa6%20txtrd.jpg);
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	margin:  auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
	width: 790px;
	border-left: 0;
}
.oneColFixCtrHdr #footer {
	padding: 6px 10px 6px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #9C9F8A;
	font-style: normal;
	height: 65px;
}
.style1 {
	font-family: Garamond;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.style4 {
	font-size: 18px;
	font-family: Garamond;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
.style5 {
	font-family: Garamond;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.style6 {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style2 {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.style4 {
	font-size: 18px;
	font-family: Garamond;
	font-style: normal;
	color: #000000;
}
.navigation {
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9C9F8A;
	background-position: center center;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	display: block;
	float: none;
	height: 20px;
	width: 155px;
	line-height: 20px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
}
.moreby {
	font-family: Garamond;
	background-color: #9C9F8A;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	display: block;
	float: none;
	font: Garamond;
	font-style: normal;
	font-weight: bold;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CC9966;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a img {border: none;
}
