


/* Main content areas
----------------------------------------- */

#container {
	width: 760px;
}


/* Header
----------------------------------------- */

	/* Top Navigation ----------------------------------------- */
		
	#topnav {
		width: 760px;
	}


/* Footer
----------------------------------------- */

#below {
	clear: both;
	height: 25px;
}

#footer {
	width: 730px;
}



/* Homepage
----------------------------------------- */

.section-home #content {
	width: 280px;
}
.section-home #records div table {
	width: 270px;
}
.section-home #records div table td {
		height: 175px;
	}


/* Foreword 
----------------------------------------- */

	.section-foreword #content {
		width: 440px;
	}
		

/* Locations Section
----------------------------------------- */

.section-locations.page-locations #content {
	width: 400px;
}
.section-locations.page-locations #content2 {
	clear: left;
	padding-top: 25px;
}

.section-locations.page-locations #imageBox {
	position: absolute;
	top: 0;
	right: 0;
}


/* Browse Section (+ new additions record rows)
----------------------------------------- */

.section-browse.page-browse #browseSearch,
.section-artistinformation.page-artistinformation #browseSearch {
	width: 730px;
}
	.section-browse.page-browse #browseSearch #browseSearchRevealed,
	.section-artistinformation.page-artistinformation #browseSearch #browseSearchRevealed  {
		width: 730px;
	}
		
		
	/* Browse and New Additions Record Row ----------------------------------------- */
		
	#records table,
	#records2 table,
	.section-newadditions.page-newadditions table {
		text-align: left; 
		width: 730px;
		clear: both;
	}


/* News Section
----------------------------------------- */

	.section-news.page-news #content ul li {
		width: 330px;
		min-height: 185px;
		height: auto !important;
		height: 185px;
	}

.section-news.page-news.hasparams #content {
	float: left;
	width: 480px;
}


/* artist information Section
----------------------------------------- */

.section-artistinformation #content table {
	width: 730px;
}

.section-artistinformation #content .content {
	width: 380px;
	float: left;
	display: inline;
}
.section-artistinformation #content #mainImage {
	float: right;
	display: inline;
	margin: 0 12px 15px 20px;
}
.section-artistinformation #content {
	width: 730px;
}


/* General bits
----------------------------------------- */

	/* Large image button links ----------------------------------------- */
	
	.section-home #quickButtons a {
		width: 85px;
	}
	.section-home #quickButtons a.rollover img {
		width: 85px;
	}