html
{
}
body
{
	background-image: url('Images/background.gif');
	font-family: Arial, Verdana, Sans-Serif;
	font-size: x-small;
	color: #FFFFFF;
}


/* -------- Links --------- */
A:visited
{
	color: #ce6e1a;
	text-decoration: none;
}
A:link
{
	color: #ce6e1a;
	text-decoration: none;
}
A:hover
{
	color: White;
	text-decoration: none;
}
/* -------- End Links --------- */

/* -------- Column Setup --------- */
#centerColumn
{
	width: 855px;
	margin: auto;
	background-color: #000000;
}
/* -------- End Column Setup --------- */


/* -------- Header --------- */
.divCoverUp
{
	position: relative;
	top: 107px;
	left: 100px;
	width: 273px;
	background-color: black;
	color: #CE6D18;
	font-size: medium;
}

/* -------- End Header --------- */

.contentContainer
{
	padding-top: 20px;
	clear: both;
	width: 100%;
	background-color: #000000;
}

/* -------- Menu --------- */
.divMenu a
{
	font-size: small;
	padding-left: 15px;
}
.divMenu
{
	width: 15%;
	float: left;
	background-color: #000000;
}
/* -------- End Menu --------- */



/* -------- Images ------------------------------------------------------------- */
.imageLabel
{
	display: block;
	text-align: center;
	position: relative;
	font-size: small;
	margin-bottom: 20px;
}

.imageHolder
{
	float: left;
	width: 134px;
	height: 128px;
	text-align: center;
}

.imageHolder img
{
	position: relative;
	margin: auto;	
}

/* -------- Artwork Images --------- */
.artworkImage
{
	text-align: center;
	display: block;
	position: static;

}
/* -------- End Artwork Images --------- */



/* -------- Artist Images --------- */

.artistSelectImage
{
	text-align: center;
	display: block;
	position: static;

}
.artistSelectImage2
{
	text-align: center;
	display: block;
	position: static;

}
/* -------- End Artist Images --------- */

/* -------- Profile Images --------- */
.ProfileLabel
{
	margin-left: 10px;
	font-size:small;
}
.ProfilePicture
{
	float: left;
	margin-right: 10px;
}
pre
{
	font-size:inherit;
}
/* -------- End Profile Images --------- */

.artistInformation
{
	font-size: small;
	float: left;
	width: 85%;
	background-color: #000000;
}

.artistBio
{
	text-align: justify;
	display: inline;
	padding-right: 20px;
}

.artworkHolder
{
	margin-top: 10px;
	background-color: #000000;
}


.footer
{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
/* -------- End Images ------------------------------------------------------------- */

