body {
	margin: 50px 0;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 130%;
}
#wrapper {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666;
}
div.sidebar {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0; /* margins are top, right, bottom , left: TRouBLe */
	background: #9C9;
}
div.sidebar p {
	margin: 20px 10px; /* only two: top + bottom, left + right */
}
div.picture {
	float: right;
	width: 300px;
	margin: 0 0 20px 20px;
	border: 1px solid #C00;
}
div.picture img {
	margin: 15px;
	border: 1px solid #333;
}
div.picture p {
	margin: 15px;
	margin-top: 0;
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, Georgia, "Book Antiqua", serif;
	line-height: 130%;
}
h1 {
	font-size: 300%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	}
h2 {
	font-size: 175%;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}
a {
	color: #00c;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: #00c;
	text-decoration: none;
}

