 
body  {
	font: 62.5% 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 */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0px 0px 10px 0px;  /* 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: 0px;
	text-align: center;
} 
.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: 335px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 20px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 370px; /* 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: 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.header_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	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-bottom-color: #999;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin-left: 40px;
	margin-right: 40px;
}

.twoColFixLtHdr #mainContent { zoom: 1; }
div.picture {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;

}
div.picture p {
	text-align: center;
	text-indent: 0;
	font-size: 120%;
	margin-top: 1px;
}
.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;
}
.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;
}
 

.ddgstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	letter-spacing: 1px;

	}
.ddgstyle {
	font-size: 120%;
}


.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-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;

}
.ddgstylesmall a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;

}
.ddgstylesmall a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;

}

.ddgstylesmall a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;

}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	padding: 3px 0px 5pxs 10px;
	text-indent: 0pt;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;

}

.definetext {
	font-family: Arial, Helvetica, sans-serif;
	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;



}
h2 {
	margin-top: 0px;
	font-size: 140%;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;


}
.sub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666;
	margin-top: 5px;
	padding-top: 15px;






}
.bottomtitle {
	font-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;

}
.artistlist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bolder;
	color: #666666;
	line-height: normal;


}
.artistlist a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;


}
.artistlist a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

.artistlist a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;
}

.artistlist a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;

}
.linespacing {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-left: 10px;
	margin-top: 0px;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: text-bottom;




}
.bottomnote {
	font-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-color: #CCCCCC;
	padding: 2px 4px;
}
.twoColFixLtHdr #footer {
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	background-color: #D7D7D7;
} 
.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;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.12em;
	word-spacing: normal;
	text-align: right;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}
.picture a {
	font-weight: normal;
	padding-bottom: 1px;
	background-color: #FFF;
}
.alert {
	color: #E3640F;
}
