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

body {
    font-family: Arial;
    font-size: 13px;
    line-height:20px;
    background-color: #333333;
    color: #ffffff;
}

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

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

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

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

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;
}

#mainContainer {
    min-height: 100%;
}

#centerContainer {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 915px;
    height: auto !important;
    min-height: 955px;
}

#topContainer {
    margin: 0;
    padding: 0;
    width: 915px;
    height: 225px;
    border: 0;
}

#logoContainer {
    float: left;
    margin: 0;
    padding: 18px 0 0 0;
    height: 84px;
    width: 412px;
    border: 0;
    font-size: 15px;
}
#logoContainer h1 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#logoContainer h2 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#navigationContainer {
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 102px;
    border: 0;
}

#logoContainer2 {
    clear: both;
    float: left;
    margin: 0;
    padding: 1px 0 0 0;
    height: 47px;
    width: 425px;
    border: 0;
}

#logoContainer3 {
    float: left;
    margin: 0;
    padding: 12px 0 0 0;
    height: 36px;
    width: 487px;
    border: 0;
    font-size: 13px;
    line-height: 20px;
}

#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: #ffffff;
}

.ass_title_2 {
    color: #999999;
}

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

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

#newstickerlist {
    display: none;
}

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

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

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

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

#subSubNavigationContainer4 {
    clear: both;
    margin: 0;
    padding: 0 0 0 325px;
    width: 606px;
    height: 30px;
    border: 0;
}

#spacer {
    height: 255px;
    padding: 0;
    float: left;
    width: 900px;
}

#middleContainer {
    margin: 0;
    padding: 0;
    width: 900px;
}

#middleContainerContent {
    margin: 0;
    padding: 0;
    float: left;
}

#bottomContainer {
	position: relative;
    margin: -175px 0 0 0;
    padding: 25px 0 0 0;
    width: auto !important;
    height: 150px;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height:19px;
    color: #666666;
    clear: both;
    float: left;
    min-width: 100%;
    /*bottom: 0;*/
}

#footerContainer {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 915px;
}

#footer1 {
	float: left;
    margin: 0 30px 0 0;
    padding: 0 5px 0 0;
    width: 100%;
    height: 100px;
}

#footer1 .footer_border {
    background: transparent url('../media/footer_bg.gif') no-repeat scroll top right;
}
#footer2,
#footer3{
    display:none;	
}
#footer3 {
    float: left;
    width: 135px;
    height: 100px;
}

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

*html #creditsContainer {
    position: absolute;
    top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.clientHeight-this.clientHeight : 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: 112px;
	border-left: 1px solid #999999;
}

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: #ffffff;
    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: #333333; 
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: #ffffff; 
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: #333333;
}
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: 111px; float: left; padding: 0 13px 0 0; }

/* GALLERY */
#noJavascript_hiddenGallery {
    display: none;	
}
.caption {	
    float:left;
    font-family: Arial;
    font-size: 12px;
    color: #cccccc;
	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_Table{
    float: left;
    margin: 0;
}

.dynpg_AG_row_Main,
.dynpg_AG_row_Main_exhibit{
    float: left;
    width: 288px;
}

.dynpg_AG_row_Main_Last,
.dynpg_AG_row_Main_Last_exhibit{
    float: left;
    width: 275px;
}

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

.dynpg_AG_row_Main_Col_01_exhibit{
    width: 275px;
    height: 237px;
}

.dynpg_AG_row_Main_Col_02{
    width: 220px;
    font-size: 13px;
    line-height: 20px;
    height: auto !important;
}

.dynpg_AG_row_Main_Col_02_exhibit{
    width: 275px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    height: auto !important;
}

.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: 13px;
    line-height: 20px;
}

.dynpg_A_header_lead p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.dynpg_A_header_hidden {
    display: none;
}

.dynpg_A_header_hidden p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

/* 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; 
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.dynpg_A_header_lead_gallery {
    float: left;
    width: 309px;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.dynpg_A_header_lead_gallery p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

/* 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: 13px;
    line-height: 20px;
}

.dynpg_A_header_lead_exhibitions p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.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: 13px;
    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 #999999;
    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;
}
table.exh_txt {
    font-size: 12px;
    line-height: 17px;
    padding-top: 50px;
}