@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border-top: none;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin solid #999;
} 
.twoColFixRtHdr #header {
	background: #000 url(../images/header.jpg) no-repeat;
	height: 121px;
	width: 900px;
	font-size: 80%;
	z-index: 1;
}
.twoColFixRtHdr #headerPainting {
	background: #000 url(../images/header_painting.jpg) no-repeat;
	height: 121px;
	width: 900px;
	font-size: 80%;
	z-index: 1;
}
.twoColFixRtHdr #headerSculpture {
	background: #000 url(../images/header_sculpture.jpg) no-repeat;
	height: 121px;
	width: 900px;
	font-size: 80%;
	z-index: 1;
}
.twoColFixRtHdr #headerPortfolio {
	background: #000 url(../images/header_portfolio.jpg) no-repeat;
	height: 121px;
	width: 900px;
	font-size: 80%;
	z-index: 1;
}
.twoColFixRtHdr #headerLRGsculpture {
	background: #000 url(../images/header_lrgsculpture.jpg) no-repeat;
	height: 121px;
	width: 900px;
	font-size: 80%;
	z-index: 1;
}
.twoColFixRtHdr #mainContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30 0 40;
	text-align: left;
}
.twoColFixRtHdr #galleryContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
#galleryContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	color: #600;	
}
#galleryContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	color: #600;
	text-decoration: none;
}
#galleryContent a:link,#menuDiv a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#galleryContent a:hover,#menuDiv a:active {
	color: #633;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.twoColFixRtHdr #containerWide {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: 700px;
} 
#homeheader {
	background: url(../images/homepage_back2.jpg) no-repeat;
	height: 800px;
	width: 900px;
	padding: 104px 0px 0px;
}
#homeheaderAlt {
	background: url(../images/homepage_alt.jpg) no-repeat;
	height: 800px;
	width: 900px;
	padding: 104px 0px 0px;
}
#menuDiv{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 900px;
	z-index:9;
	visibility: visible;
	text-align: center;
	display: inline;
	top: 120px;
}
#menuDiv a:link,#menuDiv a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background: #000 url(../images/btn-blk.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 150px;
	border-top: thin solid #666;
	visibility: visible;
	z-index: 5;
	float: left;
	line-height: 2em;
	border-bottom: thin solid #000;
	cursor: pointer;
}
#menuDiv a:hover,#menuDiv a:active {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background: #CCC url(../images/btn-gray.jpg) no-repeat;
	visibility: visible;
	z-index: 10;
	height: 30px;
	width: 150px;
	float: left;
	border-top: thin solid #999;
	text-align: center;
	line-height: 2.3em;
	border-bottom: thin solid #999;
}
#menuDivHome {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 900px;
	z-index:9;
	visibility: visible;
	text-align: center;
	display: inline;
	top: 120px;
}
#menuDivHome a:link,#menuDivHome a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ABA9A8;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 150px;
	border-top: thin solid #999;
	visibility: visible;
	z-index: 5;
	float: left;
	line-height: 2em;
	border-bottom: thin solid #666;
	cursor: pointer;
	background: url(../images/btn-blank.gif) no-repeat;
}
#menuDivHome a:hover,#menuDivHome a:active {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background: url(../images/btn-gray.jpg) no-repeat;
	visibility: visible;
	z-index: 10;
	height: 30px;
	width: 150px;
	float: left;
	border-top: thin solid #999;
	text-align: center;
	line-height: 2.3em;
	border-bottom: thin solid #999;
}
.headerSectionName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #CCC;
	padding: 90px 220px 30px 0px;
	margin: 0px;
	text-indent: 100px;
	text-align: right;
	height: 0px;
	vertical-align: bottom;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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: #CCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 100px;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	color: #333;
	font-weight: normal;
	font-variant: normal;
	margin: 35px 0px 100px 15px;
	z-index: 0;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.twoColFixRtHdr #sidebarGallery {
	float: right;
	width: 410px;
	background: #FFF;
	margin: 12px 0px 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	padding: 10px 10px 100px;
	text-align: center;
}
.twoColFixRtHdr #sidebarFlash {
	float: right;
	width: 400px;
	background: #999 url(../images/media-window2.jpg) no-repeat;
	margin: 40px 50px 100px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	padding: 0px;
	text-align: center;
	height: 300px;
}
.twoColFixRtHdr #sidebar4across {
	float: right;
	width: 410px;
	background: #FFF;
	margin: 18px 0px 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	color: #333;
	padding: 0px 15px 100px;
	text-align: center;
	letter-spacing: 0.3em;
}
.twoColFixRtHdr #sidebar4acrRectangles {
	float: right;
	width: 410px;
	background: #FFF;
	margin: 18px 0px 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	color: #333;
	padding: 0px 15px 100px;
	text-align: center;
	letter-spacing: 0.3em;
}
img {
	text-align: center;
}
#sidebar1 h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
.bodytextHead {
	font-size: 16px;
	color: #600;
	padding: 0px;
	margin: 20px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#mainContent p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.6em;
	font-variant: normal;
	padding: 0px 40px;
	color: #333;
	margin: 0px;
}
#mainContent h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
#sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
#sidebarGallery img {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	height: 110px;
	width: 110px;
	float: left;
	margin: 10px 12px;
	cursor: pointer;
}
#sidebar4across img {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	height: 75px;
	width: 75px;
	float: left;
	margin: 10px 12px;
	cursor: pointer;
}
#sidebar4acrRectangles img {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	height: 90px;
	width: 75px;
	float: left;
	margin: 10px 12px;
	cursor: pointer;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #633;
	padding: 0px 0px 0px 40px;
}
h3 {
	font-weight: bold;
}
h4 {
	font-weight: bold;
	text-align: center;
}
h3 {
	font-weight: bold;
}
#mainContent .normal {
}
