@import url(common.css);
#main { width: expression(document.body.clientWidth < 1001 ? "1000px" : "auto" ) }
.content { margin-right: expression(document.body.clientWidth < 1001 ? "213px" : "193px" ) }
#header
{
	width: expression(document.body.clientWidth < 1030 ? "1000px" : "auto" );
}
#content 
{
	margin-left: 317px;
}

ul.article
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.separatorBot
{
	background-image: url(i/bg-separatorBotton.gif);
	width: 255px;
	height: 7px;
	background-repeat: repeat-x;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	
}


#wrapper {
  background: url(i/background.gif) repeat-y left;
  margin-top:15px;
}




.tablebody
{
	margin-top:15px;
}
.tablebodySeparator
{
	width:52px;
}
.tablebodySeparator1
{
	width:8px;
}
