body {
  margin: 0px;
  padding: 0px;
  background: #000000;
  font-family: 'Myriad Pro', 'Trebuchet MS', 'Gill Sans';
  font-size: 12px;
}

#header {
  background: url(../images/header.jpg) no-repeat top left;
  width: 1145px;
  height: 143px;
}

#content_wrapper {
  width: 1145px;
  background: black url(../images/stretch.gif) repeat-y top left;
}

#content_wrapper2 {
  background: url(../images/content.jpg) no-repeat top left;
  width: 1145px;
}

#left {
  float: left;
  width: 88px;
  height: 494px;
}

#menu_wrapper {
  float: left;
  width: 135px;
  height: 494px;
}

#menu {
  margin: 5px 0px 0px 0px;
}

#menu_right {
  float: left;
  width: 2px;
  height: 494px;
}

#content {
  float: left;
  width: 720px;
  height: auto;
}

#content_layout {
  margin: 5px 10px 10px 10px;
  width: 700px;
}

#right {
  float: left;
  width: 200px;
  height: 494px;
}

#footer {
  background: url(../images/footer.png) no-repeat top left;
  width: 1145px;
  height: 85px;
}

#copyright {
  width: 100%;
  text-align: center;
  color: #222222;
}

#login {
  width: 100%;
  margin: 0px 0px 5px 0px;
  text-align: center;
  color: #222222;
}

#login a, #login a:active, #login a:visited, #login a:hover {
  color: #222222;
	text-decoration: none;
}

#login_wrapper {
  width: 1145px;
  background: #000000;
}

/* Menu */
.menu_primary {
  width: 135px;
}

.menu_primary ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: 'Myriad Pro', 'Trebuchet MS', 'Gill Sans';
  font-weight: bold;
  font-size: 16px;
}

.menu_primary li {
  margin: 0px;
}

.menu_primary a {
	display: block;
  color: #000000;
  width: 135px;
  height: 24px;
  padding: 1px 2px 2px 10px;
	text-decoration: none;
}

.menu_primary a:hover {
  color: #ffffff;
	background: url(../images/hover.gif) no-repeat top left;
}

.menu_secondary {
  width: 135px;
}

.menu_secondary ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: 'Myriad Pro', 'Trebuchet MS', 'Gill Sans';
  font-size: 12px;
}

.menu_secondary li {
  margin: 0px;
}

.menu_secondary a {
	display: block;
  color: #000000;
  width: 135px;
  height: 14px;
  padding: 0px 2px 2px 25px;
	text-decoration: none;
}

.menu_secondary a:hover {
  color: #ffffff;
	background: url(../images/hover_sub.gif) no-repeat top left;
}

.active.expanded-menu {
	background: url(../images/active.gif) no-repeat top left;
}