body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: Verdana, sans-serif;
}

img {
	border-width: 0;
}

#sidebar {
	float: left;
	margin-right: 10px;
	width: 190px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.info {
	padding-left: 20px;
}

#rss {
	position: absolute;
	top: 2px;
	right: 2px;
}

#cv {
	position: absolute;
	top: 2px;
	right: 54px;
}

#mail {
	background-image: url('mail.png');
	background-repeat: no-repeat;
	background-position:center left;
}

#skype {
	background-image: url('skype.png');
	background-repeat: no-repeat;
	background-position:center left;
}

#facebook {
	background-image: url('facebook.png');
	background-repeat: no-repeat;
	background-position:center left;
}

#facebook a {
	font-size: inherit;
}
a {
	color : #111111;
	font-size: 110%;
	text-decoration : none;
	line-height: 1.1em;
}

a:hover {
	color: #568a26;
}

#dates a:hover {
	background-color: #568a26;
	color: white;
}

#dates {
	background-image: url('dates.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 30px;
	padding-left: 20px;
}

#content {
	margin-left: 200px;
}

.message {
	margin-bottom: 1em;
}

.title {
	font-weight: bold;
}