/** BEGIN IMPORT **/
@import url(writings.css);
@import url(menu.css);
@import url(modules.css);
@import url(templates.css);
/** END IMPORT **/


img
{
	border: 0px;
}

@media screen {


/** BEGIN GLOBAL DECLARATIONS **/
HTML, BODY
{
	text-align: left;
	
	
	padding: 0px;
	margin: 0px;
}


img.left
{
    float:left;
}
.Clearer
{
    position: relative;
    left: 0px;
    top: -1px;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 0px;
}
/** END GLOBAL DECLARATIONS **/


/** BEGIN MAINHOLDERS **/
.MainHolder
{
	height: 100%;
	width: 985px;
	overflow: hidden;
	margin: auto;
	padding: auto;
}
.ContentHolder
{
	margin: 0px;
	padding: 0px;

	position:relative;
	
	width: 985px;
}
/** END MAINHOLDERS **/


/** BEGIN TOPPANE **/
.TopPane
{
	width: 985px;
	height: 170px;
	
	margin-top: 20px;
	margin-bottom: 10px;
}
.TopPane_MetaHolder
{
	width: 985px;
	height: 40px;
	
	margin-bottom: 12px;
}

.TopPane_LogoHolder
{
    text-align:right;
}
.TopPane_MainHolder
{
    width: 985px;
    background-color: #e2ebf4;
    height: 117px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.TopPane_KevisualHolder
{
    position: relative;
    left:10px;
    overflow:hidden;
}
/** END TOPPANE **/

/** BEGIN LEFTPANE **/
.LeftPane
{
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 160px;

	float: left;
	
	margin: 0px;
}
.LeftPane_SearchHolder
{
    width: 150px;
    padding: 10px 0px 10px 10px;
    margin-bottom: 10px;
    background-color: #e2ebf4;
}
/** END LEFTPANE **/

/** BEGIN CONTENTPANE **/
.ContentPane
{
	position: relative;
	left: 10px;
	top: 1px;
	float: left;
	width: 550px;
	
	overflow:hidden;
	margin-right: 10px;

	margin-bottom: 20px;
}
/** END CONTENTPANE **/

/** BEGIN RIGHTPANE **/
.RightPane
{
    position:relative;
    top:0px;
    left: 10px;
    width: 255px;
    overflow: hidden;
}



/** END RIGHTPANE **/
.ContentFooter
{
	border-bottom: solid 1px #fbce00;
}

}