  #col1 { float: left; width: 240px;  margin:0px 0 0 0; }
  #col1_content { padding: 0px 22px 0 22px }
  
  #col2 { float: right; width: 265px;  margin:0; margin-right:5px; }
 
  #col3 { width: auto; margin: 0 271px 0 178px}
  #col3 { width: auto; margin: 0 271px 0 240px; }
  #col3_content { padding: 0 22px }
  
  #main{
	background-image:url(../../html/media/dotted_lines_bg_home.jpg);
	background-position:178px 0;
	background-repeat:repeat-y;
	}
	
	#nav_main ul li.active a{
	background-color: #fff;
	color: #010066;
	}
	
	#col1, #col3{padding-top: 40px;}
	#welcome {
		position: absolute;
		width: 50%; height: 40px;
		background: #fff;
		font-size: 18px;
		color: #aaa;
		padding-left: 20px;
	}
	* html #main {position: relative; }
	* html #welcome {
		left: 0px;
	}
	
	*+html #main {position: relative; }
	*+html #welcome {
		left: 0px;
	}
	
	#col3 a{ color: #222; line-height: 18px;}
	