body {
	background: #4a535a url(../images/header_gradient_lines.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #67747e;
}
body>table {
	overflow: hidden;
	
}

a:link {
	color: #afac8d;
	text-decoration: none;
}
a:visited {
	color: #afac8d;
	text-decoration: none;
}
a:hover {
	color: #6f5935;
	text-decoration: none;
}

.justify {
	text-align: justify;
}
/* ---------------------------------- */

#containerTop {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
}

#navigationRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #67747e;
	height: 70px;
}
#navigationRow img {
	border: 0px;
}

#leftStretchVert {
	background: url(../images/left_bars_bottom.gif) top left repeat-y;
}

#rightStretchVert {
	position: relative;
	background: url(../images/right_bars_bottom.gif) top left repeat-y;
}

#rightStretchHoriz {
	background: url(../images/right_bars_stretch.gif) top left repeat-x;
}


/* ---------------------------------- */




#contentArea1 {
	padding: 22px;
	padding-bottom: 5px;
	background: #FFFFFF;
	border: 1px solid black;
	border-bottom: 1px solid white;
}

#contentArea1 .divider {
	padding: 8px 0px 6px 0px;
}

#contentArea1 h1 {
	font-size: 14px;
	font-weight: bold;
}

#contentArea1 p {
	font-size: 12px;
}

.galleryLinks {
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 4px;
}

.imagePreview {
	border: 1px solid #879199;
	margin: 8px 0px 8px 0px;
}


/* ---------------------------------- */

#albumInfo {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0px 8px 0px;
	font-size: 12px;
}

#albumInfo .artist {
	font-size: 13px;
	font-weight: bold;
}
#albumInfo .title {
	font-size: 12px;
	font-weight: normal;
}



/* ---------------------------------- */

#hiddenIntroContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #d8dbdf url(../images/intro_grad.gif) top repeat-x;
	margin-bottom: 5px;
	padding: 25px;	
	display: none;
	text-align: left;
}


/* ---------------------------------- */

#commentBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #d8dbdf;
	border: 1px dashed black;
	margin-bottom: 5px;
	padding: 4px;

}
#commentBlock .title {
	font-size: 11px;
	font-weight: bold;
}

#commentBlock .body {
	font-size: 11px;
	padding-left: 20px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#commentFormTable {
	padding: 4px;
	background: #d8dbdf;
	font-size: 11px;
	border: 1px dashed black;
}

#commentFormTable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#commentFormTable textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#commentFormTable .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}





/* ---------------------------------- */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67747e;
	height: 70px;
	text-align: center;
}
#footerLine {
	border-top: 1px solid #b8bec2;
}