body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	}

#shadow {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: Candara, Verdana, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: white;
	}

.title {
	position: absolute;
	top: -2px;
	left: -2px;
	color: red;
	}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	}
#rp {
	position: absolute;
	right: 25px;
	top: 25px;
	border-style: none;
	}

#coffeetable {
	position: absolute;
	right: 102px;
	top: 25px;
	border-style: none;
	}

#leftbar {
	margin: 0;
	padding-top: 25px;
	width: 200px;
	float: left;
	}

#leftnav a {
	display: block;
	width: 150px;
	margin: 0 auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	background-color: white;
	color: black;
	border: solid 2px red;
	font-family: Candara, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#leftnav a:hover {
	background-color: red;
	color: white;
	border: solid 2px white;
	}

#nowplaying {
	text-align: center;
	}

#nowplaying img {
	border-style: none;
	}

#main {
	margin-left: 200px;
	padding: 25px 0 0 50px;
	font-family: Candara, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	}

#main .listing {
	font-size: 12px;
	}

#main a {
	text-decoration: none;
	color: white;
	}

#main .heading {
	color: #ff0000;
	}

#main label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	}

#main .label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	}

#main .submit {
	margin: 10px 0 0 150px;
	}

.error {
	margin: 25px 0 0 150px;
	padding: 5px;
	background-color: white;
	border: solid 1px red;
	color: red;
	}	

td {
	vertical-align: top;
	text-align: left;
	}

.red {
	color: red;
	}

#tracks {
	margin-top: 25px;
	}

.edit_input {
	width: 400px;
	}			  

.td_artist {width: 250px;}
.td_title {width: 300px;}
.td_year {width: 25px;}
.td_genre {width: 75px;}
.td_media {width: 50px;}

.help {
	font-size: 12px;
	line-height: 1.3em;
	}
