.fitness{
overflow: hidden;
	margin: 20px 0 12px 55px;
	padding: 0;
	height: 250px;
	background-image: url(../content_img/fitness/fitness.jpg);
	background-repeat: no-repeat;
}




.travel{
	overflow: hidden;
	margin: 0 0 12px 55px;
	padding: 0;
	height: 250px;
	background-image: url(../content_img/travel/travel.gif);
	background-repeat: no-repeat;
}



.seperator{

	margin: 20px 0 20px 20px;
	width:540px;
	border-bottom: 1px solid black;	
}

.img{
	float:right;
	margin:0;
	
}

.subnav{
	float:left;
	margin: 160px 0 0 0;
}

.content a:hover{
	text-decoration: underline;
	color: #006144;
}

.fitness .subnav a:hover{
	text-decoration: underline;
	color: #ad7459;
}

.travel .subnav a:hover{
	text-decoration: underline;
	color: #dd001d;
}
