/* CSS Document */
/* Content layout for Shows and Exhibit page for landscape paintings that cannot fit the left side */



#contentCenter {
margin:0;
padding:10px;
float:left;
width:65%;
border-right:0px dotted #b2b2b2;
}

#contentRight {
margin:0px;
padding:10px;
float:left;
width:29%;
background-color:#e5eeb3;
border-left:0px solid red;
}
