.nostarted {
	font-size: 24px;
	font-style: italic;
	color: #F00;
	font-weight: bold;
}
.startcontainer {
	background-color: #FFF;
	padding: 10px;
	width: 600px;
	margin-top: 10px;
}
.dogcontainer {
	background-color: #FFC;
	height: 200px;
	width: 580px;
	border: thin solid #630;
	text-align: left;
}
#dogname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #630;
}
#dogdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #630;
	margin-left: 70px;
}
.dogdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #630;
	margin-left: 70px;
}

.dogimg {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.price {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-right: 100px;
}
.dogname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #630;
}
.soldout {
	float: right;
}
.dogprice {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	margin-left: 100px;
}
.doglink {
	font-size: 16px;
	font-weight: bold;
	margin-left: 90px;
}

