html, body {
  background: #d3caaa url(images/bgrepeat.jpg) repeat-x;
  padding: 0;
  margin: 0;
  color: #462919;
  font-family: Arial;
}

h1, h2, h2 {
  color: #462919;
}

h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}

#container {
  position: relative;
  background: url(images/page-border-left-repeat.jpg) left repeat-y;
  top: 0px;
  margin:0 2% 0 2%;
  padding:0 0 0 14px;
}

#bg-left {  position:absolute;  top:0;  left:0;  width:14px;  height:660px;  background: url(images/page-border-left.jpg) no-repeat top left;
  z-index:6;}#bg-right {  position: absolute;  top:0;
  right: 0;  width:13px;  height:660px;  background: url(images/page-border-right.jpg) no-repeat top right;
  z-index:6;
}#bottom-left {  width:14px;  height:34px;  background-image:url(images/footerbg-left.jpg);  position:absolute;  bottom:0;  left:0;  z-index:7;
}#bottom-right {  width:13px;  height:34px;  background-image:url(images/footerbg-right.jpg);  position:absolute;  bottom:0;
  right: 0;
  z-index:7;
}

#header {  background: #fff url(images/top.jpg) repeat-x top;  padding-top:10px;  width:100%;  position:relative;  height:90px;
  margin-bottom: 30px;
}

#title {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

#menubar {
  width: 95%;
  margin-left: 20px; 
  background: #fff;
}

#menu {
  background: #687956;
}

#menu ul {
  border-collapse: collapse;
  padding: 3px 10px 3px 10px;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 0 0;
  height: auto;
  line-height: normal;
}

#menu ul li {
  display: inline;
}
#menu ul li a {
  padding: 3px 10px 3px 10px;
  height: auto;
  margin-right: 8px;
  text-decoration: none;
  text-transform: capitalize;
  color:#d3caaa;  font: 16px Tahoma, Sans, Arial, Helvetica, sans-serif;  
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu-left {
  height: 32px;
  width: 36px;
}

#menu-right {
  height: 32px;
  width: 36px;
}

#content {  background: #fff url(images/page-border-right-repeat.jpg) right repeat-y;  margin:0;
  margin-left: 0;
  padding-left: 0;
}

#content_header {
  padding-top: 20px;
  padding-left: 130px;
  padding-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #462919;
}

#content_header:first-letter {
  font-size: 130%;
}

#main {
  padding-bottom: 20px;
  margin-left: 150px;
  font-size: .9em;
  text-align: justify;
  width: 70%;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}

#main ul li {
  padding-bottom: .6em;
}

#main h2 {
  border-bottom: 1px solid #462919;
}

#main h2:first-letter {
  font-size: 120%
}

.jobTitle {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .3em;
}

.jobDescription {
}

.jobDescription2 {
  padding-left: 20px;
}

.jobDescription3 {
  padding-left: 50px;
}

#footer { 
  height: 120px;
  padding: 10px;
  font-size: .8em;
  background: url(images/footerbg.jpg) bottom repeat-x;
}

#footer #footer-left {
  float: left;
  text-align: left;
  padding-left: 20px; }

#footer #footer-right {
  float: right;
  padding-right: 20px;
  text-align: right;
}

#footer-break {
  width: 99%;
  border-top: 1px solid #462919;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.roundnavbar * {
display:block;height:1px;overflow:hidden;background:#687956;
}

.roundnavbar1 {border-right:1px solid #f5f5ef;padding-right:1px;margin-right:3px;border-left:1px solid #f5f5ef;padding-left:1px;margin-left:3px;background:#efefe3;}.roundnavbar2 {border-right:1px solid #fcfcfb;border-left:1px solid #fcfcfb;background:#edede1;margin:0 1px;padding:0 1px;}.roundnavbar3 {border-right:1px solid #edede1;border-left:1px solid #edede1;margin:0 1px;}.roundnavbar4 {border-right:1px solid #f5f5ef;border-left:1px solid #f5f5ef;}.roundnavbar5 {border-right:1px solid #efefe3;border-left:1px solid #efefe3;}.roundnavbar_content {background:#687956;padding:0 5px;}