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

a:hover {
  text-decoration:underline;
}

h1, h2, h3, h4, h5 {
  color:white;
}

hr {
  height:0;
  border:1px solid transparent;
  background:transparent;
  margin:0;
}

body {
  background:black url('/images/sites/ag/back.gif') no-repeat top left;
  background-attachment:fixed;
}

#container {
  width:890px;
  margin:0 auto;
  text-align:left;
}

#header {
  height:110px;
  background:url('/images/sites/ag/header.gif') no-repeat center;
  width:890px;
}

#header h1 {
  display:none;
}

#under_header {
  display:none;
}

#menu {
  text-align:center;
  background:#CB0808;
  border:1px solid black;
  width:890px;
  font-weight:bold;
  font-size:13px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#menu ul {
  margin:0;
}

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

#menu li a {
  color:black;
}

#sidebar {
  background:#CB0808;
  border:1px solid black;
  width:218px;
  padding:5px;
  color:black;
  margin:20px 20px 0 0;
  float:left;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

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

.content {
  background:#CB0808;
  border:1px solid black;
  padding:5px;
  margin-bottom:20px;
  color:black;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.item {
  margin-bottom:25px;
}

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

#footer {
  text-align:center;
  font-size:.8em;
  color:white;
  margin-bottom:40px;
}

#footer a {
  color:white;
}

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

#bottom_bar .left {
  margin-right:4px;
}

#bottom_bar img {
  margin:0 0 0 4px;
}

object {
  z-index:1;
}

.gal_item {
  display:inline;
}

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