@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: #241921;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #D8C559;
	font-weight: normal;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	margin: 0px auto;
	width: 1006px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: left top;
}
#header {
	margin: 0px auto;
	height: 258px;
	width: 1006px;
	position: relative;
}
#friends {
	height: 87px;
	position: absolute;
	top: 33px;
	right: 20px;
	width: 401px;
}
#friends ul {
	list-style-type: none;
}
#friends ul li {
	width: 133px;
	color: #FFF;
	white-space: nowrap;
	float: left;
	font-family: Verdana;
	font-size: 10px;
}
#friends ul li a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#friends ul li a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.fame {
	position: absolute;
	right: 656px;
	bottom: 75px;
	float: left;
	width: 126px;
	height: 27px;
}
.content {
	margin: 0px auto;
	width: 1000px;
	padding: 5px 0 30px;
	position: relative;
}
.title {
	position: relative;
	top: 0px;
	text-align: left;
	padding: 0px 0px 3px;
	left: 60px;
}
.content_top {
	background-image: url(images/block_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	width: 1000px;
}
.content_main {
	width: 1000px;
	min-height: 150px;
	padding: 0px 5px;
	background-image: url(images/block_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-weight: bold;
}
.content_main ul {
	list-style-type: none;
	padding: 20px 0 20px 50px;
}
.content_main ul li {
	color: #D8C559;
	white-space: nowrap;
	float: left;
	font-size: 14px;
	width: 180px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	font-family: verdana;
	text-align: left;
}
.content_main ul li a {
	color: #D8C559;
	font-weight: bold;
	text-decoration: none;
}
.content_main ul li a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.free a   {
	color: #6C3;
	font-weight: bold;
	text-decoration: none;
}
.free a:hover {
	color: #241B0C;
	font-weight: bold;
	text-decoration: none;
}
.content_main img {
border:2px solid #FFCC00;
margin:3px;
}

.content_bottom {
	background-image: url(images/block_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 21px;
	width: 1000px;
	position: relative;
}
.bookmark {
	position: relative;
	left: 830px;
	top: 0px;
}
#bookmark {
	position: absolute;
	right: 450px;
	bottom: 179px;
	width: 93px;
	height: 65px;
}

#bookmark a{
	color: #CAC6AD;
	text-decoration: none;
	font-weight: bold;
}
.clear {
   clear:both;
}
