body {
  margin:0;
  font-family:Arial,Helvetica;
  font-size:12px;
  line-height: 18px;
  background-color:#FFF;
  color:#383838;
  background: #5a5a5a url('images/bg.jpg') repeat-x top center;
}

p {
  margin: 0 0 16px 0;
}

.width-restriction {
  width:1000px;
  position:relative;
}

#banner {
  height:186px;
  width:1000px;
  margin: 15px 0 0 0;
  position:relative;
  background:url('/banner.jpg') no-repeat top center;
}

#banner div#search {
  position:absolute;
  top:67px;
  right:50px;
}

#banner div#search #searchfield {
  font-size:11px;
  border:0;
  margin-top:4px;
}

#menu {
  background:url('images/menu.png') no-repeat top center;
  height:30px;
  position:absolute;
  bottom:0;
  left:0;
  width:987px;
  padding: 8px 0 0 13px;
  font-size:12px;
}

#menu a {
  color:#333;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  margin-right:30px;
  text-align:center;
}

#menu a:hover {
  color:#5e005d;
}

.clearboth {
  height:0;
  clear:both;
}

h2 a {
color: #5e005d;
text-decoration: none;
}

#content-section {
  width:1000px;
  position:relative;
  margin-top:35px;
}

#content-section a {
  color:#5E005D;
  font-weight:bold;

}

#content-left { 
  width: 680px;
  float:left;
}

#content-right { 
  width: 300px;
  float:right;
margin-top: -6px;
}

#footer {
  width:950px;
  height:37px;
  padding:6px 20px 6px 30px;
  font-size:11px;
  color:#474747;
  margin-bottom:15px;
}

#footer a {
  color:#333;
  text-decoration:underline;
}

#footer a:hover {
  color:#5e005d;
}

h1 {
  color:#5e005d;
  font-size:2em;
  margin:0 0 18px 0;
  font-weight:normal;
  padding:0;
}

h2 {
  color:#5e005d;
  font-size:1.1em;
  margin:0 !important;
  font-weight:normal;
  padding:0;
}

.notification {
  margin-bottom:10px;
  background-color:#5e005d; 
  padding:10px; 
  font-weight:bold;
  color:#FFF;
  border:solid 1px #DDD;
}

.evenRow {
  background-color:#EEE;
}

#menu-indicator {
  position:absolute;
  bottom:-13px;
  left:0;
  display:none;
}