:root{
overflow-y:scroll;
}
body {
margin:0;
padding:0;
background:#555;
color:#FFF;
font-family:Verdana, Tahoma, Sans-Serif;
}
hr {
display:none;
}
h2 span {
padding:0 5px;
height:9px;
}
img {
border:0;
}
ins {
font-style:normal;
text-decoration:none;
}
a,
a:hover {
color:#FFF;
text-decoration:none;
}
#contents,
#bottom {
width:772px;
clear:both;
overflow:hidden;
margin:0 auto;
background:no-repeat top center;
}
h1{
display:block;
width:772px;
clear:both;
overflow:hidden;
margin:0 auto;
padding:0;
height:247px;
}
blockquote {
margin:0;
padding:0;
}
#contents {
width:742px;
padding:0 15px;
background:url('../images/contents_bgr.gif') repeat-y top center;
}
#bottom {
height:41px;
background-image:url('../images/bottom.jpg');
}

/* LEFT CATEGORIES */
	#menu {
	width:191px;
	min-height:500px;
	float:right;
	clear:left;
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	position:relative;
	}
	
	#leftbottom {
	width:191px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:5px;
	}
	#categories {
	display:block;
	clear:left;
	float:left;
	width:186px;
	overflow:hidden;
	list-style-type:none;
	margin:0 0 0 2px;
	padding:0;
	text-align:left;
	font-size:10px;
	}
	#categories h2 {
	display:none;
	}
	#categories ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	#categories li {
	display:block;
	overflow:hidden;
	line-height:22px;
	margin:0;
	padding:0 0 0 15px;
	}
	#categories li a {
	display:block;
	line-height:14px;
	color:#FFF;
	padding:5px 0 5px 10px;
	text-decoration:none;
	background:url('../images/menu/categories_bullet.gif') no-repeat center left;
	}
	#categories li a.main {
	background-image:url('../images/menu/subcategories_bullet.gif');
	}
	#categories li a.current {
	font-weight:bold;
	text-transform:uppercase;
	color:#C9FF0D;
	}
	#categories li a:visited:hover,
	#categories li a:link:hover {
	color:#C9FF0D;
	}
