/*
CSS for Chris Bruening, Final 12-14-11 site
*/

{
  margin: 0;
  padding: 0;
}
/*page reset*/

body  {
  background-color: #535353;
}

a {
  font-weight: bold;
  text-decoration: underline;
}
a:link {
  color: black;
}
a:visited {
  color: #00afb1;
}
a:hover {
  color: #b10000;
}
a:active {
  color: #00afb1;
}

h2  {
  color: #b10000;
  text-align: center;
  text-decoration: underline;
}

h3  {
  width: 145px;
  background-color: white;
  text-decoration: underline;
  text-align: center;
  margin: 0px 0px -27px 45px;
}

#wrapper  {
  width: 960px;
  height: 450px;
  background-color: white;
  margin: 30px 0px 0px 20px;
}

#topcurtin  {
  width: 950px;
  height: 60px;
  background-image:url(row.jpg);
}

#lcurtin  {
  width: 90px;
  height: 600px;
  float: left;
  margin: 0px 0px 0px -10px;
}

#tabs  {
  width: 800px;
  height 20px;
  float: left;
  margin: -613px 0px 0px 155px;
  display: inline;
  font-size: small;
  font-family: Georgia, Verdana, Helvetica;
}

#rcurtin  {
  width: 80px;
  height: 600px;
  float: left;
  margin: -600px 0px 0px 803px;
}

#content  {
  margin: 50px 0px 0px 200px;
}

#container1  {
  padding: 5px 5px 0px 5px;
  background: white;
}

ul#simple-menu  {
  list-style-type: none;
  width: 100%;
  position: relative;
  height: 27px;
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  padding: 11px 0px 0px 0px;
}

ul#simple-menu li  {
  display: block;
  float: left;
  margin: 0px 0px 0px 4px;
  height: 27px;
}

ul#simple-menu li.left  {
  margin: 0;
}

ul#simple-menu li a  {
  display: block;
  float: left;
  color: #ffffff;
  background: #b10000;
  line-height: 27px;
  text-decoration: none;
  padding: 0px 17px 0px 18px;
  height: 27px;
}

ul#simple-menu li a.right  {
  padding-right: 19px;
}

ul#simple-menu li a:hover  {
  background: black;
}

ul#simple-menu li a.current  {
  color: #2E4560;
  background: #ffffff;
}

ul#simple-menu li a.current:hover  {
  color: #2E4560;
  background: #ffffff;
}

#copyright  {
  float: left;
  margin: -227px 0px 0px 350px;
  color: white;
}