html,body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial;
    font-size: 12px;
    line-height:16px;
    background-color: #ffffff;
    color: #666666;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

tr, td, p {
    margin:0;
    padding:0;
}

input.button {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: #999999;
    font-size: 12px;
    line-height:16px;
}

input.button:hover {
    color: #666666;
    font-size: 12px;
    line-height:16px;
}

input[type="text"] {
    background-color: #FFFFFF;
    margin: 5px 0 5px 0;
    padding: 0;
    border: 1px solid #999999;
    color: #000000;
    width: 315px;
    height: 20px;
}

textarea {
    background-color: #FFFFFF;
    margin: 5px 0 5px 0;
    padding: 0;
    border: 1px solid #999999;
    color: #999999;
    width: 315px;
    height: 100px;
}

input[type="checkbox"] {
    background-color: #FFFFFF;
    margin: 0 4px 0 0;
    padding: 0;
    color: #999999;
}

a:link,
a:visited {
	text-decoration:none;color:#999999;
}

a:hover,
a:active {
	text-decoration:none;color:#666666;
}

#centerContainer {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 910px;
    height: auto !important;
}

#topContainer {
    margin: 0;
    padding: 0;
    width: 910px;
    height: 124px;
    border: 0;
}

#logoContainer {
    float: left;
    margin: 0;
    padding: 32px 73px 1px 0;
    height: 19px;
    width: 281px;
    border: 0;
}

#logoContainer img{
    height: 100%;
    width: 100%;
}

#navigationContainer {
    float: left;
    margin: 0;
    padding: 0;
    width: 556px;
    height: 52px;
    border: 0;
}

#titleContainer {
    clear: both;
    margin: 0;
    padding: 0;
    width: 904px;
    height: 36px;
    border: 0;
}

.ass_title_1,
.ass_title_2 {
    float: left;
    margin: 0 15px 0 0;
    font-size: 20px;
    padding: 0;
    color: #666666;
}

.ass_title_2 {
    color: #999999;
}

.ass_title_1 a,
.ass_title_2 a {
    font-size: 14px;
}

#newstickerContainer {
    clear: both;
    margin: 0;
    padding: 0;
    width: 910px;
    height: 60px;
    border: 0;
}

#newstickerlist {
    display: none;
}

#subNavigationContainer {
    clear: both;
    margin: 0;
    padding: 0;
    width: 910px;
    height: 27px;
    border: 0;
}

#subSubNavigationContainer {
    clear: both;
    margin: 0;
    padding: 0 0 0 102px;
    width: 808px;
    height: 30px;
    border: 0;
}

#subSubNavigationContainer2 {
    clear: both;
    margin: 0;
    padding: 0 0 0 83px;
    width: 827px;
    height: 30px;
    border: 0;
}

#subSubNavigationContainer3 {
    clear: both;
    margin: 0;
    padding: 0 0 0 391px;
    width: 519px;
    height: 60px;
    border: 0;
}

#subSubNavigationContainer4 {
    clear: both;
    margin: 0;
    padding: 0 0 0 309px;
    width: 601px;
    height: 60px;
    border: 0;
}

#middleContainer {
    margin: 0;
    padding: 0;
    width: 910px;
    height: 510px;
}

#middleContainerContent {
    margin: 0;
    padding: 0;
    width: 910px;
}

#homeContainerContent{
	background: url(../media/homeContentBackground.png) repeat;
	margin-top: 75px;
	padding: 15px;
	margin-left: -15px;
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 16px;
}
#homeContainerContent p > a,
#homeContainerContent p > a:hover{
	color: #333;
	font-weight: bold;
    margin: 2px 0 10px;
    display: block;
}
#homeContainerContent h2{
    margin: 0 0 2px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 20px;
}
#homeContainerContent p+h2{
    margin-top: 16px;	
}
#homeContainerContent h2 a{
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
#homeContainerContent h1{
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 28px;
}

#bottomContainer {
    margin: 0;
    padding: 0;
    width: 910px;
    height: 145px;
}
@media (max-height: 705px){
	#bottomContainer {
	    top: 670px;
	}
}

#footerContainer {
    margin: 0 auto 0 auto;
    padding: 52px 0 0 0;
    height: 18px;
    width: 815px;
}

#creditsContainer {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 9999;
}

*html #creditsContainer {
    position: absolute;
    top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#creditsText {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    display: none;
}

.creditsTextSpacer {
    height: 10px;	
}

#creditsLink {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 34px;
    width: 10px;
}

.credits {
    background: transparent url(../media/credits_button.gif) no-repeat;
}

.credits_hover {
    background: transparent url(../media/credits_button_hover.gif) no-repeat;
}

