
/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#b8c3ca;
	color: #333333;
	text-align:center;
	padding:0;
	background-image: url(ITAB/images/background.gif);
	background-repeat:repeat;
 }

#outer {
 text-align:left;
 width:900px;
 margin:auto;
 }

#hdr {
 	height:67px;
	background-image: url(ITAB/images/header.gif);
	background-repeat: no-repeat;
 }

#bar {
	height:12px;
	background:#f86b00;
	color: #333333;
	background-image: url(ITAB/images/bar.gif);
	background-repeat: no-repeat;
	margin:0;
 }

#bodyblock {
	position:relative;
	background: #ffc10e;
	color: #333333;
	width:900px;
	padding:0;
	background-image: url(images/bodyblock_background.gif);
	background-position:bottom;
	background-repeat:no-repeat;
 }

#l-col {
 float:left;
background: #ffc10e;
 color: #333333;
 width:140px;
 position:relative;
 height:400px;
 margin-right:-3px;
 }

#cont {
 width:760px;
 background:#ffffff;
 text-align:left;
 display:inline-block;
 position:relative;
   margin-left:0px;;
 }

#ftr {
 height:12px;
 background:#138dcd;
 margin:0;
 }