/* 

	----- KRBLAW.COM -----
	GLOBAL LAYOUT LEVEL 1 Stylesheet 
	Developed by Rob Rubinoff
	rob@funktionality.net
	

*/

BODY{
	background-image:url(../../images/_bg_level1.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EDEDE6;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 780px;
	\width: 780px;
	w\idth: 780px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:white;
	background-image:url(../../images/_container_bg_level1.gif);
	background-repeat: repeat-y;
	}

#perdoname{display:none;}
	
#globalNav {
	margin: 0px;
	padding:0px;
	height: 25px;
	}
	
#globalNavLeft { 
	background-color:#CAC9B7;
	height: 25px;
	border-bottom:1px solid #949485;
	float: left;
	text-align: left;
	width: 500px;
	padding: 0px 0px 0px 0px;
	}
	
#globalNavRight { 
	background-color:#CAC9B7;
	height: 25px;
	border-bottom:1px solid #949485;
	float: right;
	text-align: right;
	width: 280px;
	}

#banner {
	padding: 0;
	margin-bottom: 0;
	text-align:left;
	height: 90px;
	background-color:#EDEDE6;
	}
	
#sectionTtl {
	height: 45px;
	background-color: white;
	}

#center {
	padding: 0;
	margin-left: 200px;
	margin-right: 160px;
	}

#left {
	float: left;
	width: 200px;
	\width: 200px;
	w\idth: 200px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	}

#right {
	float: right;
	width: 160px;
	\width: 160px;
	w\idth: 160px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	}

#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	min-height: 110px;
	border-bottom: 1px dashed #BABAA3;
	background-color: #D7D7C9;		
	}
	
#footerLeft { 
	float: left;
	text-align: left;
	width: 380px;
	background-color: #D7D7C9;
	border-top: 1px dashed #BABAA3;
	}
	
#footerRight { 
	float: right;
	text-align: left;
	width: 390px;
	background-color: #D7D7C9;
	border-top: 1px dashed #BABAA3;
	}


