img {
	border:1px solid #EEAA99;
	margin:2px;
}
img:hover {
	border:1px solid #FFFFFF;
}
#body {
	width:650px;
}
.clear {
	clear:both;
}
#copy {
	clear:both;
	text-align:center;
}
.col {
	float:left;
	width:250px;
}
.col img, .clear img {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.col img:hover, .clear img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.main {
	float:right;
	width:400px;
}
.cell_100 {
	height:94px;
	margin:3px;
}
.cell_200 {
	height:194px;
	margin:3px;
}
.cell_300 {
	height:294px;
	margin:3px;
}
.marg_25 {
	margin:25px 0px 25px 0px;
}