body {
  margin: 0;
  padding: 0;
  background-color: #430B0B;
}

* :focus { outline: 0; }

#container {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}

#header{
  margin: auto;
  width: 999px;
  height: 327px; /*308px;*/
  /*background-image: url(../images/lucky-stars-header.png);*/
}

#header-menu{
    height: 17px;
    margin-top: -85px;
    margin-left: 180px;
}

#header-menu img{
    border:none;
    padding-left:30px;
}

#header-menu a{
    border:none;
    text-decoration: none;
}

#sidebar{
  margin-top: 20px;
  width: 240px;
  float: left;
}

.sidebar {
  width: 210px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.sidebar-title{
  width: 178px;
  padding: 5px;
  border-bottom: 1px solid #791616;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
}

#sidebar a:link {
  display: block;
  width: 178px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin-top: 3px;
}

#sidebar a:visited {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#sidebar a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
}

p{
  text-align: justify;
}

#content{
  width: 750px;
  float: left;
}

.content {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #FFF;
}

#content-title{
  padding: 5px;
  background: #601212;
  color: #ffffff;
  font-weight: bold;
  font-size: 2em;
}

#footer {
  text-align: center;
  color: #8F8F8F;
  margin-bottom: 20px;
}

#footer a{
  text-decoration: none;
  color: #fff;
}

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

#footer p{
  text-align: center;
}

/*
.rbroundbox {
  background: background: url(simple_background.gif) repeat;
}
*/

.rbtop div {
  background: url(../images/tl.gif) no-repeat top left;
}

.rbtop {
  background: url(../images/tr.gif) no-repeat top right;
}

.rbbot div {
  background: url(../images/bl.gif) no-repeat bottom left;
}

.rbbot {
  background: url(../images/br.gif) no-repeat bottom right;
}

.rbtop div, .rbtop, .rbbot div, .rbbot {
  width: 100%;
  height: 14px;
  font-size: 1px;
}

.rbcontent {
  margin: 0 14px;
}

.rbcontent a{
  text-decoration:none;
  color:#430B0B;
}

.rbcontent a:hover{
  text-decoration: underline;
}