body {
	width: 97%;
	background: url("background.png");
}

html, body {
	margin: 0;
	padding: 0;
}

.header-logo {
	color: #3762BF;
	font-size: x-large;
	font-weight: 700;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	text-align: center;
}

img {
	border-color: #BFC0C2;
}

.header {
	width: 210px;
	text-align: center;
}

.header-logo-com {
	color: #000000;
}

.linksHeader, .profile_header {
	height: 30px; 
	background-color: #5D6B7A;
	vertical-align: top; 
	padding: 5px 0 0 35px;
	color : #C4D5DE;
	font-weight: 700;
	font-size: medium;
}

table.quotes_profile {
	width: 650px;
	border-style: solid;
	border-color: #5D6B7A;
}

tr.shaded_row {
	background-color: #D8D8D8;
}

table.leftLinks {
	margin-left: 23px;
	margin-top: 30px;
	font-weight: 700;
	width: 170px;
	font-family: Arial, Verdana, Helvetica;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #495562;
}

a.leftLinks {
	padding-left: 33px;
	color: #666666;
	font-size: medium;
	text-decoration: none;
}

td.leftLinks {
	padding-top: 5px;
}

table.musicHeader, table.quoteHeader {
	font-weight: 700;
	font-family: Arial, Verdana, Helvetica;
	background-color: #FFFFFF;
}

td.musicHeader, td.quoteHeader {
	padding-left: 50px;
	font-size: small;
}

a.musicHeader, a.quoteHeader {
	color: #666666;
	text-decoration: none;
}

#leftcol {
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 3px;
}

#content {
	margin: 0 0 0 280px;
	padding: 3px;
	width: 580px;
}

#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: small;
	padding: 3px;
	color: #777777;
}

a.footer {
	text-decoration: none;
	color: #777777;
}

h2 {
	font-family: Arial, Verdana, Helvetica;
	font-weight: 700;
	color: #3762BF;
	font-size: x-large;
}

h1 {
	font-family: Arial, Verdana, Helvetica;
	font-weight: 700;
	color: #3762BF;
	font-size: xx-large;
}

h3 {
	font-family: Arial, Verdana, Helvetica;
	font-weight: 700;
	color: #3762BF;
	font-size: large;
}

p, body, td {
	font-family: Arial, Verdana, Helvetica;
}

.center {
	text-align: center;
}

/* Quotes
----------------------------------------------- */
.quote {
	padding: 20px 20px 20px 20px;
	background-color: #CFDFE3;
	margin-bottom: 10px;
}
