body {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header {
	position: relative;
}

#content {
  overflow:auto;
  padding-bottom: 40px;
}

#content-top {
  height: 220px;
  overflow: hidden;
}

#center {
	/*float: left;*/
	width: 960px;
	position:relative;
	clear:both;
	/*padding: 10px 0px;*/
}
/*
#center_content{
  float:left;
}*/
/* ACCOUNT BLOCK ON THE TOP RIGHT */

#contentmain .block.loggedin_right_top {
  position: absolute;
  min-width:319px;
  height:142px;
  top: 0px;
  right: 0px;
  padding:0px;
  margin-top: -5px;
}

#contentmain .block.login_right_top {
  position: absolute;
  min-width:401px;
  height:86px;
  top: 0px;
  right: 0px;
  padding:0px;
  margin-top: -5px;
}

/* SIDEBAR CONFIGURATION */
/*
body.sidebar-first #center {
	width: 720px;
	margin-left: 20px;
}*/

body.two-sidebars #center {
	width: 480px;
	margin-left: 20px;
	margin-right: 20px;
}

body.sidebar-second #center_content {
	width: 700px;
	float:left;
}
body.sidebar-first #center_content {
  width: 740px;
  float:right;
}

#sidebar-first {
	float: left;
	width: 220px;
}

#sidebar-second {
	float: right;
	margin-top:100px;
	/*width: 220px;*/
}

#footer {
	clear: both;
}
#footer-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}