#two-columns {width: 555px; margin-top: 20px; overflow: hidden; background-color: #e2eed8}

.column {
	width: 277px;
	float: left;
}
#column-1{
	border-right:1px solid #f2f8ea;
}

#two-columns .controls div.instruction {padding: 0}
#two-columns .controls div.instruction img {display: block}
#splash-photo {display: block}
#two-columns .controls div.form {background-color: #e2eed8}

#bottom_links {margin-top: 30px}
#bottom_links a {font-size: 1.1em}

/* if we need a fluid layout, wrap each .column in a .column-container and use

#two-columns {width: biggest-possible-photo-width; overflow: hidden}

.column-container {
	width: 50%;
	float: left;
}
#column-1{
	border-right:1px solid black;
}

*/

#tertiary-content {margin-left: 30px}