/*the style sheet for the abba fanlisting */

body
{
	position: relative;
	width: 803px;
	margin: 0px auto 0px auto;
	color: #666666;
	background-color: #CCC;
	font-family: Palatino, Times, serif;
	background-image: url(images/hgpat06_12.gif);
	background-repeat: repeat;
}

h1
{
	font-size: 1.8em;
	font-style: bold;
	letter-spacing: 0.6em;
	text-transform: uppercase;
	padding: 25px 5px 5px 25px;
	margin: 0px;
}

h2, h3
{
	font-size: 1.2em;
	font-style: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding: 25px 5px 0px 25px;
	margin: 0px;
}

em
{
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}

cite
{
	font-style: italic;
	font-weight: lighter;
	color: #933;
	letter-spacing: 0.1em;
}

p
{
	padding: 0px 5px 5px 25px;
	font-size: 1.1em;
	margin: 0px;
}

div.titletop
{	position:absolute;
	left:0px;
	top:0px;
	width: 803px;
	height: 67px;
	background-image: url(images/titletop.jpg);
	background-repeat: no-repeat;
}

div.titlelyrics
{
	position: absolute;
	left: 0px;
	top: 67px;
	width: 237px;
	height: 166px;
	background-image: url(images/titlelyrics.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
	font-style: italic;
	padding: 20px 5px 5px 5px;
}

.letter
{	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0px;
	padding: 0px; }

div.titleabba
{	position:absolute;
	left: 237px;
	top: 67px;
	width: 565px;
	height: 166px;
	background-image: url(images/titleabba.jpg);
	background-repeat: no-repeat;
}

div.titleseries
{
	position:absolute;
	left:0px;
	top:233px;
	width:803px;
	height:117px;
	background-image: url(images/titleseries.jpg);
	background-repeat: no-repeat;
}

div.content
{	position:absolute;
	left:0px;
	top:350px;
	width: 803px;
	background-color: #cccccc;
	text-align: left;
	font-size: 0.8em;
	font-weight: lighter;
	
}


div.navi
{
	position: relative;
	width: 803px;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 2px;
	background-color: #999;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}






div.store
{
	float: right;
	min-width: 180px;
	margin: 25px 25px 25px 12px;
	background-color: transparent;
}



p.dis
{
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
}
	
p.eisisenna { text-indent: 0px; }	
	
	
/*links*/
		
a:link { color: #336699; 
	   background: transparent none; 
	   text-decoration: none; }

a:visited { color: #996699; 
		  background: transparent none; 
		  text-decoration: none; }

a:active { color: #666666;
		 background: transparent none; 
		 text-decoration: underline; 
		 }

a:hover
{
	color: #666666;
		 background: transparent none; 
		 text-decoration: underline; 
}


