/**
*
* layout css
*
*/
@media screen, projection {
  #page-wrap {
    margin: 0 auto;
    /*width: 950px;*/
    width: 1080px;
  }
  #head {
  	position: relative;
  	height: 143px;
  	width: 950px;
  	border-bottom: 1px solid #808385;
  	background: #000 url(../images/bg_btmmenu.gif) right bottom no-repeat;
  }
  #head #logo {
  	position: absolute;
  	bottom: 0;
  	z-index: 1;
  	left: 0
  }
  #head #freeaccount {
  	position: absolute;
  	bottom: 0;
  	z-index: 2;
  	left: 162px;
  }
  #head #bread {
  	position: absolute;
  	bottom: 5px;
  	z-index: 10;
  	left: 270px;
  }
  #tab {
  	position: absolute;
  	bottom: 36px;
  	z-index: 5;
  	left: 263px;
  }
  #tabbtm {
  	position: absolute;
  	bottom: 26px;
  	left: 265px;
  	z-index: 4;
  	width: 685px;
  	height: 10px;
  	background: url(../images/tabmenu/tab_btm.gif) no-repeat;
  }
  #content {
  	float: left;
   	background: url(../images/bg_content.gif) left top repeat-y;
  }
  #left, #right {
	  float: left;
	  position: relative;
	  min-height: 910px
  }
  #right {
  	min-height: 900px
  }
  #left {
  	width: 265px;
  	background: #313539 url(../images/bg_left.gif) repeat-x;
  }
  #left .interior {
  	padding: 10px 12px;
  }
  #left #userbox {
  	position: relative;
  	border-top: 1px solid #55595b;
  	border-bottom: 1px solid #55595b;
  	height: 85px;
  	background-color: #9a9d9f;
  	/*margin-top: 7px;*/
  	padding: 10px 13px
  }
  #right {
  	width: 676px;
  	padding: 10px 9px 0 0;
  	background: #000 url(../images/bg_right.gif) repeat-x;
  }
  #footer {
  	width: 950px;
  	margin: 0 auto 0 auto;
  	line-height: 30px
  }
  #ads {
  	float: left;
  	width: 120px;
  	margin-left: 10px;
  	height: 600px;
  }
  #adsTop {
  	position: absolute;
  	top: 9px;
  	z-index: 1;
  	right: 0
  }
}
