﻿/* THREE COLUMN LIQUID CENTER LAYOUT */

	

#rightheaderspan{ 
	width:200px;
	height:30px;
	font-variant:caps;
	margin:25px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.05em;
	text-align:center;
	font-size:1em;
	font-weight: bold;
	color:white;

		}
		
#threecolwrap{
	margin:auto;
	margin:-270px 0 0 80px;
  	width:891px;
	background:url(images/contentbg.png) no-repeat;
 	}
	
/*#header {
	margin:auto;
	width:1051px;
	height:375px;
	background:url(images/networkhomeheaderbg.jpg) no-repeat;
	}*/
	
#headerhomenetwork {
	margin:auto;
	width:1051px;
	height:375px;
	background:url(images/networkhomeheaderbg.jpg) no-repeat;
	}

	
#subheader img{
	width:305px;
	float:left;
		}

	
.clearfix:after {
content: ".";
display: block;
height: 0; 
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
*html .clearfix {height: 1%;}
.clearfix {display: block;}

