body {
	text-align: center;
	margin:0;
	background-image: url(../imgs/background.png);
}

#container {
	width: 1000px;
	margin-right: -500px;
	position: absolute;
	top: 0px;
	right: 50%;
	text-align: left;
	z-index: 1;
	background-color:#0c0c0c;
}

#header {
	background:url(../imgs/header.png) no-repeat;
	height:180px;
	width:1000px;
	position:relative;
}

#content_container {
	width:1000px;
	height:auto;
}

#category_menu {
	width:200px;
	float:left;
	margin: 0px 20px;
	height:auto;
	margin-bottom:20px;
	background-color:#161616;
}

#content {
	float:left;
	background-color:#fff;
	width:720px;
	padding:10px;
}

#header .search-text {
	position:absolute;
	left:635px;
	top:48px;
	width:273px;
	height:22px;
	border:0px;
	background:transparent;
}

#header .search-button {
	position:absolute;
	left:920px;
	top:40px;
	width:40px;
	height:36px;
	border:0px;
	background:transparent;
}

#site-menu {
	position:absolute;
	top:122px;
	left:34px;
	width:800px;
	height:39px;
}

a.pager:link, a.pager:visited {
	color:#333;
	font-weight:bold;
	font-size:18px;
	padding:4px;
	text-decoration:none;
}
a.pager:hover {
	color:#666;
	background-color:#e8e8e8;
}

div.partner_list {
	float:left;
	width:220px;
	margin:5px;
}

ul.partner_list {
	list-style:square;
	display:block;
}
ul.partner_list a:link {
	color:#333;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
}
ul.partner_list a:visited {
	color:#333;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
}
ul.partner_list a:hover {
	color:#000;
}

