﻿/* The Reset ---------------------------------- */
/* -------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; text-align:left; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
div { text-align:left;}
/* End Reset ---------------------------------- */



body{ background-color:#E0E1E3; font-family:Verdana,Arial; font-size:12px}
a{ color:#999999}

#divPageContainer {width:100%;height:100%; }
#divHeaderContainer {width:100%;height:72px; background-image:url('../images/ks_header_bg.jpg'); background-repeat:repeat}
#divHeader {width:960px;height:72px;  }

#divNavContainer {width:100%;height:42px; background-image:url('../images/ks_nav_bg.jpg'); background-repeat:repeat-x}
#divNav {width:960px;height:38px;  }
#divContentContainer {}
#divMiddleContentContainer
{
	width:940px;
	background-color:Red;
	
}
#divFooter {width:960px; text-align:left; color:#555555; padding:10px 0 0 0   }

