body
{
	text-align: center;
	background-image: url(images/texturetile.jpg);
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}


/* MAIN LAYOUT */

#container {
	width: 800px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
	margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
	text-align: left;
}

#header {
	text-align: center;
	margin-bottom: 20px;	
}

#left {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 250px;
}

#right {
	float: right;
	padding: 0px 10px 0px 10px;
	width: 170px;
	color: #100030;
} 

#centre {
	top: 10px;
	margin-left: 260px;
	margin-right: 190px;
	text-align: right;
} 

#main {
	top: 10px;
	margin-left: 260px;
	margin-right: 0px;
	text-align: right;
} 

#footer {
	padding-top: 20px;
	clear: both;
}

#announcement {
	font-size: 80%;
	text-align: center;
	margin: -10px 0 20px 0;
}

/* GENERAL STUFF */

a:link, a:visited {
	color: #100030;
	text-decoration: underline;
}


/* THUMBNAIL PANE */

.thumbnail {
	border-collapse: collapse;
	background-color: rgba(255, 255, 255, 0.2);
}
	
.thumbnail tr td {
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#copyright {
	font-size: 80%;
	padding-top: 30px;
	padding-left: 5px;
	text-align: left;
}


/* ARTWORK LAYOUT */

#art-title {
	font-size: 90%;
	font-weight: bold;
	padding: 20px 0 5px 0;
}

#art-description {
	font-size: 80%;
}

#art-description p {
	margin: 0 0 5px 0;
}

#art-description a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

.soldout {
	color: #DD0000;
}


/* ABOUT PAGE LAYOUT */

#about {
	padding: 48px 0 0 0;
	color: #100030;
	text-align: left;
}

#aboutpic {
	padding: 48px 0 0 0;
	color: #100030;
	text-align: center;
}

#aboutcaption {
	font-size: 90%;
	padding: 10px 0 5px 0;
	color: #100030;
	text-align: center;
}

#about a:link, a:visited {
	color: #100030;
	text-decoration: underline;
}

/* NEWS PAGE LAYOUT */

#news {
	padding: 0px 0 0 0;
	color: #000000;
	text-align: left;
}

#news .article {
	margin-bottom: 30px;
	min-height: 130px;
}

#news h2 {
	margin-bottom: 0pt;
}

#news h3 {
	font-weight: bold;
}

#news h4 {
	margin: 0 0 0 3em;
	font-style: italic;
	font-weight: normal;
}

#news .article_image {
	float: right;
}
	
/* BOOK LAYOUT */
#book {
	text-align: left;
	width: 100%;
	overflow: auto; /* See here for explanation: http://www.quirksmode.org/css/clearing.html */

}

#book .cover {
	float: left;
	margin: 0px 15px 10px 0px;
	
	/* Shadow - see http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/ */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
}

#book .title {
	font-weight: bold;
}

#book .alert {
	color: #cc0000;
	font-weight: normal;
}

#book .author {
	
}

#book .publisher {
	
}

#book .description {
	margin: 20px 0px 20px 0px;
}

.review {
	width: 400px;
	margin: 20px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
}

.review .quote {
	text-align: center;
}

.review .source {
	text-align: right;
}
