@charset "utf-8";
/* CSS Document */
#wrapper{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:900px;
	background-color:#ffe0e0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d0906;
	letter-spacing:-.5px;
}
#sideNav{
	width:200px;
	float:left;
	font-size:13px;
}
#content {
	width:700px;
	float:right;
}
#songs {
	font-size:13px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:26px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
}
img {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
}
pre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d0906;
	letter-spacing:-.5px;
}
a:link {
	color:#961c18;
}
a:visited {
	color:#631864;
}
a:hover {
	color:#300303;
}