body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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;
	color: #000000;
}
img {
border:0;
}
p {
	font-size:12px;
	line-height:16px;
	margin-top:2px;
	
}
h1 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#6d752b;
	font-size:24px;
	font-weight:bold;
	margin-top:8px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:3px;
	color: #98AF2E;
}
.twoColHybLtHdr #container { 
	width: 800px;
	background:url(../images/left-sidebar.jpg) left top repeat-y #FFFFFF;
	margin:0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	 padding: 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. */
	height:158px;
	background: url(../images/header.jpg) no-repeat;
} 
.twoColHybLtHdr #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 */
}
#sketches {
	float:right;
	padding:2px 10px 0 0;
	}
#sketches p {
	margin-top: 0;
	margin-bottom:0;
	font-weight:bold;
	text-align:right;
	font-family:"Trebuchet MS", Arial, sans-serif;
	}
#sketches a {
	color:#000000;
	text-decoration:none;
	}
#nav {
	height:23px;
	background:url(../images/nav.jpg) left no-repeat #dee5bd;
	padding-left:52px;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 48px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin: 0 20px 0 49px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding:15px 20px;
} 
#mainContent a {
color:#6d752b;
}
#mainContent ul {
margin-top:3px;
} 
#mainContent li {
padding-bottom:8px;
} 
.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.png) left no-repeat #98af2e;
	height:32px;
} 
.twoColHybLtHdr #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 10px 52px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#footer a {
	color:#000000;
	}
#footer a:hover {
	color:#ffffff;
	}	

/* Miscellaneous classes for reuse */
.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;
}

#nav ul {
	margin:0;
	padding:3px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
#nav li {	
	text-align: center;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	list-style-type: none;
}
#nav a {
padding:3px;
	text-decoration:none;
	color:#000000;
	background:#dee5bd;
	display:inline-block;
	}
#nav a:hover {
	background:#6d752b;
	}


/**************************
     Splash Page Design 
 **************************/
#splash_container {
	background: url(../images/splash-background.jpg) repeat-x;
	background-position: left 120px;
	margin: 0 auto;
	padding: 0;
	height: 600px;
	width: 810px;
	text-align:left;
}

#header_splash {
	background: url(../images/splash-header.jpg) no-repeat;
	height:179px;
}
#content {
	}
#featured_artist {
	position:relative;
	left:584px;
	top:-5px;
	width:216px;
	height:172px;
	z-index:12;
	text-align:center;
}
#featured_artist p {
	margin:5px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	}
#splash_footer {
	position:relative;
	left:8px;
	top:-20px;
	width:572px;
	z-index:9;
}
#splash_footer p {
font-size:14px;
font-style:italic;
margin:0;
padding:0;
}
#image {
	float:right;
	padding-top:10px;
	padding-right:107px;
	padding-left:0;
	padding-bottom:0;
	margin:0;
	width:423px;
	height:225px;
	z-index:1;
}
#database ul, #organizations ul, #calendar ul, #artist ul, #mission ul, #contact ul, #visit ul, #wayne ul {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	}
#database li, #organizations li, #calendar li, #artist li, #mission li, #contact li, #visit li, #wayne li {
	list-style:none;
	}
#database a, #organizations a, #calendar a, #artist a, #mission a, #contact a, #visit a, #wayne a {
	padding-left:40px;
	color:#000000;
	text-decoration:none;
	background:url(../images/circle_black.gif) no-repeat left top;
	display:block;
	padding-bottom:13px;
}
#database a:hover, #organizations a:hover, #calendar a:hover, #artist a:hover, #mission a:hover, #contact a:hover, #visit a:hover, #wayne a:hover {
	background:url(../images/circle_green.gif) no-repeat left top;
}
#wayne a {
	padding-left:40px;
	color:#000000;
	text-decoration:none;
	background:url(../images/circle_black_grey.gif) no-repeat left top;
	display:block;
	padding-bottom:12px;
}
#wayne a:hover {
	background:url(../images/circle_green_grey.gif) no-repeat left top;
}
#database {
	position:relative;
	left:199px;
	top:10px;
	width:175px;
	height:31px;
	z-index:5;
}
#organizations {
	position:relative;
	left:140px;
	top:10px;
	width:188px;
	height:31px;
	z-index:3;
}
#calendar {
	position:relative;
	left:96px;
	top:10px;
	width:240px;
	height:31px;
	z-index:3;
}
#artist {
	position:relative;
	left:66px;
	top:10px;
	width:214px;
	height:31px;
	z-index:4;
}
#mission {
	position:relative;
	left:46px;
	top:10px;
	width:282px;
	height:31px;
	z-index:5;
}
#contact {
	position:relative;
	left:43px;
	top:10px;
	width:208px;
	height:31px;
	z-index:6;
}
#visit {
	position:relative;
	left:59px;
	top:10px;
	width:178px;
	height:31px;
	z-index:7;
}
#wayne {
	position:relative;
	left:95px;
	top:10px;
	width:345px;
	height:19px;
	z-index:7;
}
#database a, #organizations a, #calendar a, #artist a, #mission a, #contact a, #visit a, #wayne a {
	position:absolute;
	width: 196px;
}/* set stacking context*/

#database a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:82px;
	top:0;
	width:423px;
	height:225px;
	}
#organizations a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:141px;
	top:-31px;
	width:423px;
	height:225px;
	}
#calendar a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:185px;
	top:-62px;
	width:423px;
	height:225px;
	}
#artist a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:215px;
	top:-93px;
	width:423px;
	height:225px;
	}
#mission a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:235px;
	top:-124px;
	width:423px;
	height:225px;
	}
#contact a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:238px;
	top:-155px;
	width:423px;
	height:225px;
	}
#visit a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:222px;
	top:-186px;
	width:423px;
	height:225px;
	}
#wayne a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	left:184px;
	top:-217px;
	width:423px;
	height:225px;
	}
	
#database a:hover, #organizations a:hover, #calendar a:hover, #artist a:hover, #mission a:hover, #contact a:hover, #visit a:hover, #wayne a:hover  {
	visibility:visible;
	}/* ie bug needed to make span show*/
#database a:hover span , #organizations a:hover span, #calendar a:hover span, #artist a:hover span, #mission a:hover span, #contact a:hover span, #visit a:hover span, #wayne a:hover span {
	visibility:visible;
	}/* reveal image*/

#tagline {
	float: right;
}
#tagline p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}
.credit {
text-align:center;
font-size:10px;
}
.credit a {
color:#6d752b;
}
#credit {
	position:relative;
	left:0;
	top:-5px;
	width:810px;
	height:31px;
	z-index:13;
}

#featured_artist img {
	border: 1px #333333 solid;
}

#mainContent table#featured {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color:#999999;
	margin-left:5px;
}

#photo {
float:right;
margin:5px;
}
