@charset "utf-8";
@import url("nav.css");
@import url("style.css");

/* CSS Document */



body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-position:left;
	margin:0 0;
}

#ituneslinks {
	position:fixed;
	width:100px;
	text-align:right;
	right:0;
	top:182px;
	z-index:70;
}

#ituneslinks a:hover  {
	margin-right:5px;
	
}


#container {
	margin:0 auto;
	width:900px;
	position:relative;
}


#logo {
	z-index:60;
	float:left;
	position:absolute;
	margin:13px 0 0 32px;
}


#abbey {
	float:left;
	position:absolute;
	margin:30px 0 0 520px;
}


#MP3 {
	float:left;
	position:absolute;
	margin:130px 0 0 520px;
	z-index:20;
}


#content {
	width:900px;
	height:1150px;
	margin:181px auto;
	position:absolute;
	background-image:url(images/content_bg.png);
}

#subpage_content {
	width:900px;
	margin: 10px auto;
	position:relative;
}
	


h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:28px;
	font-weight:bold;
	padding:30px 0 0 70px;
}

h2 {
	color:#690;
}


h1.name {
	text-align:right;
	font-size:36px;
	width:570px;
	margin:10px 0 0 200px;
	padding-bottom:10px;
	border-bottom:1px dotted black;
}

p.profile {
	width:740px;
	text-align:justify;
	line-height:20px;
	margin:10px 0 0 80px;
}

#stats {
	width:400px;
	position:absolute;
	right:90px;
	top:75px;
	color:#000;
	font-weight:100;
	line-height:20px;
	text-align:left;
}

p.home_txt {
	width:160px;
	margin:10px 0 0 70px;
	position:absolute;
	color:#000;
	font-weight:100;
	line-height:20px;
	text-align:justify;
}

p.subinfo {
	width:200px;
	color:#000;
	font-weight:100;
	line-height:20px;
}

#video {
	z-index:30;
	position:absolute;
	top:363px;
	right:70px;
}


img.profile {
	float:left;
	margin:10px 20px 10px 80px;
	border:1px solid gray;
	padding:5px;
}


#footer {
	width:100%;
	text-align:right;
	position:fixed;
	bottom:0px;
	z-index:80;
}


#footer_txt {
	width:100%;
	height:25px;
	background-color:#000000;
	z-index:99;
}


#footer_img {
	position:fixed;
	bottom:5px;
	right:0;
	z-index:90;
}


ul {
	list-style:none;
	padding-top:3px;
	margin:0 150px 0 0;
}


li {
	display:inline;
	padding:0 10px;
}


#email {
	position:absolute;
	left:5px;
	bottom:5px;
}

#news {
	text-align:justify;
	padding:10px;
	width:200px;
	height:350px;
	position:absolute;
	top:730px;
	left:335px;
	border-top:#999 dotted 1px;
	border-left:#999 dotted 1px;

}

img#newspic {
	position:absolute;
	right:10px;
	top:300px;
}

#rockband {
	text-align:justify;
	padding:10px;
	width:200px;
	height:350px;
	position:absolute;
	top:730px;
	left:605px;
	border-top:#999 dotted 1px;
	border-left:#999 dotted 1px;

}

#store{
	text-align:justify;
	padding:10px;
	width:200px;
	height:350px;
	position:absolute;
	top:730px;
	left:70px;
	border-top:#999 dotted 1px;
	border-left:#999 dotted 1px;

}
