/*Generic Stuff */
html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 550px;
	margin:auto;
	margin-top: 0px;
	position: relative;
}
/* Header Stuff */
#header {
	height: 200px;
	width: 550px;
	border-width: 0px;
	border-style: solid;
	padding: 0;
}
#logo {
	float: left;
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 233px;
	position: relative;
	left: -90px;
	top: -190px;
	margin-bottom: -233px;
}

#scroller {height: 175px; width:550px;}
/* Footer Stuff */
#footer {
}
#footer #footerPic {
	float:right;
	background-image: url(../../images/footer.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 218px;
	vertical-align: baseline;
	position:relative;
	top: -110px;
	margin-bottom: -110px;
	left: 10px;
}
#artFooter {
	
}
/* Content Stuff */
#content {
	clear: both;
	padding: 20px;
	padding-top: 35px;
}
h1,h2,h3,h4,h5,h6 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
/* Page Specific Styles */

/* ----- About the Artist ----- */
#artist p {text-align: justify;}

/* ----- Adsense ----- */
#adsense
{	
	width: 468px;
	height: 60px;
	margin: auto;
}