/*
////////
template elements 
///////
*/

body, html
{
	font: 11px/15px "Arial", sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

/* rightside ad */
#ad
{
	position: absolute;
	left: 531px;
	top: 130px;
}

/* united header with search */
#h
{
	width: 100%;
	height: 41px;
	background: none;
}

#h img.logoU
{
	position: absolute;
	left: 10px;
	top: 15px;
}

#h img.logoT
{
	position: absolute;
	left: 530px;
	top: 10px;
}

#h div
{	
	display: none;
}



#f
{
	display: none;
}


/* top nav with tabs */
#tN
{   display: none;
}


/* body area */
#b table.tmpl
{
	table-layout: fixed;
	background-color: #FFF;
}

/*
#b table.tmpl td { vertical-align: top; }
*/
#b table.tmpl td.left
{
	background-color: #DCE7FD;
	background-image: url(../images/tmpl/bkgd_c_siderule.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* side nav */
#sN
{		
display: none;
}


/*content area*/
#c
{
	width: 511px;
/*	margin-left: -108px; */
position: relative;
left: -100px;
}


#edit
{
	display: none; 
}

div.lang
{
	display: none;
}

#tabs
{
	display: none;
}


