/* CSS Document */

body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#newheader {
	position:relative;
	background-color:#6A7FCC;
	width:100%;
	margin:0;
	z-index:0;
}
#headbackground {
	background:#6A7FCC;
	width:1020px;
	height:50px;
	margin:0;
	z-index:1;
}
#headlogo {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 262px;
	z-index:10;
}
#headart {
	position:absolute;
	top: 0px;
	left: 334px;
	height: 50px;
	width: 35px;
	z-index:10;
}
#headacad {
	position:absolute;
	top: 0px;
	left: 405px;
	height: 50px;
	width: 65px;
	z-index:10;
}
#headbio {
	position:absolute;
	top: 0px;
	left: 514px;
	height: 50px;
	width: 31px;
	z-index:10;
}
#headcontact {
	position:absolute;
	top: 0px;
	left: 587px;
	height: 50px;
	width: 53px;
	z-index:10;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#bbbbfc;
}
p.bio {
	color:#ccccff;
}
.underline {
	text-decoration:underline;
	}
p.caption {
	font-size:11px;
	color:#ccccff;
	line-height: 12.5px;
	text-align:right;
	}
.captionleft {
	font-size:11px;
	color:#ccccff;
	line-height: 12.5px;
	text-align:left;
}
p.nav {
	font-size:11px;
	color:#ccccff;
	line-height: 12px;
	text-align:left;
	}
p.explanation {
	font-size:13px;
	color:#ccccff;
	line-height: 14px;
	text-align:right;
	padding-right: 9px;
	}
p.sculpture {
	text-align:center;
	margin-right:18px;
	}
.small {
	font-size:1px;
	}
a:link {
	color:#CCccff;
	text-decoration:none;
	}
a:visited {
	color:#CCccff;
	text-decoration:none;
	}
a:hover {
	color:#6633CC;
	text-decoration:none;
	}
/*a:active {
	color:#660000;
}I commented this out because IE has a problem displaying it correctly*/
h2 {
	font-size:16px;
	text-align:left;
	color:#CCccff;
}
.statement {
	float:left;
	width:120px;
	padding-left: 24px;
	}
.Hdr #container { 
	width: 100%; 
	min-width: 100%;
	background: #000000;
	 /* margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#containmain {/*this div holds the contents of the content below the header in place. Images won't flow out of their placemnt on the page when the viewer looks at the page at a small browser window that is less wide than the contents ---- I might get rid of this, might no need it afterall, if I get rid of the troublesome floats*/
	width:1020px;
	background-color:#000000;
	text-align:left;
	padding-left: 6px;}
.Hdr #holdall { 
	width: 100%; 
	background: #000000;
	text-align: left; 
	}
.Hdr #header { 
	background: #6A7FCC;/*previously #666699;*/ 
} 
.Hdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.Hdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.Hdr #sidebarSculpt {
	float: left; /* since this element is floated, a width must be given */
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 16px;
}
.Hdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 316px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 292px;
} 
.Hdr #mainContSculpt {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 22px;
}
.sidebar_expl {
	float: right; 
	width: 128px; 
	background: #000000;
	padding-top: 102px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}
.sidebar_expl2004 {
	float: right; 
	width: 128px; 
	background: #000000;
	padding-top: 136px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}
.floatright { 
	float: right;
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfltright {
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfltleft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.top {
	vertical-align:text-top;
	display:block;
	margin-top:12px;
	margin-left: 20px;
	font-size: 11px;
}
table {
	border:none;
}
img {  	
	border:none;
	border-style: none;
}
a img {  
	border-style: none;
}
.topalign {
	vertical-align:top;
}
.thumbs {
	float:left;
	width: 800px; 
	background: #000000;
	padding-top: 20px;
}
.thumbs_statement {
	float:left;
	width: 800px; 
	background: #000000;
	padding-top: 10px;
}
