html, body {
	font: 13px "Trebuchet MS", sans-serif;
}
.title {
	font-size: 18px;
	color: #00008b;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}
a {
	border: 0;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.center {
	text-align: center;
}
#greeting {
	margin: auto;
	width: 500px;
}
#main {
	margin: auto;
	width: 800px; 
}
#sidebar {
	background-image: url('../img/sidebar.jpg');
	background-repeat: repeat-y;
}
.stamp {
	font-size: 11px;
	color: #ff4500;
}

.img-left {
	float:left;
	padding-right:1em;
}

.img-right {
	float:right;
}
