.container {
	height: 570px;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
}
.copyright {
	text-align: right;
	float: left;
	height: 20px;
	width: 920px;
	font-size: 10px;
}
.top-nav {
	text-align: right;
	float: left;
	height: 20px;
	width: 650px;
	padding-top: 90px;
}


.logo {
	float: left;
	height: 100px;
	width: 250px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.gallery {
	float: left;
	height: 440px;
	width: 960px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.intro {
	float: left;
	height: 300px;
	width: 500px;
	border: 1px solid #666666;
	margin-top: 150px;
	margin-left: 230px;
}
.skip {
	float: left;
	height: 20px;
	width: 500px;
	padding-left: 230px;
	text-align: right;
}
.contact-form {
	float: left;
	height: 300px;
	width: 300px;
	margin-top: 70px;
	margin-left: 310px;
}
.contact-info {
	text-align: center;
	float: right;
	height: 20px;
	width: 300px;
}
.client-list {
	float: left;
	height: 300px;
	width: 300px;
	margin-top: 70px;
	margin-left: 310px;
}
.red {color: #660000;
}