body {
  margin: 0;
  text-align: center;
  background-color: #600;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
}
img {
  border: 0;
}

	/* structural divs */

#pagewrap {
  width: 881px;
  margin: 0 auto;
  text-align: left;
  background-color: #5987C5;
}
#header {
  width: 863px;
  height: 107px !important;
  margin: 0 0 0 18px;
}
#menubar {
  width: 863px;
  height: 37px !important;
  line-height: 37px;
  padding: 0;
  margin: 0 0 0 18px;
  position: relative;
}
#main {
  width: 863px;
  height: 503px !important;
  position: relative;
  background: #E3D9B9 url(graphics/background.jpg) no-repeat 0 0;
  margin: 0 0 0 18px;
}
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  color: #fff;
  font-family: Times,serif;
  font-weight: bold;
  text-align: center;
  background: #B51E0D url(graphics/sidebar-bg.jpg) no-repeat 0 0;
  z-index: 10;
  height: 160px !important;
}
#content {
  position: relative;
  margin: 0 38px 43px 144px;
  width: 681px;
  height: 460px;
  color: #2f66b1;
  line-height: 140%;
}
#photos {
  float: right;
  width: 245px;
}
#photos img {
  margin: 10px 0 0;
}
#scrollcontainer {
  margin: 0 245px 0 0;
  width: 426px;
  height: 460px;
  overflow: auto;
  position: relative;
}
#scrollcontainer-nophotos {
  margin: 0;
  width: 681px;
  height: 460px;
  overflow: auto;
  position: relative;
}
#scrollcontent {
  padding: 15px;
}

	/* menu bar - general settings */

#menubar ul {
  width: 863px;
  height: 37px;
  line-height: 37px;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
#menubar li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  list-style: none;
  width: 144px;
  text-align: center;
}
#menubar li#shortli {
  width: 143px;
}
#menubar li a {
  display: block;
  width: 144px;
  height: 37px;
}

	/* menu bar - specific items */

a#contact {
  background: #5987C5 url(graphics/contactus.jpg) no-repeat 0 0;
}
a#contact:hover,a#contact-over {
  background: #5987C5 url(graphics/contactus-over.jpg) no-repeat 0 0;
}
a#about {
  background: #5987C5 url(graphics/about.jpg) no-repeat 0 0;
}
a#about:hover,a#about-over {
  background: #5987C5 url(graphics/about-over.jpg) no-repeat 0 0;
}
a#womens {
  background: #5987C5 url(graphics/womens.jpg) no-repeat 0 0;
}
a#womens:hover,a#womens-over {
  background: #5987C5 url(graphics/womens-over.jpg) no-repeat 0 0;
}
a#mens {
  background: #5987C5 url(graphics/mens.jpg) no-repeat 0 0;
}
a#mens:hover,a#mens-over {
  background: #5987C5 url(graphics/mens-over.jpg) no-repeat 0 0;
}
a#bio {
  background: #5987C5 url(graphics/bio.jpg) no-repeat 0 0;
}
a#bio:hover,a#bio-over {
  background: #5987C5 url(graphics/bio-over.jpg) no-repeat 0 0;
}
#menubar li a#testimonials {
  width: 143px;
  background: #5987C5 url(graphics/testimonials.jpg) no-repeat 0 0;
}
#menubar li a#testimonials:hover,#menubar li a#testimonials-over {
  width: 143px;
  background: #5987C5 url(graphics/testimonials-over.jpg) no-repeat 0 0;
}

	/* hide html */

#header h1 { display: none; }
#sidebar p {
  display: none;
}
#menubar li a span {
  display: none;
}

	/* font styling for content */

#content p {
  margin: 0 0 .5em;
  overflow: visible;
}
#content h2 {
  margin: 0 0 .5em;
  font-size: 12pt;
}
#content h3 {
  margin: 0 0 .5em;
  font-size: 10.5pt;
}
#content a:link { color: #2f66b1; text-decoration: none; }
#content a:visited { color: #2f66b1; text-decoration: none; }
#content a:hover { color: #600; text-decoration: underline; }
#content a:active { color: #2f66b1; text-decoration: none; }

	/* contact us form */

label {
  display: block;
}
input.visible,textarea {
  display: block;
  width: 300px;
  padding: 2px;
  border: 1px solid #2f66b1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  color: #2f66b1;
  margin: 0 0 .5em;
}
textarea {
  height: 60px;
}
input#submit {
  width: auto;
  cursor: pointer;
}
