﻿html
{
	background: #9BA7BB url(../gfx/structure/bg.jpg) repeat-x;
	margin:0;
}

html,body 
{  
   height:100%;
}


body 
{
   font-family:Arial;
   color:#666;
   font-size:11px;
   margin: 0 auto;
   width: 820px;
   background: url(../gfx/structure/footerRepeat.jpg) repeat-y;
}


.container
{
    width:820px;
    margin:auto;
    background:url(../gfx/structure/body_bg.jpg) repeat-y;
}

.containerInner
{
    width:820px;
    background:url(../gfx/structure/body_bgTop.jpg) no-repeat;
    background-position:top;
    margin:auto;
}


.containerInnerBody
{
    width:800px;
    margin:auto;
}


.header
{
    background:url(../gfx/structure/K&T_Header.jpg) no-repeat;
    height:121px;
}


.subNavContainer
{
    width:180px;
    min-width:180;
    float:left;
    min-height:1px;
    margin-top:-15px;
}

.mainBody
{
    float:left;
    width:580px;
    background-color:White;
    padding:10px 20px 40px 20px;
}

.middleBar
{
    clear:both;
    background:url(../gfx/structure/gradient_middle.jpg); 
    background-repeat:repeat-y; 
    height:42px; 
    border-top:1px solid #fff; 
    border-bottom:1px solid #fff;
}

.mainBottom
{
    
    background:#ECECEC url(../gfx/structure/mainBottom2_bg.jpg) repeat-x;
    background-position:bottom;
    padding:25px 20px 25px 20px;
}

.bottomNews
{
    width:516px;
    float:left;
}

.relatedLinks
{
    width:240px;
    float:left;
}
