body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #400000;
}

h1{
	font-family: Georgia, Times, serif;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	color: #540500;
	margin: 0px;
	padding: 10px 0px 10px 5px;
	border-top: 5px #e9e9e9 solid;
	border-bottom: 1px #e9e9e9 solid;
}

h2{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a{
	color: #400000;
}

hr{
	padding: 0px;
	margin: 0px;
	color: #400000;
	background: #400000;
	border: none;
}

#container { text-align:center; margin:auto; }

#menu{
	top: 150px;
	padding: 56px 9px 0px 0px;
	margin-right: 9px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	padding: 5px 0px 5px 0px;
}

#menu ul li a{
	display: block;
	color: #540500;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	text-transform: lowercase;
	text-align: right;
	border-right: 4px #FFF solid;
}

#menu ul li a:hover{
	border-right: 4px #DDD solid;	
}

#menu ul li.active a{
	color: #000;
	border-right: 4px #DDD solid;
}

#header{
	position: relative;
}

#quotes{
	position: absolute;
	margin: 5px 0px 0px 200px;
}

ul#social{
	list-style: none;
	margin: 18px 0px;
	padding: 0px;
	height: 54px;
}

#social li{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 117px;
	height: 39px;
	position: relative;
}

#social li .icon{
	display: block;
	width: 42px;
	height: 45px;
	float: left;
}

#social li#twitter{
	background: url(../images/twitter-32x32.gif) no-repeat;	
}

#social li#myspace{
	background: url(../images/myspace-32x32.gif) no-repeat;	
}

#social li#facebook{
	background: url(../images/facebook-32x32.gif) no-repeat;	
}

#social li#reverbnation{
	background: url(../images/reverbnation-32x32.gif) no-repeat;	
}

#social li a{
	padding: 7px 0px 0px 40px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}


