@charset "UTF-8";

#main #view {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 800px;
	font-size: 110%;
	text-align: center;
}
#view h2 {
	font-size: 120%;
	line-height: 24px;
	text-align: center;
	width: 400px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px dotted #0FC;
}
#view p {
	margin-bottom: 10px;
}
#view .work {
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: 264px;
}
#view .work2 {
	text-align: center;
	height: auto;
	width: 528px;
	float: left;
}
#view .work3 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 800px;
	text-align: center;
}
#main #cat-top {
	clear: both;
	text-align: center;
	font-size: 120%;
}
