body {
	margin: 0; 
	padding: 0;
	text-align: center;  
	height:100%;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	background: url('content_bg.jpg') #eeeeee;
	background-repeat : repeat-all;
}

#container {
	width: 820px;
	margin: 0 auto 0 auto;
	text-align: left;
	min-height:100%;
	background : url("./graphics/wholepagebg.gif");
	background-repeat : repeat-y;
}

#header {
	width: 800px;
	height: 146px;
	margin: 0 auto 0 auto;
}

#content {
	width: 800px;
	min-height:600px;
	margin: 0 auto 0 auto;
}

#pagecontent {
	width: 700px;
	min-height:600px;
	margin: 0 auto 0 auto;
}


#news {
	
	text-align: right;
	padding: 40px 13px 5px 50px;
	font-size: 11px;
	line-height:12px;
}

#menu {
	width: 303px;
	height: 575px;
	float:left;
}

#menubox {
	width: 245px;
	height: 376px;
	margin: 17px 0 0 25px;
	background: url('/graphics/menu_bg.gif');
	background-repeat : no-repeat;
}

#whitebar {
	width: 800px;
	height: 7px;
	background: #ffffff;
}

#footmenu {
	width: 800px;
	height: 21px;
	margin: 0 auto 0 auto;
	font-size:11px;
	background: url('/graphics/foot_bg.jpg');
	background-repeat : no-repeat;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
}

#footer {
	width: 800px;
	height: 21px;
	margin: 0 auto 0 auto;
	font-size:11px;
	vertical-align:bottom;
	padding-top:20px;
}

#right_foot {
	color: #000000;
	float: right;
	padding-top: 2px;
	padding-right:16px;
}

#left_foot {
	color: #000000;
	float: left;
	padding-top: 2px;
	padding-left:16px;
}



#clear {
	clear: both;
}

p.solid {border-style: solid; } 






a {
	color: #00447d;
	text-decoration: none;
}
a:hover {
	color: #99a0ae;
	text-decoration: underline;
}
a.menutextlink {
	color: #14365b;
	text-decoration: none;
}
a.menutextlink:hover {
	color: #99a0ae;
	text-decoration: underline;
}
a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #99a0ae;
	text-decoration: underline;
}
a.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a.catalog:hover {
	color: #3362CD;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a.news {
	color: #000000;
	text-decoration: none;
}
a.news:hover {
	color: #4e70cc;
	text-decoration: underline;
}
td.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

ul.news  {
	list-style-image: url("/graphics/box.gif"); 
	list-style-type: square;
	list-style-position: outside;
	margin:0px; 
	padding-left:36px;
	padding-right:30px;
	padding-top:13px;
}


  .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url('/graphics/shadow.gif') right bottom no-repeat;
  }
.wrap2 {
  background:url('/graphics/corner_bl.gif') left bottom no-repeat;
  }
.wrap3 {
  padding:0 5px 5px 0;
  background:url('/graphics/corner_tr.gif') right top no-repeat;
  }
  
  
  
  .wrap3 img {
  display:block;
  }