/* Layout Styles */

#wrapper {
	background: #FFF;
	display:table;
	width:755px;
	margin:auto;
	text-align:left;
	height:750px;
	padding: 0px;
	border:#FFF 1px solid;
}

#columnOne {
	float: left;
	width:157px;
}

#columnTwo {
	float: left;
	width:400px;
	margin-left:20px;
	margin-top:20px;
}

#columnThree {
	float:left;
	width:150px;
	margin:20px 0 0 20px;
}

#footer {
	float:left;
	clear:both;
	width:400px;
}
