body  {
	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 */
	background-image: url(../_slices/concrete_pattern_good-dark.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.header {
	background-image: url(../_slices/project-gallery-header-brush.jpg);
	width: 564px;
	height: 100px;
	margin-left: 34px;
	text-align: center;
	padding-left: 14px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.headertitle {
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 1.5em;
	text-align: center;
}
.headerdate {
	color:#666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	font-size: 1em;
}
.headertype {
	color: #D5512C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	vertical-align: top;
}
.headertable {
	height: 80px;
	width: 530px;
	padding-top: 10px;
	text-align: center;
}
.footer {
	width: 564px;
	background-image:url(../_slices/project-gallery-footer-brush.jpg);
	padding: 10px;
	margin-left: 34px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #innercontainer {
	text-align: left;
}

#innercontainer {
	margin-left:auto;
	margin-right: auto;
	width: 630px;
	margin-top: 10px;
}

.twoColFixLtHdr #container {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 20px;
	_padding: 10px 0px 15px 0px; /* this did the trick. Only IE6 should process this line */
	

} 

.twoColFixLtHdr #sidebar1 {
	width: 270px;
	margin-left: 20px;  /* <---Solution for bug IE6 */
	_padding: 10px 0px 15px 0px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 20px 0 20px;
	background-image: url(../_slices/container-concrete-bg.jpg);
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	_padding: 10px 0px 15px 0px; /* this did the trick. Only IE6 should process this line */
	zoom: 1;
}
.twoColFixLtHdr #header {
	height: 146px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #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 */
} 
.twoColFixLtHdr  #footer{
	margin: 0;
	background-image: url(../_slices/footer.png);
	height: 128px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #515151;
	text-align: center;
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 25px;
}
.darkerlines {
	color: #1E1E1E;
	font-size: 14px;
	font-weight: bolder;
}
.minidarkerlines {
	color: #1E1E1E;
	font-size: 12px;
	font-weight: bolder;
}
.twoColFixLtHdr #container #footer address p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #515151;
	text-align: center;
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	/*padding-top: 25px;*/
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	text-align: left;
}
.bodycopydarker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
}

.img {
	border: none;
}
.bodycopy2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
}
.footeraddress {
	font-size: 1.1em;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 30px;
}
.writing {
	vertical-align: top;
	background-image: url(../_slices/container-center.png);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	_padding: 10px 0px 15px 0px; /* this did the trick. Only IE6 should process this line */
}

.writing .bodycopy {
	display:block;
	margin-left: 40px;
	width: 552px;
}

.h1-brush {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	background-image: url(../_slices/h1-brush-bg.png);
	height: 42px;
	width: 590px;
	display: block;
	text-indent: 94px;
	font-variant: small-caps;
	line-height: normal;
	text-transform: none;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	margin-top: 10px;
	background-repeat: no-repeat;
	margin-left: 20px;
}
.h2-brushpurple-bg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 20px;
	background-image: url(../_slices/h2-purple-bg.png);
	height: 40px;
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h2-brushgreen-bg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 20px;
	background-image: url(../_slices/h2-green-bg.png);
	height: 40px;
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h2-brushyellow-bg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 20px;
	background-image: url(../_slices/h2-yellow-bg.png);
	height: 40px;
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
.brushtop {
	height: 20px;
	width: 630px;
	background-image:url(../_slices/container-top.png);
}
.brushleft {
	height: 300px;
	width: 20px;
	float: left;
	background-image:url(../_slices/container-left.png);	
}

.brushright {
	height: 300px;
	width: 20px;
	float:right;
	background-image:url(../_slices/container-right.png);	
}
.brushbottom {
	height: 20px;
	background-image:url(../_slices/container-bottom.png);
}
.textunderimage {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666666;
	font-size: 12px;
	text-align: left;
}

a:link {
	font-family: "Lucida Sans", Tahoma, sans-serif;
	color: #333333;
	text-decoration: none;
	border: none;
}
a:visited {
	font-family: "Lucida Sans", Tahoma, sans-serif;
	color: #666666;
	text-decoration: none;
    border: none;

}
a:hover {
	font-family: "Lucida Sans", Tahoma, sans-serif;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	border: none;

}
a:active {
	font-family: "Lucida Sans", Tahoma, sans-serif;
	color: #333333;
	text-decoration: none;
	border: none;

}
.gallery #images {
	color: #002200;
}

.gallery #projecttitle {
	color: #008800;
}

.gallery #projecttext {
	color: #001100;
}

.captiontext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 20px;
	margin-top: 20px;
}
.redname {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}
.orangename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D5512C;
}
.boldtitles {	font-style: italic;
	color: #666666;
}
.projecttitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
img.floatRight {
	float: right;
	background-repeat: repeat;
	background-image: url(../cityarts-41st-website/_css/slices/rightdrop.jpg);
	width: 4px;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 4690px;
}
.imgBoarders {
	border: thin solid #666666;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
	padding: 0.5em;
}
.imgBoardersCenter {
	border: thin solid #666666;
	margin-right: 0em;
	margin-bottom: 10px;
	margin-left: 0em;
	padding: 0.5em;
	text-align: center;
}
div.figure {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.imagecaption {
	border: 3px solid #333333;
	border: 1px solid #999999;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imagecaptionfloatright {
	border: 3px solid #333333;
	border: 1px solid #999999;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
}
.imagecaptionfloatleft {
	border: 3px solid #333333;
	border: 1px solid #999999;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.captiontext1 {
	color:#FFFFFF;
	background-repeat: repeat;
	font-size: 10px;
}
.captiontextlinks {
	color: #FFFFFF;
}
.imagewithcaption {
	float: right;
	padding: 5px;
	margin: 10px;
	background-image: url(../_slices/darkline-bg.gif);
	margin-right: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-color: #333333;
}
.imginbox {
	border: 1px solid #666666;
	margin-bottom: 5px;
}
.img {
	border: none;
	}
.positiontitle {	color: #333333;
}
.firstlastname {color: #666666}

.boldspacer {
	color: #330000;
	font-weight: bold;
	padding-right: 4px;
}

table.x1 {
	color: #999;
	font-size: 12px;
	width: 540px;
	border: 0;
	margin-top: 10px;
	padding: 20px;
}
.storeheader {
	background-image: url(../_slices/store-brush.jpg);
	width: 584px;
	height: 178px;
	margin-left: 34px;
	text-align: center;
	padding-left: 14px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.projectmainimage {
	margin-bottom: 15px;
	width: 520px;
	}
[if IE ]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { float:left; width: 170px; }
<![endif][if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; float:left; display: inline; width: 170px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
[if IE]>
<style type="text/css"> 
#mainContent, #sidebar1 { zoom: 1; float:left; display: inline; width: 170px; }
</style>
<![endif]
.footer {
	background-image: url(../_slices/project-gallery-footer-brush.jpg);
	height: 45px;
	width: 564px;
	padding: 10px;
}

