﻿
/* KS Additions */
.art-contentLayoutApplet
{
	position: relative;
	margin-bottom: 14px;
	width: 868px;
    overflow:auto;
    height: 650px;
}
.indexPageLeftSide {
    float: left;
    display:block;
    width:250px;
    margin-right: 5px;
    margin-left: 5px;
    border:#222222 1px solid;
}
.indexPageRightSide {
    display:block;
    border:#222222 1px solid;
    text-align: center;
    float: right;
    width:520px;
    margin-right: 15px;
    margin-left: 5px;
    padding: 5px;
}
.indexPageText {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight:normal;
    width: 800px;
    margin-left: 20px;
    margin-right: 20px;
    padding:2px; 
    display: block;
	text-align: center;
	color: #000000;
}
.styleGeneralText {
    font-family: Arial, Georgia, "Times New Roman", Times New Roman, Serif;
    font-size: 14px;
    font-weight:normal;
    color: #ffffff;
}


