@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	color: #666;
	text-decoration: none;
}
#container {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main {
	float: left;
	height: auto;
	width: 1000px;
	overflow: visible;
}
.work {
	float: left;
	height: 200px;
	width: 235px;
	margin-bottom: 20px;
	overflow: visible;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: efefef;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.work2 {
	float: left;
	height: 200px;
	width: 235px;
	margin-bottom: 20px;
	overflow: visible;
	margin-left: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: efefef;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#project {
	height: 200px;
	width: 235px;
	background-color: #CCC;
}
