@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #3D97CA;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
}

/*------------------------Positioning:------------------------*/

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800 px;
	height: 50px;
}

.logo {
	margin-left: 31px;
	float: left;
}

.phone {
	color: #3D97CA;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	float: right;
	display: inline;
}

#main {
	width: 800px;
	margin-top: 15px;
	height: 470px;
}

.bar {
	background: #3D97CA;
	color: #FFFFFF;
	width: 110px;
	height: 580px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 31px;
	float: left;
}

.bar li {
	list-style-type: none;
	margin-left: -33px;
}

.img {
	margin-top: 55px;
	float: right;
	margin-right: 115px;
}

.album {
	margin-top: 131px;
	float: right
}

#clear {
	clear: both;
}

#footer {
	width: 550px;
	margin-left: 250px;
	color: #508CB9;
	font-size: 12px;
}

.music {
	margin-left:38px;
}