/* NAVIGATION */
div#course_categories_menu_horizontal {
    margin: 0;
}

div#course_categories_menu_horizontal div {
    padding-left: 0;
}

div#course_categories_menu_horizontal div.group_depth_1 {
	display: inline;
	padding-top: 32px;
	padding-left: 12px;
	height: 20px;
	width: 126px;
	border-left: 1px solid #F6F6F6;
}

div#course_categories_menu_horizontal div.inactive a.link {
    color: #999999;
    text-decoration: none;
    font-size: 14px;
}

div#course_categories_menu_horizontal div.active a.link,
div#course_categories_menu_horizontal div.active a.link:hover,
div#course_categories_menu_horizontal div.inactive a.link:hover {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
}

div#course_categories_menu_horizontal div.group_depth_2,
div#course_categories_menu_horizontal div.group_depth_3,
div#course_categories_menu_horizontal div.group_depth_4 {
    display: inline;
    padding-right: 30px;
}

div#subSubNavigationContainer2 div#course_categories_menu_horizontal div.group_depth_3 {
    display: inline;
    padding-right: 15px;
}

div#course_categories_menu_horizontal div.group_depth_2 div.inactive a.link,
div#course_categories_menu_horizontal div.group_depth_3 div.inactive a.link {
    font-size: 16px;
}

div#course_categories_menu_horizontal div.group_depth_2 div.active a.link,
div#course_categories_menu_horizontal div.group_depth_2 div.active a.link:hover,
div#course_categories_menu_horizontal div.group_depth_2 div.inactive a.link:hover,
div#course_categories_menu_horizontal div.group_depth_3 div.active a.link,
div#course_categories_menu_horizontal div.group_depth_3 div.active a.link:hover,
div#course_categories_menu_horizontal div.group_depth_3 div.inactive a.link:hover {
    font-size: 16px;
}

div#subSubNavigationContainer2 div#course_categories_menu_horizontal div.group_depth_3 div.inactive a.link {
    font-size: 14px;
}

div#subSubNavigationContainer2 div#course_categories_menu_horizontal div.group_depth_3 div.active a.link,
div#subSubNavigationContainer2 div#course_categories_menu_horizontal div.group_depth_3 div.active a.link:hover,
div#subSubNavigationContainer2 div#course_categories_menu_horizontal div.group_depth_3 div.inactive a.link:hover {
    font-size: 14px;
}

/* NEWSTICKER */
.tickercontainer { /* the outer div with the black border */
border: 0;
background: #fff; 
width: 910px; 
height: 20px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 910px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 910px;
font: normal 14px Arial;
color: #666666;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker span {
margin: 0 5px 0 0;
}

/* DYNPG GALLERY */
.dynpg_A_header_text_exhibitions #DynPG_Gallery_Main {
    display: none;	
}

.dynpg_A_header_text_gallery #DynPG_Gallery_Main {
    display: none;  
}

#DynPG_Gallery_Main {
	padding: 0;
}

.DynPG_Gallery_clear {
    clear: none; 
}

#DynPG_Gallery_Preview {
    clear: none; 
}

#DynPG_Gallery_P_row_0 {
    clear: none; 
}

.DynPG_Gallery_P_div_0 { height: 100px; float: left; padding: 0 25px 0 0; }

/* GALLERY */
#noJavascript_hiddenGallery {
    display: none;	
}
.caption {	
    float:left;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
	line-height: 13px;
}
.img_number{
    float:right;
    padding-right: 10px;
    font-family: Arial;
    font-size: 12px;
    color: #999999;
	line-height: 11px;
}
.left_arrow{
    float:right;
    background: transparent url(../media/arrow_left.gif) no-repeat;
    background-position: center;
}
.left_arrow_active{
    float:right;
    background: transparent url(../media/arrow_left_hover.gif) no-repeat;
    background-position: center;
}
.right_arrow{
    float:right;
    background: transparent url(../media/arrow_right.gif) no-repeat;
    background-position: center;
}
.right_arrow_active{
    float:right;
    background: transparent url(../media/arrow_right_hover.gif) no-repeat;
    background-position: center;
}
.pause{
    float:right;
    background: transparent url(../media/pause.gif) no-repeat;
    background-position: center;
}
.pause_active{
    float:right;
    background: transparent url(../media/pause_hover.gif) no-repeat;
    background-position: center;
}
.close{
    background: transparent url(../media/close.gif) no-repeat;
}
.close_active{
    background: transparent url(../media/close_hover.gif) no-repeat;
}
.smallimage{
    float:left;
    background: transparent url(../media/slide_small.gif) no-repeat;
}
.smallimage_active{
    float:left;
    background: transparent url(../media/slide_small_hover.gif) no-repeat;
}

