body {
	background:#0f0f0f url(../images/bg.jpg) repeat-x;
	margin:0;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}

a, a;link, a:visited {
	color:#f4bb52;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	width:962px;
}
#header {width:100%;}
#header .h-left {
	float:left;
	width:320px;
}
#header .h-middle {
	float:left;
	width:322px;
}
#header .h-right {
	float:right;
	width:320px;
}

#menu {
	clear:both;
	width:100%;
	background:url(../images/menu.jpg) no-repeat;
	height:50px;
}
#menu ul {padding:0;margin:0;padding-top:12px;margin-left:20px;}
#menu ul li {
	list-style:none;
	display:inline;
	background:url(../images/bullet.jpg) 0% 50% no-repeat;
	padding: 0px 15px 0 20px;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	text-decoration:none;
	color:#382011;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

#games img {float:left;}

#content {
	clear:both;
}
#content .c-top {
	background:url(../images/content-top.jpg) no-repeat;
	width:100%;
	height:35px;
}
#content .c-bottom {
	clear:both;
	background:url(../images/content-bottom.jpg) no-repeat;
	width:100%;
	height:25px;
}
#content .c-middle {
	background:url(../images/content-middle.jpg) repeat-y;
	width:100%;
	height:auto;
}
#content .c-middle .content {float:left;width:619px;padding: 0px 10px 10px 35px;}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#f4bb52;
	line-height:25px;
	padding: 7px 0 0 10px;
	margin:0;
}
.c-title {
	background:url(../images/title-bg.jpg) no-repeat;
	width:100%;
	height:43px;
}
.c-middle .sidebar {
	float:right;
	width:276px;
	margin-right:20px;
}
.s-title {
	background:url(../images/sidebar-title-bg.jpg) no-repeat;
	width:100%;
	height:43px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	padding:10px 0 0 15px;
}

#footer {
	text-align:center;
}
#footer a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
