body {
	background: #423119;
	font-family: Georgia, Times, serif;
}

a { color: #000; }

a:visited { color: #333; }

a img { border: 0; }

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

ul li { margin-bottom: 10px; }

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url(/img/header.png) no-repeat top right;
	position: relative;
}

#header img {
	display: block;
	padding-top: 100px;
}

#header a {
	display: block;
	width: 550px;
	height: 275px;
	position: absolute;
	top: 0; 
	right: 0;
}

#header span { display: none; }

#the_staches {
	border: 4px solid #000;
	background: #fff;
	padding: 15px;
}

#has {
	width: 600px;
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	border-right: 4px solid #000;
}

#sidebar {
	width: 225px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#potential .stache {
	background: url(/img/potential2.png) no-repeat top center;
	padding-top: 25px;
}

.stache {
	margin-bottom: 75px;
	text-align: center;
}

#email {
	text-align: center;
	padding: 15px;
	background: #efefef;
	margin-bottom: 50px;
}

#stuff {
	padding: 10px;
	
}

#rss a {
	color: #ff3300;
}
.center_text {
	text-align: center;
}

#friends { 
	text-align: center;
	background: #efefef;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 3px;
}

#friends a { padding-right: 1em; }