/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body   {
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cc9;
	padding: 0px;
}


#holder     {
	padding: 0;
	width: 900px;
	float: inherit;
	background-color: #cc9;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#header   {
	width: 900px;
}
#pagetitle    {
	color: #fff;
	font-size: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 20;
	top: 45px;
	width: 890px;
	text-align: right;
	padding-bottom: 10px;
}
#pagequote    {
	color: #000;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	width: 890px;
	padding-right: 20px;
	padding-top: 10px;
}
#content      {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	vertical-align: top;
	width: 620px;
	padding-top: 20px;
	font-size: 12px;
}
#content img {
	clear: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content a:link               {
	color: #003399;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 2px
}
#content a:visited                 {
	color: #003399;
	font-weight: bold;
}
#content a:hover          {
	color: #663;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline
}
#rightbox  {
	color: #fff;
	background-color: #c96;
	text-align: center;
	padding: 10px;
	border: solid 3px;
	position: relative;
	width: 180px;
	float: right;
	margin-top: 20px;
	font-size: 13px;
}
#maininfo       {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 870px;
	padding-left: 5px;
}
#footer   {
	text-align: center;
	padding-top: 2px;
	width: 100%;
	font-size: 10px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
.brclear {
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	
}


ul           {
	color: #000;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 12pt;
	list-style-type: disc;
	margin: 12px 12px 12px 20px
}
 
td   {
	color: #000;
	font-size: 11pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 13pt
}
p {
	color: #000;
	font-size: 11pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	line-height: 16px;
	font-stretch: expanded
}
h1 {
	color: #fff;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
h2 {
	color: #fff;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
h4        {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1.33em 0
}
.copyright     {
	color: #556b2f;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 10pt
}
.pagetitles  {
	color: #fff;
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 12px 12px 12px 23px;
	position: relative
}

.bold_descr { color: #333; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

.synopsis {
	color: #333;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	position: relative;
	right: 6pt;
	left: 6pt
}
.loginlink  {
	color: #fff;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 9pt;
	text-decoration: underline
}
.artist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}
.sculpturetitle06  {
	color: #fff;
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 50px;
	line-height: 30px;
	text-align: center;
}
#content #sculptureImg {
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.HeaderToClearImg {
	clear: left;
}
