body,html {
	margin: 0px;
	height: 100%;
	background-image: url(/images/page_bg.gif);
	background-repeat: repeat-y;
}

.logo {
	background-image: url(/images/logo_new.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 185px;
	position: relative;
	top: 0px;
	left: 0px;
}


.banner {
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}

.edbanner {
	background-image: url(/images/banner-education.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}

.familiesbanner {
	background-image: url(/images/banner-adultsfam.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}

.exhibitbanner {
	background-image: url(../images/banner-exhibit.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}


.aboutbanner {
	background-image: url(/images/banner-about.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}

.progbanner {
	background-image: url(/images/banner-programs.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}

.fundbanner {
	background-image: url(/images/banner-fundraising.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;;
}

.involvedbanner {
	background-image: url(/images/banner-getinvolved.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}

.artistsbanner {
	background-image: url(../images/banner-artists.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
	}
.pressbanner {
	background-image: url(../images/banner-press.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}
.thankyoubanner {
	background-image: url(../images/banner-thankyou.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}
.membersbanner {
	background-image: url(../images/banner-members.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}

.podcastbanner {
	background-image: url(../images/banner-podcast.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 165px;
	width: 573px;
	top: 0px;
	left: 185px;
}


.hmenu {
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
	position: relative;
	height: 28px;
	width: 758px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: bold;
}
.hmenu a{
	color: #030303;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 10px;

}
.hmenu a:hover{
	color: #666666;
}

.menu {
	background-color: #E6E6E6;
	float: left;
	width: 185px;
	height: 100%;
}
.content {
	width: 573px;
	float:left;
	padding: 7px 0px 0px 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
.content a{
	color:#cc2200;
	text-decoration: none;
	white-space:nowrap;
}	
.content a:hover{
	color: #ff3300;
}

.highlightbox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	width: 175px;
	background-color:#dddddd;
	padding: 5px 5px 5px 5px;
	
}
.highlightbox a{
	color: #cc2200;
	text-decoration: none;
}	
.highlightbox a:hover{
	color: #ff3300;
}

.footer {
	width: 573px;
	text-align: right;
	left: 185px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size: 9px;
	border-top: 3px solid #0F0F0F;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	position: relative;
}
.footer a {
	color: #0F0F0F;
	text-decoration: none;
}

ul {
	list-style-image: url((URL));
	list-style-type: circle;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size: 9px;
	font-size: 11px;
	margin-left: 7px;
	padding-left: 7px;
}


