#main {
	float:left;
	width:48%;
	}
	
#sidebar {
	float:right;
	width:48%;
	margin-top:0.5em;
	}

#sidebar img#large {
	width:98%;
	border:4px solid #4D5706;
	}

#montage {
	overflow:hidden;
	margin:1em 0;
	padding:2%;
	background:url(../images/10x350_6d7726_4D5706.jpg) 0 0 repeat-x #4D5706;
	}

#montage img {
	width:45%;
	border:1px solid #E4E4D4;
	margin:2%;
	}

#montage img#img1, #montage img#img3 {
	float:left;
	}

#montage img#img2, #montage img#img4 {
	float:right;
	}