@charset "utf-8";
/* CSS Document */

#descrip {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}
#img {
	float: left;
}

.style2 {
	font-size: medium;
	font-weight: bold;
}
.style4 {
	color: #666666;
	line-height: 1.2em;
}
#fb {
	float: left;
	width: 500px;
	clear: left;
	text-align: center;
}
#title {
	float: left;
	width: 500px;
}
#descrip2 {
	clear: both;
}


.img-right {
	float: right;
	margin-left: 8px;
}
.img-left {
	float: left;
	margin-right: 8px;
}
#new {
	clear: both;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 600px;
}
.img-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#descrip img {
	margin-bottom: 10px;
}

