body {
	background: #eee url(/img/fields_gray_bg.gif) repeat-x top;
}

table#box
{
	xmargin: auto;
	width: 90%;
	height: 100%; 
	
}

table#box td
{
	vertical-align: top;
}


table#box td.fieldLeft {
	background: url(/img/field_left.gif) repeat-y right;
	width: 30px;
}
table#box td.fieldLeftM {
	xbackground: #DEDEDE url(/img/fields_gray_bg.gif) repeat-x left;
	width: 30px;
}
table#box td.fieldLeftM div {
	height: 196px;
	float: right;
	width: 100%;
	background: url(/img/field_left_m.gif) repeat-y right;
}
table#box td.fieldRight {
	background: url(/img/field_right.gif) repeat-y;
	width: 30px;
}
table#box td.fieldRightM {
	xbackground: #DEDEDE url(/img/fields_gray_bg.gif) repeat-x center;
	width: 30px;
}
table#box td.fieldRightM div {
	height: 196px;
	float: left;
	width: 100%;
	background: url(/img/field_right_m.gif) repeat-y;
}


a.langSelect:link,
a.langSelect:visited,
a.langSelect:hover,
div.langSelect
{
	width: 51px;
	height: 18px;
	xmargin: 16px 0 0 23px;
	background: #eee no-repeat;
	font-family: Tahoma;
	font-size: 10px;
	color: #818181;
	display: block;
	text-decoration: none;
	float: left;
	xpadding-top: 1px;
}
a.langSelect span, div.langSelect span {
	padding: 1px 0 0 26px;
	display: block;
}


td#menu {
	background: #BAD0F9 url(/img/menu_bg.gif) repeat-x;
	font-size: 12px;
	font-family: Arial;	

}
td#menu a {
	margin: 23px 0 0 0;
	height: 8px;
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
}
td#menu a.current, div.current {
	xfont-size: 0;
	margin: 23px 0 0 0;
	height: 8px;
	display: block;
	float: left;
	color: #666;
	font-weight: bold;
}
td#menu div.spacer {
	margin: 21px 8px 0 8px;
	width: 2px;
	height: 20px;
	display: block;
	float: left;
	background: url(/img/menu_spacer.gif) no-repeat;
}


div#submenu {
	margin: 25px 15px 25px 0;
	border-left: 8px solid #CBDCD4;
	padding: 0 0 0 12px;
}
div#submenu a {
	color: #666;
}



td#i {
	background: #BAD0F9 url(/img/i.jpg) repeat-x top left;
	xwidth: expression(document.body.clientWidth > 900 ? '400px' : 'auto');
	xwidth: 300px;
}


div#h {
	width: 100%;
	height: 54px;
	background: #CBEBBF url(/img/h_r.gif) no-repeat right;
}
div#h div {
	width: 34px;
	height: 54px;
	background: url(/img/h_l.gif) no-repeat left;
	float: left;
}


div#content {
	margin: 25px 30px 30px 34px;
}


div#footer {
	width: 100%;
	height: 63px;
	background: #CBDCD4 url(/img/footer_r.gif) no-repeat right;
	font-size: 10px;
}
div#footer div.l {
	width: 34px;
	height: 63px;
	background: url(/img/footer_l.gif) no-repeat left;
	float: left;
}
div#footer div.copy {
	float: left;
	margin-top: 10px;
}



div.itstudio {
	margin: 16px 0 0 35px;
	font-size: 10px;
	font-family: Tahoma;
}
div.itstudio div {
	display: block;
	height: 37px;
	padding-top: 3px;
	color: #127E9E;
	float: left;
}
div.itstudio a {
	font-family: Tahoma;
	font-weight: bold;
	color: #127E9E;
	display: block;
	xfloat: left;
}

