body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666633;
	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: #000000;
}
.oneColLiqCtrHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* ------------- header styles */

.oneColLiqCtrHdr #header {
	background: url(images/header.jpg) no-repeat;
	padding: 0 10px 0 60px; margin:0 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. */
	border-bottom: 1px solid, #000000;
	height: 90px;

}
.oneColLiqCtrHdr #header h1 {
	margin: 0 0 0 500px;
	align: right;
	font-size: 10px;
	border-bottom: 1px solid, #000000;
}

.oneColLiqCtrHdr #homelink {
	display: block;
	margin: 0 0; padding: 1em 0 0 5em;
	text-decoration: none; color: #000;
    height: 100px;
}
.oneColLiqCtrHdr #navbar {
	background-color:#5c5649;
	font: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:#D6D6D6;
	border-top:#ffffff 2px solid;
	border-bottom:#ffffff 2px solid;
	height: 40px;
	padding: 1px 0 12px 0;
	text-align: right;
}
#navbar li {
	display: inline;
	margin-right: 1.8em;  
	color:#D6D6D6;
	font-size: 14px;
	text-align:right;
	f
       
}
#navbar li.last {
	border-right: 0;
}
#navbar a {
	color:#EDEBD6; 
	text-decoration:none;
	font-size: 14px;
}

/* ------------- content styles */

.oneColLiqCtrHdr #mainContent {
	float: left;
	padding: 0 4em 4em 4em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	border-top: 1px solid #000000;
}
#mainContent p {
	font-size:12px;
}

#mainContent a {
	font-size:12px;
	color:#996;
}
#mainContent li {
	font-size:12px;
}
#mainContent h1 {
	border-bottom:#000000 1px solid;
	font-size: 1em; color:#65785e;
	padding: .5em 0;
}
}
.featuredArtist {
	font-size: 1emx; color:#65785e;
	font-weight: bold;
}

.oneColLiqCtrHdr #artistsContent {
	float: left;
	padding: 0 0 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	border-top: 1px solid #000000;
}
#artistsContent p {
	font-size:12px;
}

#artistsContent a {
	font-size:12px;
	color:#475E3C;
	text-decoration:none;
}
#artistsContent li {
	font-size:12px;
}
#artistsContent h1 {
	border-bottom:#000000 1px solid;
	font-size: 1em; color:#65785e;
	padding: .5em 0 0 2em;
}

.rightCol {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 5px 2px 0px 5px;
}

.rightCol  a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

.oneColLiqCtrHdr #subContent {
	float: left;
	padding: 0 4em 4em 4em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
#subContent p {
	font-size:12px;
}
#subContent li {
	font-size:12px;
}
#subContent h2 {
	border-bottom:#0066CC 1px solid;
	font-size: 1.25em; color:#663366;
	padding: .5em 0;
}

.oneColLiqCtrHdr #sidebar {
	float: left;
	width: 17em;
	margin: 1.25em 0 4em -18em;
	background:#bcb3b6;
	
}
#sidebar h2 {
	border-bottom:#0066CC 1px solid;
	font-size: 1em; color:#663366;
	padding: .25em .5em .5em .5em;
	margin: 0 0.25em;
}
#sidebar p {
	margin: 0.5em 0.5em;
	font-size:12px;
	padding: 0.5em .75em 0 .75em;
	
}
#sidebar p.last {
	padding: 0.5em .75em 5em .75em;
}
/* ------------- footer styles */

.oneColLiqCtrHdr #footer { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5c5649;
    border-top: #000000 1px solid;
	text-align:center;
	color:#dad8cb;
	font-family:Verdana, Geneva, sans-serif;
               
} 
#footer p {
	clear: both;
	margin: 0px 30px 5px 50px;
    font-size: 10px;
    text-align: center;
	color: #dad8cb;
}
#footer a {
	color:#CCC;
	text-decoration: underline;
        font-size: 10px;
}
#footer h3 {
	clear: both;
	padding: 0 0 5px 0px;
	margin: 10px 30px 5px 50px;
    font-size: 14px;
    text-align: center;
	color: #dad8cb;
	font: "Verdana", Arial, Helvetica, sans-serif;
}

#footer li {
	display: inline;
	color:#dadcb;
	font-size: 10px;
	text-align: center;
}

#footer li.last {
	border-right: 0;


