body {
	margin:0px; padding:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #AAACB2;
	background-color: #000;
	text-align: center;	
}

/************** HOMEPAGE **********/

#homepage {
	width: 700px;
	margin: 0px auto;	
	text-align: center;
}

#homepage h1 {
	margin: 100px 0px 0px 0px;
	padding: 0px;
	position:relative;
	width: 700px; height: 284px;
	background-image:url("/img/homepage.jpg");
	background-repeat:no-repeat;
	background-position: center;	
}
#homepage h1 span {display:none;}

#homepage h2 {
	margin: 0px;
	padding: 0px;
	position:relative;
	width: 700px; height: 40px;
	background: transparent url("/img/comingsoon.gif") top center no-repeat;
}

#homepage h2 span {display:none;}


/********************** PAGES **************************/

#page {
	width: 800px;
	margin: 0px auto;	
	padding: 0px 0px 10px 0px;
	text-align:left;
	background-image:url('/img/background.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	border-bottom: 1px solid #111;
}

#page h1 {
	margin: 0px;
	padding: 0px;
	display: block;
	position:relative;
	width: 700px; height: 75px;
	background: transparent url("/img/peteanthony.jpg") top left no-repeat;
	top: 0px;	left: 0px;
}

#page h1 span {display:none;}

#page h2 {
	width: 750px;
	height: 35px;
	display:block;
	background-repeat:no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
}

#page h2.biography {background-image: url('/img/headers/biography.gif');}
#page h2.motionpictures{background-image: url('/img/headers/motionpictures.gif');}
#page h2.albums {background-image: url('/img/headers/albums.gif');}
#page h2.looklisten {background-image: url('/img/headers/looklisten.gif');}
#page h2.contact {background-image: url('/img/headers/contact.gif');}

#page h2 span {display:none;}


/********** CONTENT ***************/

#content {
	display:block;
	padding: 0px 30px;
}

#column {
	float: left;
	width: 340px;
	margin-right: 10px;
}

h3 {
	font-size: 18px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}

h3.year {
	font-size: 16px;
	border-bottom:1px solid #555;
}

ul.biglist {
	list-style-type:none;
	padding: 0px; margin:0px;
}

ul.biglist li {
	margin: 0px 0px 8px 0px;
	float:none;
}

ul.audio {
	padding: 0px; margin:2px 0px 13px;
	list-style-type:none;
}

ul.audio li {
	margin: 0px 0px 5px 16px;
	float:none;
}

/*********** ALBUMS ***********/

img.albumcover {
	float: left;
	padding: 5px;
}

div#albuminfo {
	float: left;
	padding: 5px;
	width: 250px;
}	


/***************** IMAGE ALIGNMENT *************/

img.topleft {float: left; padding: 0px 5px 5px 0px; }


/*********** FONTS ************/

.bodytext {	font-family: arial, helvetica, sans-serif;
	font-size: 12px;}
	
.small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.subsmall { color: #77901c; font-size: 10px; }


/****************************************************/

#footer {
	padding: 0px;
	margin:30px auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #313C3E;	
	text-align: center;
}

#footer a { color: #313C3E; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

#footer span { display:none; }

/* *************************  LINK COLORS  ***************** */

a { color: #7E87A3; text-decoration: none }
a:hover { color: #959AA9; text-decoration: underline;}

a.invisible { color: #000; text-decoration:none;}
