body {
	background-color:#b8c4c7;
	color:#000;
	font-family: "Lato", sans-serif;
	margin:0px;
}

a:link, a:visited {
	color:#06f;
	text-decoration:none;
}

a:hover {
	color:#0bf;
	text-decoration:underline;
}

div#page_root {
	margin:0px auto 0px auto;
	width: 1000px;
}

div#top_header {
	background-color:#000;
	color:#fff;
	margin-bottom:20px;
	background-image:url('/images/linkedlist/header.jpg');
	height:235px;
	background-repeat:no-repeat;
}

div#navigation_outer {
	background-color:#fff;
	width:170px;
	float:right;
	margin-bottom:20px;
}

div#navigation {
	text-align:center;
	margin:20px;
}

div.nav_item {
	margin-bottom:20px;
	font-size:18pt;
}

div#nav_follow {
	font-size:14pt;
	font-weight:bold;
}

div#nav_follow_icons {
	padding:10px;
}

div#content_outer {
	width:810px;
	float:left;
	background-color:#fff;
	margin-bottom:20px;
}

div#content {
	margin:20px;
}

div#bottom_section {
	clear:both;
	background-color:#454e64;
	color:#fff;
	padding:20px;
	margin-bottom:50px;
}

div#bottom_blurb {
	padding-bottom:20px;
}

div#copyright {
	text-align:right;
	font-size:9pt;
	color:#bbb;
}

div.shadowed {
	box-shadow: 5px 5px 7px #555;
	border-radius:2px;
}