

#wrapper img {
float: left;
width: 33.33%;
max-width: 320px;
}

#wrapper img.dylansmall {
width: 100%;
max-width: 100%;
}



#leftcol {
width: 80%;
float: left;
}
	
#leftcol img {
width: 100%;
max-width: 100%;
padding-bottom: 5%;
}
	
#rightcol {
float: left;
width: 15%;
padding-left:5%;
}
	
#rightcol a {
text-decoration: none;
color: black;
}

#rightcol img {
width: 100%;
margin-bottom: 8%;	
}



