@charset "utf-8";
body, div, p, h1, h2, img, form , ul  {
	margin:0;
	padding:0;
	text-align: left;
	border: solid 0px #FFFFFF;
}
body {
	background-color: #251B12;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #4B2B0E;
	font-weight: normal;
}
#header {
	margin: 0px auto;
	height: 220px;
	width: 990px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: left top;
}
#friends {
	height: 74px;
	position: absolute;
	top: 35px;
	right: 360px;
	width: 135px;
}
#friends ul {
	list-style-type: none;
}
#friends ul li {
	width: 120px;
	color: #330000;
	white-space: nowrap;
	float: left;
	font-size:13px;
}
#friends ul li a {
	color: #4B2B0E;
	font-weight: bold;
	text-decoration: none;
}
#friends ul li a:hover {
	color: #AD4E4A;
	font-weight: bold;
	text-decoration: none;
}
#menu {
	height: 30px;
	padding:172px 0 0 27px
}
#menu ul {
	list-style-type: none;
	text-align: center;
}
#menu ul li {
	color: #FC0;
	display: inline;
	line-height: 30px;
}
#menu ul li a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
	margin: 0 1px 0 1px;
	text-align: center;
	width: 134px;
	float: left;
}
#menu ul li a:hover {
	color: #F0DFB1;
	font-weight: bold;
	text-decoration: none;
}
.fame {
	position: absolute;
	right: 33px;
	bottom: 9px;
	background-image: url(images/halloffame.png);
	background-repeat: no-repeat;
	float: left;
	width: 245px;
	height: 65px;
}
.fame:hover {
	background-image: url(images/halloffame_hover.png);
	background-repeat: no-repeat;

}

#content {
	margin: 0px auto;
	width: 990px;
	padding: 0px 0 80px;
	position: relative;
}
.title {
	position: absolute;
	top: -22px;
	text-align: left;
	padding: 0px 50px;
}

#content_top {
	background-image: url(images/block_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 990px;
}
#content_main {
	width: 980px;
	min-height: 150px;
	padding: 0px 5px;
	text-align: center;
	background-color: #F0DFB1;
}
#content_main ul {
list-style-type:none;
padding:10px;
}
#content_main ul li {
background-image:url("images/star.gif");
background-position:left center;
background-repeat:no-repeat;
color:#330000;
float:left;
font-size:15px;
padding:4px 5px 4px 25px;
white-space:nowrap;
width:210px;
}
#content_main ul li a {
	color: #4B2B0E;
	font-weight: bold;
	text-decoration: none;
}
#content_main ul li a:hover {
	color: #C43508;
	font-weight: bold;
	text-decoration: none;
}
#content_main a   {
	color: #85320A;
	font-weight: bold;
	text-decoration: none;
}
#content_main a:hover {
	color: #241B0C;
	font-weight: bold;
	text-decoration: none;
}
#content_main img {
	border: 3px solid #300;
	margin: 3px;
}

#content_bottom {
	background-image: url(images/block_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 990px;
	position: relative;
}
#bookmark {
	position: absolute;
	right: 165px;
	bottom: 184px;
	width: 202px;
	height: 21px;
}
#bookmark a{
	color: #CAC6AD;
	text-decoration: none;
	font-weight: bold;
}
#bookmark a:hover{
	color: #FFF;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 990px;
	margin: -80px auto;
	text-align: center;
	position: relative;
}
#footer img{
	position: absolute;
	left: 280px;
	top: -21px;
}
@media screen {
 div#preloader {
  position: absolute;
  left: -9999px;
  top:  -9999px;
  }
 div#preloader img {
  display: block;
  }
 }
@media print {
 div#preloader, 
 div#preloader img {
  visibility: hidden;
  display: none;
  }
 }
