/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			
	width:100%;
}
/*************************************************/

#pageLayout {
	margin:0 auto;
	width: 931px;
}
#tertnav { position:relative;
	height:15px;
	margin:0 14px 7px 0;
}

#head { position:relative;
	margin:17px 0 0 0;
	width:929px;
}

#head .logo { position:absolute;
	top:24px; left:27px;
	width:352px;
	height:76px;
	margin:0;
	padding:0;
}

#head .header-body #nav { position:absolute;
	right:-1px!important; right:-2px;
	bottom:-6px!important; bottom: -7px;
	width:586px;
	height:26px; 
}
#head .header-body #nav .Item { position:relative;
	float:left;
	height:18px;
	padding:8px 15px 0 15px;
	margin:0;
}

#head #search { position:absolute;
	right:16px!important; right:15px;
	top:11px;
	width:221px;
	height:26px;
	margin:0;
	padding:0;
}
#head #search .input { position:absolute; 
	top:0; left:0;
	width:180px;
	height:25px;
	line-height:20px;
	margin:0;
	padding:1px 8px 0 12px!important; padding:0px 8px 0 12px;
	border:none;
	background:url(images/search-bg.png) no-repeat top right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
*:first-child+html #head #search .input { /*IE7 css hack*/
	line-height:15px;
}

#head #search .button { position:absolute; 
	top:0; left:200px;
	width:21px;
	height:26px;
}


#pageContent { position:relative;
	margin:15px 0 0 0;
	padding:0; /*no padding at all because of corners*/
	width:929px;
}
#pageContent  #contentLayout { position:relative;
	width:892px; /*931px layout - 2px border - 19px - 18px padding*/
	margin:13px 18px 37px 19px; /*top & bottom margins: */
}

#pageContent #leftColumn { position:relative; 
	float: left; 
	width:655px;
	overflow:hidden; 
}

#pageContent #rightColumn { position:relative; 
	float: right; 
	width:237px;
	overflow:hidden;
}

/* Footer styles */
#footer { position:relative; clear:both;
	margin:0;
	padding:0;
	width:929px;	
}

#footer .privacy {
	margin:6px auto 20px auto;
	text-align:center
}



