﻿div#sections {
	margin-left:50px;
}

div#sections a {
	display:block;
	height:60px;
	width:400px;
	font-size:0.8em;
	color:white;
	text-decoration:none;
}

div#sections img {
	float:left;
	margin:0 10px 10px 0;
}

div#sections a span.title {
	color:orange;
	text-decoration:underline;
	font-size:1.25em;
}

div#sections a:hover span.title {
	color:orange;
	text-decoration:none;
	font-size:1.25em;
}

div#description {
	width:400px; 
	height:450px;
	float:left;
	padding-right:10px;
	overflow:auto;
}

div#description h2 img {
	float:right;
}


