@charset "utf-8";
body {
	margin: 0;
	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 */
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	line-height: 17px;
	background-color: #7a7770;
	background-position: top;
	background-image: url(graphics/bg.gif);
	background-repeat: repeat-x;
}
a {
	color: #575757;
	text-decoration: underline;	
}
a:hover {
	color: #3399CC;
	text-decoration: underline;	
}
.layout #container {
	width: 900px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8f8b82;
	border-right-color: #8f8b82;
	border-bottom-color: #8f8b82;
	border-left-color: #8f8b82;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.layout #header1 {
	background-image: url(graphics/header.gif);
	background-repeat: no-repeat;
	height: 122px;
	width: 900px;
}
.layout #header2 {
	height: 23px;
	width: 900px;
	background-color: #f3f3f1;
	background-image: url(graphics/hdr2bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bab7ad;
	border-bottom-color: #e0ded3;
}
.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;
}
.layout #header2 #hdrlinks{
	height: 23px;
	width: 674px;
	font-size: 15px;
	color: #99978E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: right;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.layout #header2 #hdrlinks a{
	font-size: 13px;
	font-weight: bold;
	color: #88867B;
	text-decoration:none;
}
.layout #header2 #hdrlinks a:hover{
	color: #4D4B46;
	text-decoration:none;
}
.layout #header2 #shpcrt{
	height: 23px;
	width: 120px;
	padding-right: 15px;
	padding-left: 10px;
	background-image: url(graphics/shpcartbg2.gif);
	background-repeat: repeat-x;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float:left;
}
.layout #header2 #shpcrtfull{
	height: 23px;
	padding-right: 15px;
	padding-left: 10px;
	background-image: url(graphics/shpcartbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BCC1C2;
	border-left-color: #BCC1C2;
	float:left;
}
.layout #header2 #shpcrtfull a{
	color: #585858;
	text-decoration:none;
}
.layout #header2 #shpcrtfull a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
.layout #header2 #shpcrt a{
	color: #585858;
	text-decoration:none;
}
.layout #header2 #shpcrt a:hover{
	color: #4289C4;
	text-decoration:none;
}
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding: 0;
	margin-top: 10px;
	margin-left: 5px;
}
.layout #sidebar2 {
	float: right;
	width: 176px;
	margin-top: 10px;
	padding: 0;
	margin-right: 5px;
}
.layout #mainContent {
	margin-top: 10px;
	margin-right: 191px;
	margin-bottom: 0;
	margin-left: 205px;
	text-align:left;
	padding: 0px;
}
.layout #mainContent_2 {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 220px;
	text-align:left;
	padding: 0px;
}
.layout #prefooter{
	height: 30px;
	width: 900px;
} 
.layout #footer{
	width: 900px;
	padding: 3px 0;
	background-color: #f3f3f1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0ded3;
	text-align: center;
}
.layout #footer a {
	color: #575757;
	text-decoration: none;	
}
.layout #footer a:hover{
	color: #B76D00;
	text-decoration: none;
}
.txt_12{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.link_blue a{
	color: #108db3;
	text-decoration: underline;
}
.link_blue a:hover{
	color: #333333;
	text-decoration: underline;
}
.margin_lr_15{
	margin-left: 15px;
	margin-right: 15px;
}
.margin_15{
	margin-left: 15px;
}
.margin_20{
	margin-left: 20px;
}
.margin_25{
	margin-left: 25px;
}
.margin_30{
	margin-left: 30px;
}
.margin_50{
	margin-left: 50px;
}
.margin_60{
	margin-left: 60px;
}
.margin_70{
	margin-left: 70px;
}
.margin_80{
	margin-left: 80px;
}
.margin_320{
	margin-left: 320px;
}
.top_margin_5{
	margin-top: 5px;
}
.top_margin_10{
	margin-top: 10px;
}
.top_margin_20{
	margin-top: 20px;
}
.top_margin_30{
	margin-top: 30px;
}
.top_margin_40{
	margin-top: 40px;
}
.top_margin_60{
	margin-top: 60px;
}
.top_bot_margin_5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.top_bot_margin_10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.bot_margin_10{
	margin-bottom: 10px;
}
.bot_margin_20{
	margin-bottom: 20px;
}
.top_bot_margin_30{
	margin-bottom: 20px;
	margin-top: 40px
}
.bot_margin_30{
	margin-bottom: 30px;
}
.bot_margin_60{
	margin-bottom: 30px;
}

.txtklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.txtklein a {
	color: #666666;
}
.txtklein a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.box1{
	background-image: url(graphics/box_end_beige.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding: 0px;
	width: 190px;
	background-color: #F0EFED;
	float: left;
}
.box2{
	background-image: url(graphics/box_end_gray.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	margin-bottom: 7px;
	padding-bottom: 10px;
	width: 176px;
	background-color: #F2F3F5;
	float: right;
}
.box_audio{
	background-image: url(graphics/box_audio_body.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	text-align: left;
	margin-right: 10px;
	width: 235px;
	float:left;
}
.box_composers{
	width: 256px;
	float:right;
	margin-top: 6px;
}
.boxhdr_audio{
	background-image: url(graphics/box_audio_label.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 235px;
}
.box_audio_contents{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	background-image: url(graphics/box_audio_end.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:center;
}
.box_articles{
	background-image: url(graphics/box_articles_body.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	text-align: left;
	margin-bottom: 15px;
	width: 503px;
	float:left;
}
.boxhdr_articles{
	background-image: url(graphics/box_articles_label.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 503px;
}
.box_articles_contents{
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	background-image: url(graphics/box_articles_end.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.boxwrap_1{
	float:left;
	width: 503px;
	margin-bottom: 15px;
}
.box1contents{
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	overflow: hidden;
}
.box1contents2{
	margin-top: 25px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	overflow: hidden;
}
.box2contents1{
	margin-top: 9px;
	margin-right: 5px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #555555;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccbc7;
	padding-bottom: 10px;
}
.box2contents2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #555555;
	overflow: hidden;
	padding-right: 10px;
	text-align: right;
	margin: 0;
}
.box2contents3{
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #555555;
}
.box2contents3 p{
	margin-bottom: 7px;
}
.form_input{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}
.box2 a{
	color: #0198cd;
}
.box2 a:hover{
	color: #666666;
}
.boxhdr_composers{
	background-image: url(graphics/label_composers.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 190px;
}
.boxhdr_search{
	background-image: url(graphics/label_search.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 190px;
}

.boxhdr_news{
	background-image: url(graphics/label_blog.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 176px;
}
.boxhdr_newsletter{
	background-image: url(graphics/label_newsletter.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 176px;
}
#home_text{
	width: 467px;
	border: 1px dashed #7F7F7F;
	padding: 17px;
}
#home_text p {
	margin: 5px 0;	
}

.selectlength{
	width: 140px;
}
.images_border{
	border: 1px solid #bcbfbe;
	padding: 2px;
	margin-bottom: 2px;
	margin-right: 7px;
}
.images_list_border{
	border: 1px solid #bcbfbe;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.images_border_wide{
	border: 1px solid #bcbfbe;
	padding: 2px;
	margin-bottom: 2px;
	margin-right: 15px;
}

