.left {  float: left}
img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

.right {  float: right}
body {
	text-align: center;
}
#content {
	text-align: left;
}

