div#container {
  position: relative;
  width: 900px;
  text-align: left;
  padding: 0px;
  margin: 20px auto;
  height: 100%;
}

/* -----------------header--------------------- */
div#header {
  margin: 0px;
  height: 165px;
}
 
div#header_logo {
	position: relative;
	float: left;
}
div#header_background {
  	background: url(/images/layout/pm-background.jpg);
  	background-position: bottom left;
  	background-repeat: no-repeat;
  	overflow: hidden;
	width: 860px;
	height: 175x;
	z-index: 300;
}

div#header_nav {
	width: 500px;
	position: relative;
	float: right;
	text-align: left;
	vertical-align: top;
	padding-top: 35px;
}

/* -----------------content--------------------- */
div#body {
  position: relative;
  top: 0px;
  left: 0px;
  height: auto;
}

div#bodyBox {
  margin: 0px;
  padding-top: 35px;
}

/* --------------left nav------------- */
div#left {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

div#menuBox {
  margin: 0px;
  margin-right: 15px;
  padding-top: 35px;
  text-align: right;
}

.button {
  margin-top: 10px;
  text-align: right;
}

.menuCategory {
  text-align: right;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
}

/* -----------footer--------------------------- */
div#footer {
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-top: 35px;
  text-align: center;
  font-weight: bold;
}
