@import 'style.css';

#design-wrapper-bg{
	padding: 10px 0;
	background-color: #D55852;
}

#design-wrapper{
	width: 1000px;
	margin: 0 auto;
}

#design-title{
	color: white;
	font-size: 18px;
	text-align: right;

}

.design:first-child{
	margin-top: 0px;
}

.design div{
	width: 190px;
	margin-top: 10px;
	float: left;
	text-align: center;
	padding: 2px;
	border: 1px solid #D55852
}

.design div:hover{
	border: 1px solid white;
}

.design{
	text-decoration: none;
	color: white;
}

.design-hr{
	background-color: #F2F2F2;
	height: 1px;
	color: #F2F2F2;
	border: none;
	margin: 10px 0 15px 0;
}