@charset "UTF-8";
html {
	font-size:100.01%;
}
body {
	background-image:url(../_images/summer_Splashv3.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color: #000000;
	font: 90% Verdana, "Century Gothic", "Futura", sans-serif;
	min-height:750px;
	margin: 0;
	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 */
	width:100%;
}
.oneColFixCtr #container {
	width: 1000px;  /* use 20px less than a full width and avoid a horizontal scroll bar */
	line-height: 101%;
	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. */
	position: relative;
}
.oneColFixCtr #sidebar {
	margin:230px 0px; /* 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 #sidebar div's text to fill the #header space when the content in #header ends. */
	padding: 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
}
.oneColFixCtr #header{
	background: #fff;
	line-height: 101%;
	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. */
	position: absolute;
	top: 220px;
	right: 40px;
	height: 140px;
	width: 920px;
}
#header ul{
	margin: auto 0;
	float: left;
}
#header li {
	float: left;
	padding: 0 10px;
	margin-right: 1.8em;
}
/*#header li a:link, #header li a:visited {
	background: #fff;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
#header li a:hover{
	background: #000;
	color: #fff;
	font-size: 12px;
}*/
#header #address {
	background:#fff;
	margin-top:15px;
}
#header #address p {
	margin-bottom: .2em;
}
#header img {
	padding: 0;
	margin: 10px 0;
}
#header #exhTtl {
	float: right;
	margin-top: 15px;
	background: #fff;	
}
#header #exhTtl p{
	margin-bottom: .2em;
	
}
#sidebar ul{
	position:absolute;
}
#sidebar li{
	margin-top:5px;
}
.artist{
	font-weight:bold;
	text-transform: uppercase;
}
.title{
	font-size:16px;
	font-weight: bold;
	margin-bottom:0.5em;
	text-transform: uppercase;
}
.txtAdrs {
	padding:  5px 20px;
}
/*h1,h2,h3,h4 styles*/
h1 {
	color: #333;
	font-family: Verdana, "Century Gothic", "Futura", sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 8px 0px 5px 0px;
	padding: 2px 0px .05em 1px;
	text-align: left;
	z-index: 1;
}

h1 a:hover {
	text-decoration: underline;
}
h1 a:link,h1 a:active,h1 a:visited { 
  color: #555; 
}
h2 {
	font: normal 18px "Futura", "Century Gothic", Verdana, sans-serif;
	color: #555;
        font-size: 11px;
	text-align: left;
        letter-spacing: 1px;
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
	z-index: 1;
        white-space: nowrap;

}
h2 a:hover {
	text-decoration: underline;
}
h2 a:link,h2 a:active,h2 a:visited { 
  color: #555; 
}
h2.news {
	line-height: 1.75em;
	width: 535px;
	white-space: normal;
	padding: 7px 0 0 0;
}

h3 {
	font: bold italic 11px/15px Arial, Geneva, sans-serif;
	color: #333333;
	text-align: left;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-transform: none;
	letter-spacing: 1px;
	z-index: 1;
}

h4 a:hover {
	text-decoration: underline;
}
h4 a:link,h4 a:visited,h4 a:active {
	letter-spacing: 1px;
	font-family: "Futura", "Century Gothic", Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
    color: #555555;
}
