/* Layout container */
#site-wrapper {
  width: 900px;
  margin: 0 0 0 50px;
  text-align: left;
}

#petakids-header {
	width:695px;
	height:140px;
	margin-left: -50px;
	/* margin-bottom: 2px; */
}

#region-left-column {
  width: 160px;
  margin: 0 5px 0 0;
  float: left;
}

#column-wrapper {
	width: 490px;
	float: left;
}

#region-content-column-top {
	height: 11px;
	width: 490px;
	background: url(/img/main/bg-content-top.png) top no-repeat;
	float: left;
}

#region-content-column {
  width: 466px;
	padding: 0 12px 0 12px;
  background: #181818;
  float: left;
}

#region-content-column-bottom {
  height: 11px;
  width: 490px;
  background: url(/img/main/bg-content-bottom.png) top no-repeat;
  float: left;
}

#region-footer {
  height: 43px;
  width: 490px;
	margin-top: 8px;
	margin-bottom: 30px;
  background: url(/img/main/bg-footer.png) top no-repeat;
	color: #FFF;
  float: left;
}

#region-right-column {
  width: 240px;
	margin: 0 0 0 5px;
  float: left;
}


