@charset "utf-8";

/* CSS Document */

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

a img {
	border: 0px;
}

body {
	margin: 0px;
	background: url('images/bg.jpg') no-repeat #f3f3f3 top left;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}

.title {
	margin: 20px;
}

.topbar {
	text-align: center;
}

.topbar img {
	vertical-align: text-top;
}

.main {
	margin: auto;
	width: 700px;
}

.image_border {
	background: url('images/border.png') no-repeat;
	width: 621px;
	height: 428px;
	padding-top: 20px;
	margin: auto;
}

.people_collumn {
	width: 30%;
	padding: 10px;
	float: left;
	font-size: 14px;
}

.people_main {
	margin: auto;
	width: 800px;
	text-align: center;
}

.essay_bg {
	background: url('images/essay_bg.png');
	width: 530px;
	height: 588px;
	padding: 40px;
	margin: auto;
	text-align: center;
}

.person_main img {
	margin: 10px;
	border: 1px solid #333;
	float: left;
}

.first_tag {
	float: left;
	font-size: 22px;
	padding: 10px;
}

.last_tag {
	float: right;
	font-size: 16px;
	padding: 10px;
}