@charset "utf-8";
/* Design Gallery CSS */

#main {
	width: 900px;
	float: none;
	display: block;
	height: 470px;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	margin-bottom: 30px;
}
#main  h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	padding-top: 30px;
}
#main #pictureFlow {
	height: 300px;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
