
	#container2 {
		padding: 0;	
		height: expression('1%');
		background: url("/images/home/container2_bg.jpg") no-repeat center 89px;	
	}
	
	#copy {
		width: 50%;
		padding: 12px 45px 1px 65px;
	}
	
	#copy p {
		margin: 0;
	}
		
	#content_info {
		margin-top: 160px;
	}
	
	#content {
		height: 560px;
		overflow: hidden;
	}
	
	p span {
		font: 23px "georgia", serif;
		font-style: italic;
		color: #25879a;
	}
	
	#content_footer {
		font: 11px/1.7em "arial", sans-serif;
		text-align: center;
		padding-top: 28px;
    }
	
	#content_footer a {
		color: #25879a;
	}

	
/*Featured Album 
================================================================================ */
	#featured {
		float: left;
		width: 33%;
		height: 250px;
		background: url("/images/home/featured-bg.gif") no-repeat center top;
		border-right: 1px solid #ff4425;
	}
	
	#cover {
		margin: 30px 0 0 15px;
	}
	
/*Top Downloads 
================================================================================ */
	#downloads {
		float: left;
		width: 33%;
		height: 245px;
		background: url("/images/home/downloads-bg.gif") no-repeat center top;
		border-right: 1px solid #ff4425;
	}
	
	#content ol {
		font: bold 14px/2.2em "arial", sans-serif;
		margin: 30px 0 0 52px;
		list-style: decimal;
	}
	
	#content ol a {
		color:#25879a;
		text-decoration: none;	
	}
	
	#content ol a:hover {
		color:#ff4425;
		text-decoration: underline;	
	}
	
	p.songs_link {
		float: right;
		padding-right: 41px;
	}
	
	p.songs_link a{
		font: 13px/3.97 "arial", sans-serif;
		color:#25879a;
		text-decoration: underline;
	}
	
	p.link a:hover {
		color:#ff4425;
	}

/*Member Login 
================================================================================ */	
	#member {
		float: left;
		width: 33%;
		height: 245px;
		background: url("/images/home/member-bg.gif") no-repeat center top;
	}

	#login_form {
		width: 190px;
		padding-top: 30px;
		font-family: "arial", sans-serif;
		margin-left: 2em;
		color:#25879a;
	}
		
	#login_form p {
		margin: 0.85em 0em 0.85em 0em;
	}
		
	#login_form input, #contact_form textarea {
		padding: 3px;
		background-color: #d9e7e7;
		border: 1px solid #ccc;
		width: 100%;
		font: 11px/1.7em "arial", sans-serif;
		}
		
	#login_form #btn_submit {
		text-align: center;			
	}
		
	#login_form #btn_submit button {
		font-size: 13px;
	}

	#member_info {
		margin-top: 4em;
		text-align: center;
	}
	
	.v_button {
		background: url('/images/main/v_button.png') no-repeat left center;
		border: none;
		color:#fff;
		font-family: arial;
		font-weight: bold;
		font-size: 12px;
		behavior: url("/taglib/css/iepngfix.htc");
		line-height: 20px !important;
		padding:0 1em !important;
		outline:none !important;
		height:27px !important;
		width:87px !important;
		white-space: nowrap;
		overflow:visible;
}

.v_button:hover {
		background: url('/images/main/v_button_hover.png') no-repeat left center;
		behavior: url("/taglib/css/iepngfix.htc");
		border: none;
}

#sign_out {
	margin-top: 2em;
}