@charset "utf-8";
@import "layout.css";
@import "style.css";
div#page {
	height: 650px;
}
div#column2, div#column3 {
	float: left;
}
div#column2 {
	margin: 0 30px 0 0;
	width: 240px;
}
div#column3 {
	width: 260px;
}
form {
	margin: 0;
}
div#page form p {
	margin: 0 0 5px;
}
label {
	width: 90px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	text-align: right;
	margin: 0 10px 0 0;
}
input {
	width: 128px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
}
input#submit, input#reset {
	float: right;
	width: 60px;
	border: 0;
	margin: 10px 2px 30px 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3f5c57;
	cursor: pointer;
}
input#submit:hover, input#reset:hover {
	background-color: #000;
}
textarea {
	width: 254px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
}
div#copy {
	padding: 0 0 30px;
}
div#column1 {
	float: left;
	width: 530px;
	background: none;
}
div#photos {
	float: left;
	width: 254px;
	margin: 0 0 30px 40px;
}
div#photos img {
	height: 135px;
	width: 254px;
	margin: 0 0 2px;
}

