@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	padding:0;
	margin:0;
	}

#container {
	width:856px;
	background-image:url(images/container_bg.gif);
	background-repeat:repeat-x;
	background-color:#262626;
	margin:0 auto 0 auto;
	padding-top:0;
	}

#container_border {
	width:856px;
	background-image:url(images/container_border.png);
	background-repeat:repeat-y;
	}
	
#content {
	margin:0 auto 0 auto;
	width:828px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

hr {
  display: none;
}

li {
	list-style-image:url(images/star_li.png)
	}
	
.hr_red {
  height: 5px;
  background:url(images/hr_red.png) no-repeat scroll center;
}
	
.hr_yellow {
  height: 5px;
  background:url(images/hr_yellow.png) no-repeat scroll center;
}

#short_list {
	margin:0;
	background-image: url(images/short_list_bg.png);
	background-repeat:no-repeat;
	background-position:left;
	}

#double_list {
	margin:0;
	background-image:url(images/double_list_bg.png);
	background-repeat:no-repeat;
	background-position:left;
	}

#links {
	text-align:center;
	}
	
div#links img{
	margin:8px 8px 0 8px;
	border:none;
	}
a {
	color:#FF9900;
	}