@charset "utf-8";
/* CSS Document */

html, body {width:100%;}
/* header */
#header {
  height:143px;
  width:924px;
}
#main-container {
  width:924px;
  height:100%;
  padding:0px 18px 0px 18px;
}
#mainBlock {
  width:924px;
}
/* sidebar */
#sidebar {
  width:233px; /*251px*/
  padding:10px 18px 5px 0px;
  float:left;
}
/* promo */
#promo {
  overflow:hidden;
  width:673px;
  padding:10px 0px 3px 0px;
  border-bottom:0px solid #cbc8be;
}
#contentarea {
	float:left;
	width:427px;  /* edited from 410 */
	padding:10px  0 10px 0px;
}	
/* rightside */
#rightside {
  width:673px;
  float:right;
}
#rightbar {
	float:right;
	width:228px; /* edited from 245 */
	padding:15px 0 10px 17px;
/*	padding:15px 0 10px 18px;*/

	overflow:hidden;
}
/**********************************************************************/
#container {
   width:578px;
   float:right;
  overflow:hidden;
  height:1%;
  margin:10px 0 0;
  padding: 9px 0 0;
  border-top:1px solid #cbc8be;
}
/* footer */
#footer {
  width:927px
  padding:15px 0 30px;
  z-index: 2;
}

