a {
  text-decoration:none;
  color:black;
  font-weight:bold;
}

a:hover {
  text-decoration:underline;
}

ul {
  list-style:none;
}

body {
  background:black url('/images/sites/s2c/back.jpg') no-repeat;
  font-family:"Trebuchet MS";
}

#container {
  width:950px;
  margin:0 auto;
}

#header {
  height:150px;
  width:950px;
  background:white url('/images/sites/s2c/header.jpg');
  border:1px solid black;
  border-width:0 1px;
}

#header h1 {
  display:none;
}

#under_header {
  display:none;
}

#menu {
  text-align:center;
  background:#C18585;
  border:1px solid black;
  border-top:0;
  width:950px;
  font-weight:bold;
  font-size:13px;
}

#menu ul {
  margin:0;
}

#menu li {
  list-style:none;
  display:inline;
  padding:0 3px;
}

#sidebar {
  background:#C18585;
  border:1px solid black;
  width:218px;
  padding:5px;
  color:black;
  margin:20px 20px 20px 0;
  float:left;
  overflow:hidden;
}

#main {
  float:right;
  width:700px;
  margin-top:20px;
}

.content {
  background:#C18585;
  border:1px solid black;
  padding:5px;
  margin-bottom:20px;
}

#under_content, #under_footer {
  clear:both;
  background:transparent;
  border:0;
  height:0;
}

#footer {
  text-align:center;
  font-size:.8em;
  color:black;
  background:#C18585;
  padding:2px 4px;
  border:1px solid black;
  margin-bottom:40px;
}

#bottom_bar {
  position:fixed;
  bottom:0;
  background:black;
  height:24px;
  width:960px;
  padding:4px;
  margin-left:-10px;
  z-index:5000;
}

#bottom_bar img {
  border:1px solid black;
  margin:0 0 0 4px;
}

object {
  z-index:1;
}

.gal_item {
  display:inline;
}

.photo_divider {
  height:0;
  border-top:1px solid black;
}