body {
/* 	background-color: #F9F9E5;  Original close to White 4/3/11 */
	background-color: #0e0e11;   /* Black Background */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 24px;
/*	color: #000000;   Orginal, close to black, 4/3/11 */
	color: #57c371;  /* Green Text */
	margin-right: 100px;
	margin-left: 100px;
	margin-top:15px;
}

/*Used on Header.asp page for Diane name Title*/
.DianeMinuti{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 50px;
	font-size-adjust:300px;
	line-height: normal;
	font-weight: normal;
/*	color: #000000;		original color */
	color: #57c371;
}
/*Used on Header.asp to format the page title page*/
.PageTitle
{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	font-size-adjust:300px;
	line-height: normal;
	font-weight: normal;
/*	color: #000000;		original color */
	color: #57c371;
}

span.MsoTitle, li.MsoTitle, div.MsoTitle {
	text-align:center;
	font-size:46.0pt;
	font-family:"Georgia", "serif";
	font-weight:bold;
	font-style:italic;
}
p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle {
	text-align:center;
	font-size:12.0pt;
	font-family:"Times New Roman", "serif";
	font-weight:bold
}
.brfix
{
line-height:12px;
}

.size_price_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
/*	color: #000000;		original color  */
	color: #57c371;
	word-wrap: break-word;
	overflow:scroll;
	width:300px;
}
.size_price_text pre
{
	font-family: Arial, Helvetica, sans-serif;
/*	color: #000000;		original color */
	color: #57c371;
	margin-top:0px;
	margin-bottom:0px;
}

.title_text
{
	width:600px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a { color: #57c371; }
a:hover { color: #57c371; background-color: #F9F9E5; }   /* CC99CC original color, when you hover over a hot link*/
A:link {color: #57c371;}
A:visited {color: #57c371;}
A:active { color: #57c371; background-color: #F9F9E5; font-weight:bold;}


/*Used on footer.asp page*/
.copywrite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
/*  color: #000000;  original color */
	color: #57c371;

}
/*Used on Artist_statement.asp page*/
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 24px;
}

/*Used on Selected_art.asp page to allow for preformated text in the description of the art*/
pre {
	font-family: Arial, Helvetica, sans-serif;
/*  color: #000000;   original color  */
	color: #57c371;
}

/*Used for size area under title*/
#left {
float:left;
width:300px; // as you have some padding, 33% would flip the last container below the others - play around between 30 and 33% to suit your needs.
text-align:center;
}

/*Used for price area under title*/
#right{
float:left;
width:300px;
text-align:center;
}
