body	{
	margin: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	background: url('../images/body-bgr.gif') repeat-y #F9F9FF right;
}

A IMG {
	border: none;
}

H2 {
	font-size: 12pt;
	margin: 3px 0px 6px 0px;
	padding: 0;
	text-align: center;
}

#main {
	border-top: 20px solid #690931;
	width: 100%;
}

#center {
	background: url('../images/center-bgr.gif') repeat-x;
}

#counter {
}

#counter H1 {
	Xwidth: 100%;
	height: 14px;
	/*background: url('../images/title-bgr.gif') right no-repeat #9B812E;*/
	background: #9B812E;
	float: right;
	text-align: right;
	font-weight: bold;
	margin: 0;
	font-size: 9pt;
	color: white;
	margin-right: 184px;
	_margin-right: 92px;
	padding: 3px 100px 3px 100px;
}

#svu-logo {
	width: 184px;
	height: 108px;
	float: right;
	Xz-index:10;
	Xborder: 1px solid red;
}

#center {
	float: left;
	overflow: hidden;
	text-align: center;
}

#content {
	padding: 20px;
	margin-right: 184px;
	text-align: center;
}

#content-inner {
	min-width: 500px;
}

#right {
	text-align: left;
	width: 184px;
	float: right;
	margin-top: -20px;
	top: -20px;
	clear: both;
}

#right UL#menu {
	margin: 20px 45px 0px 0px;
	display: inline; /*IE Fix*/
	padding: 0;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	float: right;
}

#right UL#menu LI {
	behavior: expression(
   this.onmouseover = new Function("this.className += ' hover';"),
   this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
 	this.style.behavior=null
  	);
}

#right UL#menu LI {
	list-style: none;
	padding: 2px 10px 0px 0px;
	margin: 0;
}

#right UL#menu LI:hover, #right UL#menu LI.hover {
	background: url('../images/li-hover.gif') no-repeat right; 
}

#right UL#menu LI A {
	text-decoration: none;
	color: #190439;
}
