	/* Body and main Divs
----------------------------------------------------*/
	body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	background: #eef0f4;
	}
	
	#wrapperMain {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	}	

	#internalMain {
	width: 940px;
	margin: auto;
	padding: 0;
	background-color: #fff;
	}
	
	.centerCopy {
	width: 580px;
	margin: 0 180px;
	}
	
	.copyLeft {
	width: 280px;
	float: left;
	margin: 20px 0 10px 0;
	}
	
	.copyRight {
	width: 280px;
	float: right;
	margin: 20px 0 10px 0;
	}
        
    img {
    border: none;
	border-style: none;
    }
        
	.clearer {
	clear: both;
	}
	
	#arrow-left {
	width: 30px;
	height: 30px;
	background: url(../images/arrow-left.gif) no-repeat;
	float: left;
	margin: 10px 0 10px 255px;
	}
	
	#arrow-right {
	width: 30px;
	height: 30px;
	background: url(../images/arrow-right.gif) no-repeat;
	float: right;
	margin: 10px 255px 10px 0;
	}
	
	.english, .french {
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px 5px 0 0;
	}
	
	.english {
	background: url(../images/english.gif) no-repeat;
	}
	
	.french {
	background: url(../images/french.gif) no-repeat;
	}
	
	.header-left img {
	float: left;
	margin: 0 150px 0 0;
	}
	
	.header-right img {
	float: right;
	margin: 0 0 0 150px;
	}
	
	
	/* Styling and miscellaneous
----------------------------------------------------*/   			
    p {
	font-size: .8em;
	line-height: 1.5em;
	color: #47494a;
	margin: 0 0 10px 0;
	}
	
	blockquote {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #c7d1d5;
	}
	
	blockquote p {
	font-style: italic;
	font-size: .8em;
	line-height: 1.5em;
	color: #80929a;
	margin: 5px 0 10px 0;
	}
	
	a {
    outline: none;
    }

	a:link, a:visited {
	color: #5e6162;
	text-decoration: none;
	}
		
	a:hover {
	color: #05527a;
	text-decoration: underline;
	}
	
	h1 {
	color: #818384;
	font-size: 1.1em;
	font-weight: lighter;
	margin: 0 0 10px 0;
	}
	
	.small {
	font-size: .7em;
	font-style: italic;
	}
		
	.grey {
	color: #80929a;
	}
	
	.orange {
	color: #b57034;
	}
	
	.red {
	color: #a23d49;
	}
	
	.pink {
	color: #b89899;
	}
	
	.green {
	color: #878551;
	}
	
	.blue {
	color: #487f9a;
	}
	
	.holding img {
	margin: 0 0 50px 0;
	}
	
	.frankHead {
	width: 940px;
	height: 130px;
	float: left;
	background: url(../images/footer-frank-head.jpg) center no-repeat;
    }
	
	.logo {
    padding-top: 150px;
	text-align: center;
    }
	
	ul.exhibit {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	.exhibit li {
	display: block;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	border-bottom: 1px solid #dbddde;
	}
	
	    
	/* Navigation
----------------------------------------------------*/   			
	#left-menu, #right-menu {
   	width: 180px;
	height: 440px;
	padding: 0;
	}

	#left-menu {
	float: left;
	margin: 40px 0 0 0;
    }
    
    .left-menu ul, .right-menu ul {
    list-style-type: none;
    border-style: none;
    }
    
    #right-menu {
	float: right;
    }
    
	#intro-background, #appreciation-background, #gallery-background, #appreciation-background-fr, #gallery-background-fr, #intro, #appreciation, #gallery  {
	float: left;
	}
	
	#press-background, #contact-background, #exhibitions-background, #press-background-fr, #exhibitions-background-fr, #press, #contact, #exhibitions {
	float: right;
	}

    #intro {
    margin: 30px 0 0 40px;
    height: 35px;
    width: 116px;
	}
    
    #appreciation {
	margin: 70px 0 0 10px;
    height: 47px;
    width: 147px;
	}
    
    #gallery {
	margin: 78px 0 0 40px;
	height: 45px;
    width: 129px;
	}
    
    #press {
	margin: 60px 30px 0 0;
	height: 50px;
    width: 136px;
	}
    
    #contact {
    margin: 55px 0 0 0;
    height: 51px;
    width: 109px;
	}
    
    #exhibitions {
    margin: 75px 30px 0 0;
	height: 37px;
    width: 131px;
	}
    
    #intro img,  #appreciation img, #gallery img {
	float: left;
	}
	
	#press img, #contact img, #exhibitions img {
	float: right;
	}
	   
	#intro img {
    margin: -50px 0 0 -20px;
    }
    
    #appreciation img {
    margin: -50px 0 0 -25px;
    }
    
    #gallery img {
    margin: -70px 0 0 -15px;
    }
    
    #press img {
    margin: -75px -13px 0 0;
    }
    
    #contact img {
    margin: -60px -15px 0 0;
    }
    
    #exhibitions img {
    margin: -55px 0 0 0;
    }

	#intro-background {
	height: 35px;
	width: 116px;
	background: url("../images/intro-panel.gif") no-repeat;
	background-position: -116px 0;
	}
    
	#appreciation-background {
	height: 47px;
	width: 147px;
	background: url("../images/appreciation-panel.gif") no-repeat;
	background-position: -147px 0;
	}

	#appreciation-background-fr {
	height: 47px;
	width: 147px;
	background: url("../images/appreciation-panel_fr.gif") no-repeat;
	background-position: -147px 0;
	}
    
	#gallery-background {
  	height: 45px;
	width: 129px;
	background: url("../images/gallery-panel.gif") no-repeat;
	background-position: -129px 0;
	}

	#gallery-background-fr {
  	height: 45px;
	width: 129px;
	background: url("../images/gallery-panel_fr.gif") no-repeat;
	background-position: -129px 0;
	}
    
	#press-background {
	height: 50px;
	width: 136px;
	background: url("../images/press-panel.gif") no-repeat;
	background-position: 136px 0;
	}
    
	#press-background-fr {
	height: 50px;
	width: 136px;
	background: url("../images/press-panel_fr.gif") no-repeat;
	background-position: 136px 0;
	}

	#contact-background {
	height: 51px;
	width: 109px;
	background: url("../images/contact-panel.gif") no-repeat;
	background-position: 109px 0;
	}
    
	#exhibitions-background {
	height: 37px;
	width: 131px;
	background: url("../images/exhibitions-panel.gif") no-repeat;
	background-position: 131px 0;
	}

	#exhibitions-background-fr {
	height: 37px;
	width: 131px;
	background: url("../images/exhibitions-panel_fr.gif") no-repeat;
	background-position: 131px 0;
	}
	
	
	/* Footer elements
----------------------------------------------------*/
	#wrapperFooter {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/wallpaper.gif) repeat-x #eef0f4;
	}	

	#internalFooter {
	width: 940px;
	margin: auto;
	height: 70px;
	padding: 10px 0 0 0;
	}
	
	#internalFooter p {
	color: #7b8b92;
	font-size: 0.75em;
	margin: 0;
	}
	
	#copyright {
	width: 500px;
	float: left;
	text-align: left;
	}
	
	#rootFooter {
	float: right;
	width: 350px;
	text-align: right;
	}
	
	div#wrapperFooter a:link, div#wrapperFooter a:visited { 
	color: #7b8b92;
	}

	div#wrapperFooter a:hover, div#wrapperFooter a:visited:hover { 
	color: #c4071b;
	text-decoration: underline;
	}
	
	
	/* CSS for PHP email form
----------------------------------------------------*/
	fieldset {
	border: none;
	position: relative;
	margin: 0;
	padding: 0;
	}

	input {
	width: 278px;
	height: 25px;
	border: none;
	border: 1px solid #a4a26f;
	color: #47494a;
	margin: 3px 0 0 0;
	text-indent: 3px;
	}

	textarea {
	width: 280px;
	height: 180px;
	border: none;
	border: 1px solid #a4a26f;
	color: #47494a;
	margin: 3px 0 0 0;
	text-indent: 5px;
	}

	input.submit {
	width: auto;
	color: #47494a;
	background: #fff;
	border: 1px solid #a4a26f;
	}
	
	input.reset {
	width: auto;
	color: #47494a;
	background: #fff;
	}
	
	label {
	color: #47494a;
	}
	
	.required {
	font-size: 80%;
	color: #CC0000;
	font-style: italic;
	}
	
	
	/* Movie elements
------------------------------------*/
    
    video {
	margin: 10px 0 40px 50px;
	}
    
    /*
------------------------------------*/
    
    #carousel_container  {
	width: 580px;
	margin: 0 180px;
    overflow: hidden;
    position:relative;
	}
    
    #carousel_inner {
    float: left;
    width: 2700px;
    overflow: hidden;
    position: relative;
    }  
    
    #carousel_ul {
	list-style-type: none;
    width: 2700px;
    height: 520px;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    }
    
    #carousel_ul li {
    float: left;
    }
    
	.copyBox_1, .copyBox_2, .copyBox_3, .copyBox_4, .copyBox_5, .copyBox_6, .copyBox_7, .copyBox_8 {
	width: 280px;
	margin: 20px 20px 10px 0;
	}
    
/*
------------------------------------------*/

#overlay2{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color:#000;}
#introBox {position: absolute; top:0px; left: 0px; top:0px; z-index:100;}
