/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address{ margin: 0; padding: 0; }
html, body { height: 100%; width: 100%; }
ol, ul { list-style:none; }
img { border: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
sub, sup { line-height: 0; font-family: 'Georgia', serif;}

/* ===== */

body {
	
	background-color: #FFF;
	background: url("./img/bg.png") center repeat-y;
	color: #000;
	
	font-size: 15px;
	line-height: 1.45;
	
	font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
	
}

#root {
	
	color: #FFF;
	width: 1000px;
	margin: auto;
	padding: 0;
	
}

#backgroundContainerOuter {
	margin: 40px 20px 20px 20px;
	background: url("./img/background-middle.png") repeat-y;
}

/* IE7 bug fix */
*+html #backgroundContainerOuter {
	border-top: 1px solid #c9baa9;
	border-bottom: 1px solid #c9baa9;
}

#backgroundContainerMiddle {
	background: url("./img/background-top.png") top no-repeat;
}

#backgroundContainerInner {
	background: url("./img/background-bottom.png") bottom no-repeat;
}

#menuContainerOuter {
	
	float: left;
	text-align: center;
	margin: 0;
	
}

#menuContainerInner {
	
	color: #000;
	width: 180px;
	padding: 20px 10px 20px 10px;

}

#contentContainerOuter {
	float: right;
	text-align: left;
	margin: 0;
}

#contentContainerInner {
	
	color: #000;
	width: 700px;
	min-height: 570px;
	padding: 30px 20px 30px 20px;

}


#menuContainerInner ul {
	width: 160px;
	text-align: left;
	margin: 10px;
}

#menuContainerInner ul li {
	line-height: 250%;
}

#menuContainerInner a {
	color: #544e47; /*#B3A69A;*/
	text-decoration: none;
	font-weight: normal;
}

#menuContainerInner a:hover {
	border-bottom: 1px solid #CCBEAF;
}


#contentContainerInner H1 {
	font-size: 35px;
	font-weight: bold;
	color: #cfc1b2;
}

.frontItem { 
	padding: 15px 15px 15px 0;
	color: #544e47;
}

.frontItem .imgFloatLeft {
	float: left;
	margin: 15px 25px 15px 0;
	max-height: 290px;
	max-width: 290px;
}


.frontItem .imgEnlarged {
	width: 640px;
	margin: 15px auto 15px auto;
}

.frontItem p {
	margin: 15px 0 15px 0;
}

.frontItem a {
	color: #B3A69A;
	text-decoration: none;
}

.frontItem a:hover {
	border-bottom: 1px solid #CCBEAF;
}

#copyright {
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}

.artistImage {
	margin: 25px 25px 25px 0;
	float: left;
	text-align: center;
}

.TableMain {
	margin: 25px 0 25px 0;
}

.TableMain .TableHeaderCell, 
.TableMain .TableCell {
	padding: 5px;
}  

.TableMain .TableHeaderCell {
	font-weight: bold;
}

.prd_table td {
	padding: 25px;
	margin: 25px;
}

.div_medium, .div_thumb {
	margin: 15px;
}

