/* Start of CMSMS style sheet 'ISK' */
body {
    margin: 0px;
    background: #fff url(images/cms/isk/bg.png);
    font-family :  Arial, sans-serif;
    font-size : 12px;
    color: #000000;
}

div#MainContainer {
    width: 950px;
    position: absolute;
    left: 50%;
    margin-left: -475px;
}

div#Header {
    height: 130px;
    width: 950px;
    background: #FFFFFF url(images/cms/isk/header.jpg) center no-repeat;
}

div#Header h1 {
    display: inline;
    visibility: hidden;
}

div#ContentTop {
    height: 21px;
    width: 950px;
    margin-top: 12px;
    margin-bottom: 0px;
    background-image: url(images/cms/isk/top.png);
}

div#ContentCenter {
    width: 950px;
}

div#ContentBottom {
    height: 21px;
    width: 950px;
    margin-top: 0px;
    margin-bottom: 12px;
    background-image: url(images/cms/isk/bottom.png);
}

div#ContentContainer {
    background-image: url(images/cms/isk/center.png);
    background-repeat:  repeat-y
}

div#ContentCenter {
    width: 950px;
    clear: both;
}

div#ContentLeft {
    width: 184px;
    float: left;
    margin-left: 12px;
    margin-right: 0px;
}

* html div#ContentLeft {
    margin-left: 6px;
}

div#ContentMain {
    width: 548px;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
}


div#ContentRight {
    width: 177px;
    min-height: 400px;
    float: left;
    padding-left: 7px;
    background-image: url(images/cms/isk/rightmainbg.png);
    background-repeat:  no-repeat
}
* html div#ContentRight {
    height: 400px;
}

div.Clear {
    clear: both;
}

div#PageTitle {
	font-size: 18px;
	color : #333333;
}

div#RightColumnGallery {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #37518A;
    font-weight: bold;
    width: 177px;
    text-align: center;
}

div#RightColumnGallery img{
   border: 1px solid #FFF;
   margin-top: 5px;
   margin-bottom: 5px;
}
/* End of 'ISK' */

