
body
{
	border: 0; 
	padding: 0;
	margin: 0;
}

#linob {
	background-image: url(img/linob.png);
	position: absolute; 
	top: 25px;
	margin-left: 1px;
	width: 220px;
	height: 23px;
	z-index: 18;
	text-indent: -9999px;
}

#container
{
    width: 600px;
    height: auto;
    position:absolute;
	top:20%;
	left:50%;
	margin-left:-295px;
}


#previews
{
	position:absolute; 
	top: 52px;
	z-index: 5;
	width: 600px;
	height: 291px;
}
 
/*NAVIGATION*/ 
 
#categories {
	font-family: "Helvetica Neue";
	float: right; 
	list-style: none; 
	margin: 35px 3px 0 0;
}

#categories li {
	float: left; 
	margin: 0 0 0 10px;
}

#categories li a {
	display: block;
	font-size: 12px; 
	font-weight: bold;  
	color: #000000;
	text-decoration: none;
}

#categories li a:hover {
	color: #37b1ea;
}

#categories li a:active {
	color: #6b6b6b;

}

/*INACTIVE*/
#categories .blog a{
	color: #afafaf;	

}

#categories .about a{
	color: #afafaf;	

}

#categories .blog a:hover {
	color: #afafaf;
	cursor: default;
}

#categories .about a:hover {
	color: #afafaf;
	cursor: default;
}




