body {
	color: #AFB1CB;
	background: #0b0d11 repeat-x fixed;
	margin: 50px 0 0;
	padding: 0;
	cursor: default;
	
}

p,li,#sideNav{
	text-decoration: none;
	list-style-type: none;
	text-shadow: #000000 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.8em;
	}
	
#sideNav a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;

}
#sideNav a:hover{
color: #999999;
}
/* @group Headers */

h1 {
	font: normal small-caps 28px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: lowercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 20px;
}

