html, body {
	margin:0;
	padding:0;
	text-align:center;
}

#pagewidth {
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	height:102px;
	width:100%;
}

#navigation {
	background:url(../gfx/tab-bg.gif) no-repeat;
	width:100%;
	height:33px;
}

#leftcol {
	width:195px;
	float:left;
}

#maincol {
	float: right;
	display:inline;
	position: relative;
	width:565px;
}

#maincol-leftcol {
	float:left;
	width:375px;
	display:inline;
	position: relative;
}

.landing-page {
	width:100% !important;
}

.landing-page .content img {
	border:none !important; 
}

#maincol-rightcol {
	float:right;
	width:180px;
	margin-top:3px;
}

#footer {
	background: url(../gfx/footer-bg.gif) no-repeat left 10px;
	clear:both;
	width:760px;
	margin: 0 0 3em 0;
	padding-top: 10px;
}

/* *** Float containers fix *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
	#leftcol {
		display:none;
	}
	
	#twocols, #maincol {
		width:100%;
		float:none;
	}

}

