* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #f7e7c1;*/
	background: #dedede url('../img/pattern.png');
	font-family: 'Lucida Grande', 'Tahoma', 'Verdana', sans-serif;
	font-size: 11px;
}

#page {
	width: 600px;
	margin: 32px auto;
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

#background {
	background: url('../img/henning-horn.jpg');
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 389px;
	width: 600px;
}

h1 {
	color: #fff;
	font-family: 'Arial', 'Helvetica';
	font-size: 2.5em;
	margin-bottom: 25px;
	margin-top: -40px;
	padding-left: 10px;
	text-transform: capitalize;
}

h2, h3 {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 5px;
}

h2 {
	color: #222;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	color: #222;
	font-weight: normal;
}

#content {
	float: left;
	padding-left: 10px;
	width: 430px;
}

p {
	letter-spacing: 0.25px;
	line-height: 18px;
	margin: 5px;
}

#content ul {
	list-style-position: inside;
	margin-left: 15px;
}

#content ul li {
	letter-spacing: 0.25px;
	margin-bottom: 1px;
}

#sidebar {
	margin-left: 450px;
	margin-top: 10px;
}
#menu {
	border-top: 1px dashed #dedede;
	list-style: none inside;
}
#menu li a {
	border-bottom: 1px dashed #dedede;
	color: #444;
	display: block;
	padding: 4px;
	padding-left: 6px;
	text-decoration: none;
}
#menu li a:hover {
	background: #eee;
}

#social {
	margin-top: 18px;
	padding: 10px;
	text-align: center;
}
#social a img {
	border: none;
	padding: 1px;
}

#nephew {
	text-align: center;
}
#nephew img {
	border: none;
	margin-right: 3px;
	vertical-align: bottom;
}
#nephew a {
	color: #555;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#nephew a:hover {
	background: #888;
	color: #fff;
}

.clearfix {
	clear: both;
}
