#content {
	font-size: 11px;
	background: transparent url(/images/links_image.jpg) no-repeat center top;
}

#links_list {
	height: 435px;
	width: 230px;
	margin: 45px 0px 0px 20px;
	padding: 5px 10px;
	overflow: auto;
	
	border: 1px solid #555;
}

#links_list ul {
	font-weight: bold;
}

#links_list li {
	margin-bottom: 10px;
}

h2 {
	color: #fff;
	font-size: 13px;
}

#links_list a {
	color: #0d8f8f;
}

#links_list a:hover {
	color: #ddd;
}