#homelink {
	float: left;
}

#homelink a:hover img {
	position: relative;
    top: 2px;
}

#homelink a img {
	position: relative;
    top: 2px;	
}

#contentLayerText {
	padding: 20px;
	line-height: 150%;
}

#sub_navigation {
	position: relative;
	top: -2px;
	float: right;
}

.sub_navigation a {
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;		
	background-color: black;	
	text-decoration: none;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.sub_navigation a:hover, .sub_navigation a:active {
	color: #FFFFFF;	
}

.sub_navigation a.this {
	background-color: #CCCCCC;
	color: black;	
}

.sub_navigation a img {
	width: 40px;
	height: auto;
	border: none;
}

#favourites_container img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

div.tip {
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: darkgrey;
	background-color: green;
	padding: 20px;
	color: white;
}