/* CSS Document */
body, p, td, h1, h2, h3
{
	background-color: #353535;
	margin: 10px;
	color: #5d5d5d;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

a:link
{
	font-weight: normal;
	text-decoration: none;
	color: #5d5d5d;
	background: transparent;
}

a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #5d5d5d;
	background: transparent;
}

a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #9a9a9a;
	background: transparent;
}

a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #5d5d5d;
	background: transparent;
}

/* never forget this again */
a img { border: 0 none; }

/* category menu */
.menu
{
	text-decoration: none;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

.menu a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	background: transparent;
}

.menu a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	background: transparent;
}

.menu a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #9a9a9a;
	background: transparent;
}

.menu a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #9a9a9a;
	background: transparent;
}

/* previous and next */
.nav
{
	text-decoration: none;
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
}

.nav a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #9a9a9a;
	background: transparent;
}

.nav a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #9a9a9a;
	background: transparent;
}

.nav a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #9a9a9a;
	background: transparent;
}

.nav a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #9a9a9a;
	background: transparent;
}

.image
{
	margin-left: 0 auto;
	margin-right: 0 auto;
	border: 0 none;
	display: block;
	text-align: center;
	clear: both;
	position: relative;
	top: 30px;
	visibility: visible;
}

.footer
{
	font-size: 10px;
	font-weight: normal;
	float: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.logo
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	float: left;
}

.home { color: #9a9a9a; }
.current { font-weight: bold; }

.small
{
	font-size: 10px;
}
