﻿@import url('layout.css');
.leftimg {
	margin: auto;
	border: medium outset #C8C8FF;
	padding: 3px;
	text-align: center;
	width: 300px;
	background-color: #C8C8FF;
}
.rightimg {
	margin: auto;
	border: medium outset #C8C8FF;
	padding: 3px;
	text-align: center;
	width: 300px;
	background-color: #C8C8FF;
}
.centeredimg{
	margin: 7px auto 0px auto;
	border: medium outset #C8C8FF;
	padding: 3px;
	text-align: center;
	width: 650px;
	clear: both;
	background-color: #C8C8FF;
}

