/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
body {
	background-color:#F1ECD9;
	}
	
#alignment {
	text-align: center;
	}
	
#frame {
	width: 876px;
	margin:0 auto;
	background-image:url(images/bgrepeat.jpg);
	background-repeat:repeat-y;
	}
	
h1 {

	

	font-style: oblique;

	font-size: 16px;

	color: #000000;

}	
	
	
	
#headercontainer {
	width:876px;
	height:184px;
	float:left;
	}
	
#maincontainer {
	background-image:url(images/topofbodyimg.jpg);
	background-repeat:no-repeat;
	width:876px;
	float:left;
	}
	
#leftside {
	float:left;
	width:305px;
	text-align:right;
	}
	
#leftside img {
	padding-bottom:2px;
	}

#rightside {
	float:left;
	width: 571px;
	text-align:left;
	}
	
#rightside-order {
	padding-left:10px;

	float:left;
	width: 540px;
	font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}	
	
	
#rightside-order a:link {
	color: #75282e; text-decoration: underline
} 
#rightside-order a:visited {
	color: #75282e; text-decoration: underline
}
#rightside-order a:hover { color: #798d74; {text-decoration: underline}

}
	
	
	
	
	
	
#bottomsection {
	width:800px;
	float:left;
	padding-left:90px;
	}
	
.sub-col-right-song-list {
	float:left;
	padding-left:10px;
	width:250px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
#rightside p {
	text-align:left;
	width:530px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#footercontainer {
	width:876px;
	height:70px;
	float:left;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	padding-left:20px;
	}
	
*body #IE {
	position:relative;
	left:2em;
	}
#IE {	
width:730px; 
position:relative; 
left:6.5em; 
margin-top:5px; 
margin-bottom:5px;
}
#footercontainer a {
	color: #000000; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	}

#footercontainer a:hover {
	text-decoration:underline;
	}