body 
{
	padding: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 850px;
	margin: 0 auto;
}
#main
{
	width: 850px;
}
#index_spacer
{
	height: 75px;
}
#spacer
{
	width: 828px;
	height: 106px;
	padding: 15px 0 5px 22px;
}
#header
{
	width: 850px;
	height: 85px;
}
#center
{
	width: 550px;
	background-image: url(./layout-images/simonshields-backgroundstripes.png);
	font-size: 13px;
	padding: 15px 150px 15px 150px;
}
#center-2
{
	width: 650px;
	height: 350px;
	background-image: url(./layout-images/simonshields-backgroundstripes.png);
	font-size: 13px;
	padding: 15px 100px 15px 100px;
}
#center-3
{
	width: 650px;
	background-image: url(./layout-images/simonshields-backgroundstripes.png);
	font-size: 13px;
	padding: 15px 100px 15px 100px;
}
#center-4
{
	width: 650px;
	background-image: url(./layout-images/simonshields-backgroundstripes.png);
	font-size: 13px;
	padding: 15px 100px 15px 100px;
}
#center-left
{
	width: 285px;
	padding: 0 15x 0 0;
	float: left;
	line-height: 350px;
}
#center-right
{
	width: 335px;
	height: 350px;
	padding: 0 0 0 15px;
	float: right;
}
#center-left-artists
{
	width: 315px;
	height: 450px;
	padding: 0 15x 0 0;
	float: left;
}
#center-right-artists
{
	width: 305px;
	height: 450px;
	padding: 0 0 0 15px;
	float: right;
}
#artwork-description
{
	width: 335px;
	height: 150px;
}
artwork-medium
{
	width: 335px;
	height: 200px;
}
#bar1
{
	width: 850px;
	height: 25px;
	background-image: url(./layout-images/simonshields-backgroundstripes-bar1.png);
	font-size: 14px;
	padding: 3px 0 0 0;
}
#bar2
{
	width: 850px;
	height: 25px;
	background-image: url(./layout-images/simonshields-backgroundstripes-bar2.png);
	font-size: 13px;
	padding: 3px 0 0 0;
	
}
#bar3
{
	width: 850px;
	height: 50px;
	background-image: url(./layout-images/simonshields-backgroundstripes-bar3.png);
	padding: 10px 0 10px 0;
}
#bar4
{
	width: 850px;
	height: 50px;
}
#footer
{
	width: 380px;
	height: 40px;
	background-image: url(./layout-images/simonshields-background-bottom2.png);
	padding: 45px 150px 0 320px;
	font-size: 10px;
	text-align: right;
}
img.float-left 
{ 
    float: left; 
    margin: 10px 14px 80px 0; 
}
img.artwork
{
	vertical-align: middle;
}
img.artists
{
	border-style: solid;
	border-color: #CCCCFF;
	border-width: 5px;
}
p
{
	text-indent: 10px;
	font-size: 14px;
}
h4
{
	font-size: 14px;
}
a.link:link 
{
	color: black; 
}
a.link:visited
{
	color: black; 
}
a.link:hover
{
	color: black; 
}
a.greylink:link 
{
	color: #666666; 
}
a.greylink:visited
{
	color: #666666; 
}
a.greylink:hover
{
	color: black; 
}
h5.red{
	color: red;
	font-size: 10px;
}