@import url(http://fonts.googleapis.com/css?family=Varela+Round);

* {
	padding: 0;
	margin: 0;
	font-family: 'Varela Round';
	line-height: 100%;
}

a {
	color: blue;
}

.clear {
	clear: both;
}

textarea {
	font-size: 20px;
}

body {
}


.listen-phone {margin-top: 20px; color: white; text-align: left;}

.contact-phone,
.contact-mail {line-height: 30px;}


/*=====================================================================================*/


#header {
	padding: 40px;
	background: teal;
}

#footer {
	padding: 40px;
	background: teal;
	color: white;
}

.logo {
	float: right;
	width: 170px;
	height: 162px;
	background: url(images/logo.gif) no-repeat;
	margin-left: 40px;
}

.header1 {
	margin-left: 20px;
	float: right;
}

.header2 {
	max-width: 265px;
	float: right;
}

.contact {
	color: white;
}

.contact h2 {
	padding: 10px;
}

.site-name {
	color: yellow;
	font-size: 70px;
}

.site-name a {
	color: yellow;
	text-decoration: none;
}

.site-description {
	color: springgreen;
	font-size: 35px;
}

#player {
	padding: 40px;
	margin-top: 20px;
}

.player {
	float: right;
	margin-left: 40px;
}

.player-info {
	float: right;
	max-width: 430px;
	margin-left: 20px;
}

.player-info h3, .player-info p {
	margin-top: 20px;
	font-size: larger;
}



.aaa h2 {margin-top: 15px; font-size: 30px; line-height: 40px; border-bottom: 1px solid teal; color: teal;}
.aaa p {margin-top: 15px; font-size: 25px; line-height: 40px;}



.area1,
.area2,
.area3 {
	width: 970px;
	margin: auto;
}

.message {
	background: yellow;
	float: right;
}

#footerbox1 {
	float: right;
	width: 190px;
}

#footerbox2 {
	float: right;
	width: 590px;
	text-align: center;
}

#footerbox3 {
	float: left;
	width: 190px;
}

.footertext1 {
	font-size: 30px;
}

.footertext2 {
	font-size: 25px;
}

.footertext3 {
	margin-top: 10px;
	line-height: 34px;
	font-size: 28px;
}

.equalizer1 {
	float: right;
	width: 53px;
	height: 70px;
	background: url(images/1.gif) no-repeat;
}

.equalizer2 {
	float: right;
	width: 53px;
	height: 70px;
	background: url(images/2.gif) no-repeat;
}

.equalizer3 {
	float: right;
	width: 53px;
	height: 70px;
	background: url(images/3.gif) no-repeat;
}

.equalizer4 {
	float: left;
	width: 53px;
	height: 70px;
	background: url(images/1.gif) no-repeat;
}

.equalizer5 {
	float: left;
	width: 53px;
	height: 70px;
	background: url(images/2.gif) no-repeat;
}

.equalizer6 {
	float: left;
	width: 53px;
	height: 70px;
	background: url(images/3.gif) no-repeat;
}



/*=====================================================================================*/