/* CSS Document - Author: Shaibal Mandal */

html, body {
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #2b2b2b;
    scrollbar-face-color: #666666;
    scrollbar-highlight-color: #666666;
    scrollbar-shadow-color: #000000;
    	background-color: #000000;
	width: 100%;
     margin: 0 auto;
     margin-top: 0px;
}


/* Home Page - testimonial link */
.testlink {
    font: 14px arial;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-left: 48px;
}


/* Home Page - body copy */
.header {
    font: .75em arial;
	color: #ffd200;
	text-align: center;
}


/* phone number */
span.phone {
    font: 14px georgia;
	color: #ffd200;
}


/* Testimonial Page - body */
span.test {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #ffffff;
	margin: 0px;
}


/* Testimonial Page - customer name */
span.name {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-style: italic;
	color: #ffd200;
}


/* footer link style */
a:link {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333333;
	text-decoration: underline;
}

a:visited {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333333;
	text-decoration: underline;
}


/* email link */
a.email:link {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #ffd200;
	text-decoration: none;
}

a.email:hover {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #ffffff;
	text-decoration: underline;
}

a.email:visited {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #ffffff;
	text-decoration: none;
}


#table-wrapper {
    width: 900px;
    margin: 0 auto;
}
    
    
#footer-wrapper {
    background: transparent;
    width: 800px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
}


#music-wrapper {
    width: 140px;
}


.music {
    background-attachment: url('music/38LegendsoftheFall.mp3');
 }
 
 
 hr {
    color: #ffd200;
}


iframe {
height: 700px;
}


/* End of CSS Tabs */
