/* CSS Document */
#picture {
	float: left;
	background-color: #01006a;
	width: 500px;
	height: 170px;
}

#links {
	float: left;
	background-color: #d7d7d7;
	width: 240px;
	height: 170px;
}
#links ul {
	position: relative;
	top: 10px;
	left: 10px;
	line-height: 24px;
	width: 228px;
}
#links ul li a {
	color: #35354c;
	text-decoration: none;
}
#links ul li a:hover {
	color: #3a3a50;
	text-decoration: underline;
}





#text {
	color: #35354c;
	position: relative;
	float: left;
	width: 680px;
	padding: 15px 30px 20px 30px;
	line-height: 22px;
}
#text ul {
	padding: 0 0 0 35px;
	list-style: disc;
}

