@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/striped_background.png);

background-position:top right;
	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;
}
.twoColFixLtHdr #containerHome {
background-image:url(images/seated-angel.png);
background-repeat:no-repeat;
background-position:top right; 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #containerExhibitions {
background-image:url(images/calendarbackground.png);
background-repeat:no-repeat;
background-position:top right; 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #containerMailing {
background-image:url(images/atsymbol.png);
background-repeat:no-repeat;
background-position:top right; 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #containerCommissions {
background-image:url(images/tunnel.png);
background-repeat:no-repeat;
background-position:top right; 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #container { 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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 #mainContentRightmargin {
margin: 0 270px 0 0; /* this creates the large right margin for the home page background image. */
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentExhibitions {
margin: 0 250px 0 0; 
padding: 0 20px; 
} 
.twoColFixLtHdr #mainContent {
text-align:center;
margin: 0; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	font-size:smaller; 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footerbackground.png);
	background-repeat:no-repeat; 
} 
.twoColFixLtHdr #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 */
}
.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;
}
img	{
border-style:none;
}
a:link {color: #fff; text-decoration: underline; }
a:active {color: #fff; text-decoration: underline; }
a:visited {color: #fff; text-decoration: underline; }
a:hover {color: #fff; text-decoration: none; }
/* Nav bar */
#navbar {
width:780px;
height:50px;
background-image:url(images/tabbackground.png);
}
#navbar ul {
margin:0;
padding:0;
list-style: none;
}
#navbar ul li {
float:left;
}
#navbar ul li a {
display:block;
padding:10px 70px;
}
#home {
width:156px;
height:31px;
background-image:url(images/tab1.png);
background-repeat:no-repeat;
}
#home a:hover  {
width:156px;
height:31px;
background-image:url(images/tab1over.png);
background-repeat:no-repeat;
}
#homeOn {
width:156px;
height:31px;
background-image:url(images/tab1over.png);
background-repeat:no-repeat;
}

#portfolio {
width:156px;
height:31px;
background-image:url(images/tab2.png);
}
#portfolio a:hover  {
width:156px;
height:31px;
background-image:url(images/tab2over.png);
background-repeat:no-repeat;
}
#portfolioOn {
width:156px;
height:31px;
background-image:url(images/tab2over.png);
background-repeat:no-repeat;
}

#exhibitions {
width:156px;
height:31px;
background-image:url(images/tab3.png);
}
#exhibitions a:hover  {
width:156px;
height:31px;
background-image:url(images/tab3over.png);
background-repeat:no-repeat;
}
#exhibitionsOn {
width:156px;
height:31px;
background-image:url(images/tab3over.png);
}

#mailinglist {
width:156px;
height:31px;
background-image:url(images/tab4.png);
}
#mailinglist a:hover  {
width:156px;
height:31px;
background-image:url(images/tab4over.png);
background-repeat:no-repeat;
}
#mailinglistOn {
width:156px;
height:31px;
background-image:url(images/tab4over.png);
}

#commissions {
width:156px;
height:31px;
background-image:url(images/tab5.png);
}
#commissions a:hover  {
width:156px;
height:31px;
background-image:url(images/tab5over.png);
background-repeat:no-repeat;
}
#commissionsOn {
width:156px;
height:31px;
background-image:url(images/tab5over.png);
}

/* Home page items */

.quote {
       background: url(images/quoteLeft.png) no-repeat left top;
       margin-left: 5%;
       margin-right: 5%;
       padding-top: 10px;
       padding-left: 45px;
	   padding-right:45px;
}
.quote p {
font:130% "segoe print", "comic sans", times, serif;
line-height:1.2em;
}
.quote div {background: transparent url(images/quoteRight.png) right bottom no-repeat;
     padding-right: 5px;
     padding-bottom: 10px;
}
.logolink {
width:300px;
height:60px;
margin:0 0 0 45px;
}

/* Portfolio page items */
.thumbnailBox	{
background-color:#000;
text-decoration:none;
width:100px;
height:100px;
margin:0 35px 20px 35px;
padding:5px;
float:left;
}
a:visited {color:#000;}

/* Exhibition page items */


#event-table a:link {color: #fff; text-decoration: underline; }
#event-table a:active {color: #fff; text-decoration: underline; }
#event-table a:visited {color: #fff; text-decoration: underline; }
#event-table a:hover {color: #fff; text-decoration: none; }


#event-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 45px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#event-table th
{
	padding: 12px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
#date {
width:25%;
}
#event-table td
{
	padding: 9px 12px;
	color:#666666;
	border-top: 1px solid #fff;
}
#event-table tbody td
{
	background: url('table-images/back.png');
}
	
#event-table tbody tr:hover td
{
	color: #fff;
	background: none;
}

