html, 
body {
  margin: 0;
  padding: 0;
}

#cntHeader {
  position: relative;
  margin: 0;
  padding: 0;
  height: 159px;
  clear: both;
}

#cntNavigation {
  position: relative;
  margin: 0;
  padding: 0;
  height: 42px;
}

#headerLogo {
  position: relative;
  top: 0; left: 50%;
  margin-left: -590px;
}

#navigation {
  position: relative;
  top: 0; left: 50%;
  margin-left: -500px;
  width: 1000px;
}  

#cntAccount {
  position: absolute;
  top: 0; left: 50%;
  margin-left: 250px;
}

#checkAccess {
  margin-top: 20px;
}

#cntMain {
  position: relative;
  top: 0; left: 0;
  clear: both;
}

#main {
  position: relative;
  top: 0; left: 50%;
  margin-left: -500px;
  padding-top: 5px;
  width: 1000px;
	height: auto;
	z-index:1;
}

#cntContent {
	position: relative;
  top: 0; left: 0;
	width: 750px;
	height: auto;
	padding: 0;
	margin: 23px 0 0 0;
	float: left;
  clear: both;
}

#content {
	position: relative;
  top: 0; left: 0;
  margin: 0; padding: 0;
}

#cntContentMenu {
	position: relative;
  top: 0; left: 0;
	width: 100%;
	height: 42px;
	padding: 0;
	margin: 0;
	float: left;
}

#contentMenu {
	position: relative;
  top: 0; left: 0;
  margin: 0 0 0 32px; 
  padding: 0;
}

div.breadcrumbs {
  margin-top: 30px;
}

#cntSidebar {
	position: relative;
  top: 0; left: 0;
	width: 249px;
	height: auto;
	padding: 0;
	margin: 40px 0 0 0;
	float: left;
}

#sidebar {
	position: relative;
  top: 0; left: 0;
  margin: 0 0 0 20px; 
  padding: 0;
}

#cntFooter {
  position: relative;
  bottom: 0; left: 0;
  clear: both;
  height: 167px;
}

#footer {
  position: relative;
  top: 0; left: 50%;
  margin-left: -500px;
  width: 1000px;
  padding-top: 30px;
}

#pagination {
  margin-top: 30px;
}

#cntRegistration,
#cntLogin {
  position: relative;
  top: 0; left: 0;
  margin: 40px 0 0 0; padding: 0;
  width: 570px;
  float: left;
}

#cntRegistration {
	margin-right: 20px;
}

#cntLogin {
	margin-left: 20px;
  width: 350px;
}

#registration {
  padding-right: 40px;
}

#login p,
#registration p {
  margin-bottom: 36px;
}

div.cntHalf {
  position: relative;
  top: 0; left: 0;
  margin: 0 20px 0 0; 
  padding: 0;
  width: 480px;
  float: left;
}

div.cls {
  clear: both;
}