body {
	background:url(/mccullers/images/body_bg.png) repeat-x top;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing:-0.05em;
	font-weight:bold;
}
/* Header */
#hd {
	height:45px;
	padding-top:185px;
	margin-bottom:10px;
	background:url(/mccullers/images/hd_bg.png) repeat-x bottom;
}

/* Sidebar */
#sidebar {
	text-align:right;
	padding-right:10px !important;
}
#sidebar p {
	float:right;
}
#sidebar a {
	clear:right;
	float:right;
	display:block;
	color:#000;
	padding:3px 4px;
	text-decoration:none;
	margin-right:-4px;
	line-height:1.1em;
}
#sidebar a.selected {
	background-color:#fc0;
}

/* Projects View */
.project a.project_image img {
	border:5px solid #ddd;
}
.project a.project_image img:hover {
	border:5px solid #fc0;
}