/* LIST */
div.design_list {
	margin-top:25px;
}

div.design_entry {
	width:287px;
	float:left;
	margin-bottom:40px;
	margin-right:40px;
}

a.design_entry_img {
	width:287px;
	height:205px;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
}

div.design_entry h3 {
	font-size:18px;
	margin:10px;
}

div.design_excerpt {
	margin-bottom:15px;
	margin-left:10px;
}

div.design_list a.orange_link {
	margin-left:10px;
}

/* VIEW */
div.design_left {
	width:287px;
	float:left;
}

div.design_left h3 {
	font-size:16px;
	text-align:center;
	margin:20px 0 10px;
}

div.design_url {
	text-align:center;
}

div.design_elements {
	padding-left:60px;
}

div.design_right {
	float:right;
	width:695px;
}

div.design_body {
	margin-bottom:15px;
}