/* ARTISTS */
.dynpg_AG_row_Main{
    float: left;
    width: 230px;
}

.dynpg_AG_row_Main_Last{
    float: left;
    width: 220px;
}
.artistsContent .dynpg_AG_row_Table{
	text-align: center;
}
.artistsContent .dynpg_AG_row_Main{
	float: none;
	display: inline-block;
}

.dynpg_AG_row_Main_Col_01{
	width: 220px;
	height: 295px;
}

.dynpg_AG_row_Main_Col_02{
    width: 220px;
    font-size: 16px;
    height: 30px;
}

.lead_image {
    float: left;
    margin: 0 25px 25px 0;  
}

.dynpg_A_header_text_lead {
    float: left;
    width: 612px;
    margin: 0 32px 0 0;
}

.dynpg_A_header_lead {
    float: left;
    width: 266px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.dynpg_A_header_lead p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.dynpg_A_header_hidden {
    display: none;
}

.dynpg_A_header_hidden p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

/* ARTICLES */
.articleBox{
    float: left;
    width: 200px;
    height: 80px;
    padding-right: 31px;
}
.articleBox_e{
    float: left;
    width: 200px;
    height: 80px;
}
.articleBox_r{
    clear: both;
    height: 55px;
}
.articleImage{
    float: left;
    width: 63px;
}
.articleText{
    float: left;
    width: 137px;
    font-size: 10px;
    line-height:13px;
}

/* VIDEOS */
.videoBox{
	float: left;
	width: 276px;
	height: 175px;
	padding-right: 26px;
}
.videoBox_e{
	float: left;
	width: 276px;
	height: 175px;
}
.videoBox_r{
	clear: both;
	height: 26px;
}
.video{
	float: left;
	width: 276px;
}

/* GALLERY */

.dynpg_A_header_text_gallery {
    float: left;
    width: 544px;
    margin: 0 0 0 37px; 
}

.dynpg_A_header_lead_gallery {
    float: left;
    width: 329px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.dynpg_A_header_lead_gallery p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

/* EXHIBITIONS */

.dynpg_A_header_text_exhibitions {
    float: left;
    width: 544px;
    margin: 0 0 0 37px; 
}

.dynpg_A_header_lead_exhibitions {
    float: left;
    width: 329px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.dynpg_A_header_lead_exhibitions p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.dynpg_A_header_lead_exhibitions div.inactive a {
    color: #999999;
}

.dynpg_A_header_lead_exhibitions div.active a,
.dynpg_A_header_lead_exhibitions div.active a:hover,
.dynpg_A_header_lead_exhibitions div.inactive a:hover {
    color: #666666;
}

.exhibitions_spacer {
    height: 25px;
}

#middleContainerContent .dynpg_A_header_text p {
	  clear:both;
}

.blog_entry {
    clear: both;
    width: 650px;
}

.blog_title {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}

.blog_content p {
    margin: 0;
    padding: 0;
}

.blog_content {
    margin: 0;
    padding: 0;
}

.blog_content img {
    margin: 5px 0 5px 0;
}

.blog_spacer {
    border-bottom: 1px solid #E8E8E8;
    height: 20px;
    clear: both;
    margin-bottom: 20px;
    width: 650px;
}
hr {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E8E8E8;
    height: 20px;
    clear: both;
    margin-bottom: 20px;
    width: 650px;
}
div.dynpg_A_btnrecommend {
    float: left;
    font-size: 11px;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 2px;
}
div.dynpg_A_btnfacebook {
    float: left;
    font-size: 11px;
    text-align: left;
    padding-right: 10px;
    margin-top: 2px;
}
div.dynpg_A_btntwitter {
    float: left;
    font-size: 11px;
    text-align: left;
    padding-right: 10px;
    margin-top: 2px;
}
#bigimage_container img{
    display:block;
}
.gallery_texts{
    width: 910px;
    position: relative;
}
.gallery_texts_spacer{
    height: 5px;
    margin-bottom: 10px;
    width: 910px;
}
.gallery_texts_title{
    cursor: pointer;
    font-size: 15px;
}
.gallery_texts_content{
    margin: 0 auto;
    width: 650px;  
}

.gallery_texts_content img {
    margin: 40px auto;
    max-width: 435px;
    height: auto !important;
    display: block;
}
.gallery_texts_title.active:after {
	height: 11px;
	width: 11px;
	cursor: pointer;
	background: url("../media/close.gif") no-repeat scroll 0 0 transparent;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}
.smallerdiv{
	max-width: 612px;
}