body {
	margin : 0px;
	background:#F5F5F5 url('../images/bg-header.gif') 0px 0px repeat-x;
}
img {
	border: 0px;
}
.clear {
	clear:both;
}

#logo {
	position: absolute;
	top   :  5px;
	left  :  -3px;
}
#name {
	position: absolute;
	top :  43px;
	left: 129px;
}
#header{
	position: relative;
	width : 982px;
	height: 125px;
	margin :  0px auto;
}
#header_banner {
	position: absolute;
	top   : 20px;
	right :  0px;
}

#page{
	position:relative;
	width  : 982px;
	margin : 25px auto  0px auto;
}

#menu {
	float: left;
	position: relative;
	width : 283px;
	padding:  0px 10px  0px  5px;
	border :  1px solid #D5D5FF;
	font-family: 'Trebuchet MS';
	background: #FFFFFF;
}
#game {
	float: right;
	position: relative;
	width: 640px;
	padding:  0px;
	border :  1px solid #D5D5FF;
	background: #FFFFFF;
}
#menuwrap {
	padding: 5px 0px;
}
#menu h2,
#game h1 {
	position: relative;
	margin: -15px  0px  0px  0px;
	color : #7F7FCC;
	font-family: 'Trebuchet MS';
	font-size  : 15px;
	line-height: 100%;
}
#game p {
	margin : 12px 12px 12px 12px;
	font-family: 'Trebuchet MS';
	font-size  : 13px;
}
#game ul {
	margin : 12px 12px 12px 12px;
	padding:  0px;
	font-family: 'Trebuchet MS';
	font-size  : 13px;
	list-style: none;
}
#menu a,
#game a {
	text-decoration: none;
}
#game-ifw {
	display: none;
	border-top: 1px solid #D5D5FF;
}
#game-if {
	display: none;
	width : 640px;
	height: 360px;
	border: 0px;
}

.game {
	position: relative;
	min-height: 65px;
}
.game:hover {
	background: #EAEAFF;
	background: #F4F4FF;
}
.game-fst {
	margin :  0px  0px  0px  0px;
	padding:  0px  0px  5px  0px;
	border-bottom:  1px solid #D5D5FF;
}
.game-odd {
	margin :  0px  0px  0px  0px;
	padding:  5px  0px  5px  0px;
	border-bottom:  1px solid #D5D5FF;
}
.game-lst {
	margin :  0px  0px  5px  0px;
	padding:  0px  0px  0px  0px;
}
.game img {
	position: absolute;
	top   :  5px;
	left  :  5px;
/*	border-bottom:  1px solid #D5D5FF; */
}
.game h3 {
	margin :  0px  0px  0px 60px;
	padding:  0px  0px  0px  0px;
	color : #000099;
	font-size: 16px;
}
.game a {
	color : #000099;
	text-decoration: none;
}
.game p {
	margin :  0px  0px  0px 60px;
	padding:  0px  0px  0px  0px;
	font-size: 13px;
}
.game-sel {
	background: #F4F4FF;
}

.scrolled {
	overflow: hidden;
	height: 360px;
}
.scrollbarwrap {
	position: absolute;
	top   :  3px;
	right : -1px;
	width :  5px;
	border: 1px solid #D5D5FF;
}
.scrollbar {
	position: absolute;
	top   :  5px;
	right :  1px;
	width :  3px;
	height: 50px;
	background: #7F7FCC;
}
.scrollwrap {
	position: relative;
}

