@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: #4FB0A9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4B2B0E;
	font-weight: normal;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	margin: 0px auto;
	width: 961px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: left top;
}
#header {
	margin: 0px auto;
	height: 258px;
	width: 961px;
	position: relative;
}
#friends {
	height: 64px;
	position: absolute;
	top: 56px;
	right: 127px;
	width: 305px;
}
#friends ul {
	list-style-type: none;
	text-align: left;
}
#friends ul li {
	width: 101px;
	color: #D7AB7C;
	white-space: nowrap;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#friends ul li a {
	color: #BD8306;
	font-weight: bold;
	text-decoration: none;
}
#friends ul li a:hover {
	color: #AD4E4A;
	font-weight: bold;
	text-decoration: none;
}
.fame {
	position: absolute;
	right: 526px;
	bottom: 33px;
	background-image: url(images/halloffame.png);
	background-repeat: no-repeat;
	float: left;
	width: 206px;
	height: 30px;
}
.fame:hover {
	background-image: url(images/halloffame_hover.png);
	background-repeat: no-repeat;

}

#content {
	margin: 0px auto;
	width: 961px;
	padding: 0px;
	position: relative;
}
.title {
	position: absolute;
	top: 42px;
	text-align: right;
	right: 125px;
}

#content_top {
	background-image: url(images/content_header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 84px;
	width: 961px;
}
#content_top2 {
	background-image: url(images/content_header2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 961px;
}
#content_main {
    background-image:url(images/content_bg.png);
    background-repeat:repeat-y;
    min-height:150px;
    padding:5px 23px 0;
    text-align:center;
    width:925px;
}
#content_main ul {
	list-style-type: none;
	padding: 20px 0 20px 10px;
}
#content_main ul li {
	color: #330000;
	white-space: nowrap;
	float: left;
	font-size: 15px;
	width: 180px;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
}
#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;
    float:left;
    font-weight:bold;
    text-decoration:none;
	margin-right:3px
}
#content_main a:hover {
	color: #241B0C;
	font-weight: bold;
	text-decoration: none;
}
#content_main > img{
	margin:0;
	padding:0;

}


#content_bottom {
	background-image: url(images/content_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 84px;
	width: 961px;
	position: relative;
}
#content_bottom2 {
	background-image: url(images/content_footer2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 961px;
	position: relative;
}
#bookmark {
	position: absolute;
	right: 43px;
	bottom: 57px;
	width: 67px;
	height: 94px;
}
#bookmark a{
	color: #CAC6AD;
	text-decoration: none;
	font-weight: bold;
}
#bookmark a:hover{
	color: #FFF;
}
#bookmark2 {
	position: absolute;
	right: 450px;
	bottom: 31px;
	width: 112px;
	height: 37px;
	background-image: url(images/bookmark.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bookmark2:hover{
	background-image: url(images/bookmark.png);
	background-repeat: no-repeat;
	background-position: left -36px;

}

.clear {
	clear: both;
}
#content_main.links a{
    float:none;
}
@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;
  }
 }
