/* main settings - font size, etc */
body { 
  background-color: #BDBDBD;
  font-size: small;
}

#content p {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

a { 
  color: white;
}

h1 {
  font-size: 1.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* basic block structure */
#all-wrapper {
  width: 748px;
  margin: 0 auto;
}

#content-wrapper {
  padding-top: 527px;
  margin: 0;
  background: #DDD url(images/azoic_bg.png) repeat-y;
}

#content {
  width: 748px;
}

#left-content {
  width: 474px;
  float: left;
  padding: 10px;
}

#right-content {
  width: 231px;
  float: right;
  padding: 10px;
}

#footer {
  clear: both;
  text-align: right;
  color: #7B1425;
  padding-top: 5px;
  font-size: 0.6em;
  background-color: #BDBDBD;
}

/* boxes */

div.wrapper {
  margin-bottom: 20px;
  background: url(images/azoic_box_corner-trans.png) no-repeat top left;
  color: #CCC;
}

div.content {
  background-color: #424242;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.wrapper h1 {
  margin-left: 18px;
  background-color: #AFAFAF;
  color: black;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* specific boxes */

#releases {
  text-align: center;
}

/* menu styles */
#menu {
  position: absolute;
  top: 489px;
  width: 748px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  background-color: black;
}

#menu table {
  margin: 0 auto;
  height: 32px;
}

#menu td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #7B1425;
}

#menu td.first {
  border-left: none;
}

#menu td a {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: white;
}

#menu td:hover {
  background-color: #7B1425;
}

/* header images */
#header {
  background: #000 url(images/azoic_top.png) no-repeat top left;
  width: 748px;
  height: 489px;
  position: absolute;
  top: 0px;
}

#logo {
  background: url(images/azoic_logo-trans.png) no-repeat top left;
  width: 267px;
  height: 107px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}