* { margin: 0; padding: 0; }

body{ overflow-x: hidden }

.headertext{
	font: Georgia;
	font-size: 12pt;
	color: #949494;
	height: 49px;
	text-align: center;
	top: 15px;
	width: 100%;
	font-style: normal;
}

#container{
	width: 100%;
}

#maincontent{
	margin-left: auto;
	margin-right: auto;
	width: 895px;
	position: relative;
}

#header{
	background-image: url(http://www.theinterchangeablehearts.com/images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	height: 166px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#twitter {
	position: relative;
	height: 50px;
	top: 152px;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	margin-left: 10px;
	top: 60px;
	height: 20px;
	width: 100%;
	position: relative;
}

#navcontainer ul li { 
	display: inline; 
	padding-left: 5px;
}



#navcontainer ul li a:hover
{
	color: #fff;
	width: 146px;
	height: 20px;
}
#content{
	width: 100%;
	position: relative;
	height: auto;
}


#albumlink{
	position: relative;
	top: 350px;
	left: 100px;
	width: 375px;
}

#footer{
	background-image: url(http://www.theinterchangeablehearts.com/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 124px;
	position: relative;
	width: 100%;
}

#footcontainer{
}

#footlist{
	margin-top: 10px;
	min-width: 895px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

#footlist li
{
	font: georgia;
	font-size: 9pt;
	padding: 5px;
	color: #949494;
	display: inline;
	list-style-type: none;

}
/* HOMEPAGE CONTENT */


#body{
	background-image: url(http://www.theinterchangeablehearts.com/images/GoldenOwl_wide.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	height: 665px;
	left: 0px;
	width: 100%;
	z-index:1;
}

#cdtext{
	position: relative;
	margin-left: 250px;
	text-align: center;
	width: 400px;	
}


#shows{
	margin-left: 250px;
	text-align: center;
	width: 400px;	
}

#socialbar
{
	background-image: url('http://www.theinterchangeablehearts.com/images/bar.png');
	background-repeat: repeat-x;
	height: 85px;
	width: 100%;
	position: absolute;
	top: 200px;
	z-index: 2000;
}

#siconcontainer
{
	position: absolute; 
	top: 22px; 
	width: 600px;
	height: 34px;
	right: 50px;
}

#socialicons ul
{
	list-style-type: none;
	height: 34px;
	width:160px;
	float:right;
}

#socialicons ul li { 
	display: inline; 
	padding-left: 5px;
	float:right;
}

#tweetcontainer
{
	height: 50px;
	position: absolute;
	top: 20px;
	width: 400px;
	left: 50px;
}

#tweets
{
	font: georgia;
	font-size: 10pt;
	color: #3a3a3a; 
	overflow-y:hidden;
}
	

