* {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/15px  Arial, Tahoma, Verdana, sans-serif;
  color: #2D2D2D;
  width: 100%;
  background: #C19393 url(i/top_bg.gif) repeat-x;
  position: relative;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 8px 0;
}

#wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<850?'850px':'');
  min-width: 900px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
  width: 100%;
  padding-top: 10px;
  position: relative;
}
#logo {
  position: absolute;
  top: 42px;
  left: 38px;
  display: block;
  width: 196px;
  padding-top: 88px;
  text-align: right;
  background: url(i/logo.gif) no-repeat;
}
#menu {
  margin: 0 auto 0 28%;
  width: 588px;
  height: 115px;
  padding: 84px 0 0 70px;
  background: url(i/menu.jpg) no-repeat;
  color: #FFF;
  position: relative;
}
#menu a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding: 2px 3px;
}
#menu a:hover {
  background: #EF6FC8;
  text-decoration: underline;
}
.forum {
  padding-left: 39px;
  font-size: 14px;
  position: absolute;
  top: 83px;
}
*body .forum {
  top: 84px;
}
html:root .forum {
  padding-left: 41px;
}
.forum a:hover {
  background: none !important;
}
.forum a {
  text-decoration: underline !important;
}
.forum a:hover {
  text-decoration: none !important;
}
.style, .music, .shop, .chat {
  position: absolute;
  font-size: 18px;
}
.style a, .music a, .shop a, .chat a {
  color: #000 !important;
  text-decoration: underline !important;
  line-height: 18px;
}
.style a:hover, .music a:hover, .shop a:hover, .chat a:hover {
  background: none !important;
  text-decoration: none !important;
}
.style {
  top: 155px;
  left: 52px;
}
.music {
  top: 138px;
  left: 215px;
}
.shop {
  top: 146px;
  left: 390px;
}
.chat {
  top: 147px;
  left: 490px;
}

#top_links {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 11px;
}
#top_links a {
  text-decoration: none;
}
#top_links a:hover {
  text-decoration: underline;
  font-weight: bold;
}
#top_adv {
  margin: 0 15px 25px 13px;
  text-align: center;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
  width: 100%;
  padding-bottom: 50px;
}
#content {
  width: 100%;
  float: right;
  margin-left: -270px;
}
#text {
  margin-left: 288px;
  padding-right: 15px;
}
#wallpapers {
  float: left;
  width: 158px;
  padding-top: 15px;
}
#wallpapers img {
  margin-bottom: 10px;
}
#content h1 {
  font-size: 18px;
  margin-bottom: 7px;
}
#content h2 {
  font-size: 12px;
  color: #FFF;
  background: #724B66;
  padding-left: 15px;
  line-height: 27px;
  margin: 15px 0;
}
#content h3 {
  font-size: 15px;
  margin: 20px 0 5px;
}
#content a {
  color: #63455C;
  font-weight: bold;
}
.table {
  display: table-cell;
  height: 100%;
}
#content .button {
  padding-top: 5px;
  background: url(i/button.gif) 5px 3px no-repeat;
  font-weight: bold;
}
#map, #recent {
  margin: 20px;
  line-height: 17px;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
  float: left;
  width: 257px;
  padding-left: 13px;
}
#left h2 {
  color: #FFF;
  line-height: 34px;
  background: #805272;
  font-size: 14px;
  padding-left: 18px;
}
#avatars {
  padding: 11px 0 4px 11px;
}
#avatars img {
  margin: 0 12px 12px 0;
}
.button {
  padding-left: 35px;
  padding-top: 0;
  margin-top: -3px;
  background: url(i/button.gif) 5px -2px no-repeat;
  font-weight: bold;
}
.button a {
  color: #000 !important;
}
.block {
  padding: 15px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  position: relative;
  background: url(i/footer_logo.gif) 23px 0 no-repeat;
}
#footer_menu {
  position: absolute;
  top: 17px;
  left: 149px;
  height: 21px;
  padding: 5px 6px 0;
  background: #794569;
  font-size: 11px;
  color: #FFF;
}
#footer_menu a {
  color: #FFF;
  text-decoration: none;
  padding: 0 3px;
}
#footer_menu a:hover {
  text-decoration: underline;
}
.forum2 {
  position: absolute;
  top: 22px;
  left: 478px;
  font-weight: bold;
  font-size: 14px;
}
.forum2 a {
  color: #794569;
}
#counter {
  position: absolute;
  top: 23px;
  left: 610px;
}
#copyright {
  padding: 55px 0 0 150px;
  font-size: 11px;
}
#copyright a {
  font-weight: bold;
  color: #2B2B2B;
}
#copyright b a {
  text-decoration: none;
}
#powered {
  padding-top: 3px;
}
#powered a {
  color: #794569;
  font-weight: normal;
}
#sponsors {
  padding: 15px 25px 20px;
  font-size: 11px;
}
#sponsors h4 {
  font-size: 12px;
  color: #794569;
  padding: 5px;
  border-bottom: 2px solid #794569;
  margin: 0 -7px 18px;
}


.clear {
  clear: both;
}

hr{border:1px dotted #000000; }


.pic {
  float: left;
  margin: 0 12px 12px 0;
}

.pic2 {
  float: right;
  margin: 12px 12px 12px 12px;
}

