/* Modern Arts museum page stylesheet */
* {
font-family: Arial, sans-serif;
margin: 0px;
padding: 0px;
}



body {text-align: center; font-family: Arial, sans-serif; font-size: smaller; background-color: #FEAA24;}

#framer {text-align: left; margin: 0 auto; width: 1000px;}

#intframer {
	background-color: #000;
	
}


/*Rules for the top panel*/

#hometitle {
	height: 46px;
	width: 336px;
	text-indent: -7000px;
	background-image: url(../images/homepage_layout/title.gif);
	display: block;
	margin-top: 10px;
	}
	
#homemotto {
	width: 400px;
	height: 74px;
	text-indent: -7000px;
	background-image: url(../images/h2background.gif);
	color: #35516C;
	background-repeat: no-repeat;
	}
		
/*Main page content*/

#main {padding: 10px 15px; }

#main h2 {
	font-size: 28pt;
	font-family: "Arial Light", Arial, sans-serif;
	margin-bottom: 15px;
	color:#FFF;
	font-weight: lighter;
	letter-spacing: 0.1em;
	text-align: center;
}

#main h3 {
	font-weight: normal;
	font-size: 20pt;
	margin-top: 1em;
	color: #E41B5B;
	text-align: right;
	padding-right: 40px;
}

#main p {color: #fff;}

#main a { text-decoration:    none; }
#main a:link         { color: #CCC; }
#main a:hover        { color: #FFF; }
#main a:visited      { color: #CCC; }

#main ul {
font-size: 14pt;
font-family: "Arial Bold", Arial, sans-serif;
list-style-type: disc;
padding-left: 20px;
}


#main #breadcrumbs {
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 10pt;
	margin-left: -15px;
	}

#breadcrumbs li {
	display: inline;
	background-image: url(images/graybullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;	

}


#main .floatright {margin: 10px; float: right;}

	
/*page footer*/


/*slideshow*/

#thumbnails { height: 140px; width: 100%; overflow: auto; }
#pic { text-align: center; height: 600px; padding: 20px; }