body {
	background-color: #F9F9E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 24px;
	color: #000000;
	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;
}
/*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;
}

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;
	word-wrap: break-word;
	overflow:scroll;
	width:300px;
}
.size_price_text pre
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	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: #000000; }
a:hover { color: #000000; background-color: #CC99CC; font-weight:bold; }
A:link {color: #000000;}
A:visited {color: #000000;}
A:active { color: #000000; background-color: #CC99CC; font-weight:bold;}


/*Used on footer.asp page*/
.copywrite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;

}
/*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;
}

/*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;
}