body { 
	background: url('../images/body_background.png') no-repeat 50% 0% #2b2b2b;
	font-family: arial, sans-serif;
	font-size: 80%;
	text-align: center;
}

#page { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 20px 0;
	float: left;
	width: 800px;
}

#logo {
    padding: 60px 0 0 0;
	margin: 0;
    overflow: hidden;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
	float: left;
	width: 250px;
    
    height: 0px !important;
    height /**/:60px;
}

a#ad {
	float: right;
	padding: 0;
	width: 468px;
	margin: 0;
}

a#ad img {
	float: right;
}

#navbar {
	background: url('../images/navbar.png') no-repeat;
	width: 800px;
	float: left;
}

#navbar ul#links {
	list-style: none;
	float: left;
	padding: 0 15px;
	margin: 0;
}

#navbar ul#links li {
	float: left;
	margin: 0;
	padding: 0;
}

#navbar ul#links li a {
	padding: 15px 10px;
	display: block;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}



#main {
	float: left;
	width: 800px;
}

#content {
	background: url('../images/content_bg.png') no-repeat #fff;
	padding: 10px;
	width: 780px;
	_width: 800px;
	float: left;
}

#featured {
	width: 780px;
	float: left;
}




.items {
	position: absolute;
	float: left;
	height: 130px;
	left: 10px;
}

.items a {
	display: block;
	margin: 0;
	float: left;
	text-decoration: none;
	color: #000;
}

.items a .game {
	background: url('../images/featuredlist_tile.png') no-repeat;
	height: 130px;
	width: 130px;
	float: left;
	margin: 0 15px 0 0;
	_margin-right: 7px;
	position: relative;
}

.items a .game img.icon {
	position: relative;
	top: 11px;
	left: 11px;
}

.items a .game p.title {
	font-size: 85%;
	padding: 5px;
	text-align: center;
	margin: 6px;
}

a.featuredgame {
	background: url('../images/featuredgame_bg.png') no-repeat;
	float: right;
	width: 280px;
	height: 70px;
	text-decoration: none;
	margin-bottom: 10px;
}

a.featuredgame img {
	position: relative;
	top: 11px;
	left: 11px;
}

a.featuredgame p.title {
	color: #000;
	position: relative;
	top: -5px;
	font-weight: 800;
	left: 20px;
	display: inline;
}

#sidebar {
	float: right;
	width: 280px;
}

.sidebaritem h3.title {
	background: url('../images/sidebar_bg.png') no-repeat;
	margin: 0 0 10px 0;
	padding: 15px;
	font-size: 90%;
	color: #fff;
}

.sidebaritem ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebaritem ul li {
	margin-bottom: 5px;
}

.sidebaritem ul a {
	background: url('../images/sidebar_item.png') no-repeat;
	display: block;
	padding: 10px 32px;
	_width: 100%;
	text-decoration: none;
	color: #000;
	font-weight: 800;
}

.sidebaritem ul a:hover {
	color: #fff;
	background: url('../images/sidebar_item_hover.png') no-repeat;
}

#primary {
	float: left;
	width: 490px;
}

.maincontent {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}	

.maincontent h3.title {
	background: url('../images/primary_bg.png') no-repeat;
	margin: 0 0 10px 0;
	padding: 15px;
	font-size: 90%;
	color: #fff;
}

.maincontent img.ad {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.gamerow .game {
	background: url('../images/game_bg.png') no-repeat;
	float: left;
	width: 115px;
	height: 115px;
	margin: 0 10px 10px 0;
	_margin-bottom: 0;
}

.gamerow .game img {
	position: relative;
	top: 11px;
	left: 11px;
}

.gamerow .last {
	margin-right: 0;
}

.gamerow .game a {
	font-size: 80%;
	text-decoration: none;
	color: #000;
	display: block;
	text-align: center;
	position: relative;
	top: 30px;
}	

.gamerow .game a:hover {
	text-decoration: underline;
}

ul#pages {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul#pages li {
	float: left;
	margin: 0 3px;
}

ul#pages li a {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	background: #333;
	border: 1px solid #222;
	color: #fff;
}

ul#pages li.current a {
	background: #ccc;
	border: 1px solid #aaa;
	color: #777;
}

ul#pages li a:hover{
	background: #991313;
	color: #fff;
	border: 1px solid #890303;
}

/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
	
/* Proxy Box */
#proxy_box {
	width: 96%;
	height: 800px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 5px;
	border: 1px solid #000;
	background-color:#ffffff;
}
#proxy_box ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#proxy_box ul li {
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	height: 22px;
	margin: 3px 0px 0px 0px;
}
#proxy_box ul li a {
	display: block;
	line-height: 22px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #000;
	border: 1px solid #22bacc;
}
#proxy_box ul li a:hover {
	background: #FDFDFD;
}
.acp form * {
	magrgin: 10px;
}
.acp form input {
	margin: 4px;
	width: 50px;
	border: 1px solid;
	height: 25px;
}
.acp form textarea {
	margin: 4px;
	width: 450px;
	border: 1px solid #666666;
}
.acp form select {
	width: 50px;
	margin: 4px;
	border: 1px solid #666666;
}
.acp form label {
	margin: 4px;
	width: 450px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Highlighted Proxies*/

#gold {
	background: #fcffb7;
	color: black;
	border-bottom: 1px solid #000;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
#silver {
	background: #5ebffc;
	color: black;
	border-bottom: 1px solid #000;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
#bronze {
	background: #c3d5d6;
	color: black;
	border-bottom: 1px solid #000;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom:3px;
}
form form p {
	magrgin: 10px;
	width: 630px;
}
form input {
	margin: 4px;
	width: 99%;
	border: 1px solid;
	height: 25px;
}
form textarea {
	margin: 4px;
	width: 99%;
	border: 1px solid #666666;
}

form label {
	margin: 4px;
	width: 99%;
	padding-top: 4px;
	padding-bottom: 4px;
}