/* Copyright Marcelo Montes Deoca - studios29.com - All rights reserved - Todos los derechos reservados */

.alingRight {
	text-align: right;
}
#quote {
	margin-bottom: 50px;
}
#quote p {
	font-style: italic;
}
#columns {
	margin-bottom: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 255px;
}
#left {
	float: left;
	width: 288px;
	border: 2px solid #BA403F;
}
#right {
	width: 210px;
	float: right;
	text-align: center;
	border: 2px solid #BA403F;
	padding-bottom: 10px;
	height: 240px;
}
#right p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#flashPlayer {
	margin-top: 5px;
}
#purchase {
	clear: both;
	text-align: center;
}
.cd {
	color: #FFFFFF;
	background-color: #BA403F;
}
