@charset "utf-8";
@import "layout.css";
@import "style.css";
div#page {
	height: 700px;
}
div#page ul {
	margin: 0;
	padding: 0;
}
div#page li {
	float: left;
	list-style-type: none;
	width: 200px;
	margin: 0 40px 0 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 24px;
	background: url("../images/bullet.gif") 0px 10px no-repeat;
}
div#column1 {
	float: left;
	width: 530px;
	background: none;
}
div#copy {
	height: 445px;
}
div#photos {
	float: left;
	width: 254px;
	margin: 0 0 30px 40px;
}
div#photos img {
	height: 135px;
	width: 254px;
	margin: 0 0 2px;
}

