body {
	
}

#header {
	border: solid;
	border-width: thin;
	background-color: White;
	font-family: monospace;
	color: Black;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#nav {
	border: solid;
	border-width: thin;
	background-color: White;
	font-family: monospace;
	color: Black;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#main {
	padding: 5px 5px 5px 5px;
	float:left;
	width:590px;
}
#sidebar {
	float:right;
	width:190px;
	border: solid;
	border-width: thin;
	background-color: White;
	color: Black;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#footer {
	clear:both;
	border: solid;
	border-width: thin;
	background-color: White;
	font-family: monospace;
	color: Black;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#wrap {
	width:820px;
	margin:0 auto;
}

h2.title {
	font-family: sans-serif;
	font-variant: small-caps;
}

div.titlebar {
	border: solid;
	border-width: thin;
	background-color: White;
	padding: 5px 5px 5px 5px;
	margin-left: 15%;
	margin-right: 15%;
	font-family: monospace;
	color: Black;	
}

div.code {
	border: solid;
	border-width: thin;
	background-color: White;
	font-family: monospace;
	color: Black;
	padding: 5px 5px 5px 5px;
}

div.artists {
	border: solid;
	border-width: thin;
	background-color: White;
	color: Black;
	padding: 5px 5px 5px 5px;
}

li.artists {
	text-indent: 10px;
}

div.song_comment {
	border: solid;
	border-width: thin;
	background-color: White;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: monospace;
	color: Black;
}

div.keyword {
	font-family: monospace;
	color: Blue;
	display: inline;
}

div.comment {
	font-family: monospace;
	color: Green;
	display: inline;
}
