body {
	margin:0 0;
	font-family:arial,sans-serif;
	font-size:9pt;
}

img {
	border-style:none;
	margin:0 0;
}

a {
	color:inherit;
	text-decoration:none;	
}

/* Text modifiers */
.bold {
	font-weight: bold;
}
.smaller {
	font-size:smaller;
}
.larger {
	font-size:larger;
}
.center {
	text-align:center;
}

.category_item {
	display:block;
	position:relative;
	width:126px;
	height:18px;
	padding-top:7px;
	margin:6px auto;
	background-image:URL('/img/category_item_bg.gif');
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	cursor:pointer;
}

.category_selected {
	background-image:URL('/img/category_item_selected_bg.gif');
}

.game_feature {
	position:relative;
	float:left;
	width:210px;
	height:130px;
	margin-bottom:4px;
	background-image:URL('/img/game_feature_bg.png');	
}

.game_gallery {
	position:relative;
	float:left;
	width:155px;
	height:84px;
	padding:8px 0;
	margin:4px 2px;
	background-image:URL('/img/game_gallery_bg.png');	
}

.nav {
	position:absolute;
	height:16px;
	padding:4px 0 0 16px;
	font-size:9pt;	
	background-repeat:no-repeat;
	background-position:0 0px;
}

.nav_selected {
	background-image:URL('/img/nav_genre_selected.jpg');
}

.nav a:hover {
	text-decoration:underline;
}

.section_head {
	float:left;
	height:17px;
	padding-top:5px;
	color:white;
	background-image:url('/img/section_head_bg.jpg');
}

	