.main_div {
	background-color: #9fb1c0;
	width: 936px;
	height: 868px;
	float: left;
}
.right_div {
	background-color: #CCCCCC;
	float: right;
	width: 680px;
	height: 500px;
	color: #333333;
	clear: right;
}

.navigation {
	font-family: "MS Sans Serif", helvetica;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	width: 250px;
	background-color: #666666;
	height: 500px;
	float: left;
	background-repeat: no-repeat;
	padding-left: 5px;
}
a:link {
	color: #CCCCCC;
}

.categories {
	color: #FFFFFF;
	width: 160px;
}
.main_div .navigation .categories a {
	color: #FFFFFF;
}

.categories:hover {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	text-indent: 12px;
}

