img {
	border:1px solid #996600;
	margin:2px;
}
img:hover {
	border:1px solid #CC0000;
}
#head {
	width:650px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:left;
}
#body {
	width:650px;
	text-align:left;
}
#copy {
	clear:both;
	margin-top:5px;
	text-align:center;
}
.left {
	float:left;
	width:400px;
	height:600px;
}
.right {
	float:right;
	width:250px;
	height:600px;
}
.cell {
	margin:2px;
	height:300px;
}
.clear {
	clear:both;
}
.marg_25 {
	padding-top:25px;
	padding-bottom:25px;
}