body  {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #E5E5E5;
	padding: 10px 10px;  /* 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. */
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 30px;
	height: 300px;
	margin: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 25px 0 160px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 15px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #footer {
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#uppernav {
	padding-top: 10px;
	padding-left: 15px;
}

#navcontainer
{
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: left;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	padding: 0;
	font-size: 12px;
	margin-left: 10px;


}

#navcontainer li
{
	display: inline;
	margin: 0 10px;
}

#navcontainer li a
{
	padding: 3px 7px;
	color: #666;
	background-color: #fff;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-right: 1px none #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px none #CCC;
}

#navcontainer li a:hover
{
	color: #FFFFFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #666;
}


div.picture {
	margin-bottom: 0px;

}
div.picture p {
	text-align: center;
	text-indent: 0;
	margin-top: 2px;
	font-size: 120%;
}
.ddgstyle {
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	letter-spacing: 1px;
	font-size: 120%;
	}
	
.index_header {

	color: #666;
	font-size: 120%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	letter-spacing: 1px;
}


.ddgstyle a:link {
	text-decoration: none;
	color: #666666;


}
.ddgstyle a:visited {
	color: #666666;
	text-decoration: none;

}
.ddgstyle a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;


}
.ddgstyle a:active {
	color: #666666;
	text-decoration: none;

}

.ddgstylesmall {
	font-size: 110%;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	letter-spacing: 1px;
	}
.ddgstylesmall a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	text-transform: capitalize;

}
.ddgstylesmall a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;

}
.ddgstylesmall a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	font-weight: bold;
	text-transform: capitalize;

}

.ddgstylesmall a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

	text-transform: capitalize;

}

.maintext {
	font-size: 120%;
	color: #5D5D5D;
	padding: 3px 0px 5px 10px;
	text-indent: 0pt;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: justify;
}

.definetext {
	font-size: 120%;
	color: #5D5D5D;
	display: block;
	text-align: justify;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;


}
.sub1 {
	font-size: 140%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #999999;
	margin-top: 15px;
	padding-top: 15px;





}
.bottomtitle {
	font-size: 130%;
	text-transform: uppercase;
	color: #8F8F8F;
	margin: 3px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bolder;
	letter-spacing: 0.1em;
	background-color: #E5E5E5;
}

a:link {

	font-weight: bold;
	color: #666666;

}
a:visited {

	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;
}

a:active {

	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;

}
.artistlist{
	font-size: 110%;
	font-weight: bolder;
	color: #666666;
	line-height: normal;

}
.artistlist a:link {

	font-weight: bold;
	color: #666666;
	text-decoration: none;


}
.artistlist a:visited {

	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

.artistlist a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;
}

.artistlist a:active {

	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;

}
dt {

	font-weight: bold;
	vertical-align: text-bottom;




}
.artist_dropdown {
	margin-top: 10px;
}
.logotitle {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 0.1em;
}
.slogan {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.12em;
	word-spacing: normal;
}
.bottomnote {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	margin: 3px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bolder;
	letter-spacing: 0.1em;
	background-color: #E5E5E5;
}
.news {
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-color: #CCCCCC;
	padding: 2px 4px;
}
.copyright {
	font-size: 90%;
	color: #666666;
}
.index_logo {
	margin-top: 100%;
}


.copyright {

	font-size: 90%;
	color: #666666;
}
#footer .slogan {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.12em;
	word-spacing: normal;
	text-align: right;
		
}
#footer_info {
	background-color: #D7D7D7;
}
.artist_page {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	color: #666;
	text-decoration: underline;
	padding-bottom: 10px;
	padding-left: 30px;
}
#navcontainer li .special2 {
	margin-left: 0px;
	text-align: right;
	padding-left: 335px;
}

