.main {
	border: thin solid #003300;
	width: 560px;
	background-color: #000000;
}
.right {
	background-color: #333333;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.image {
	border: 5px solid #000000;
}
.title {
	background-color: #002200;
	color: #CCCCCC;
	height: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	padding: 5px;
}
.comments {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
}
.bottom {
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 12px;
	padding-right: 45px;
	padding-left: 5px;
	height: 20px;
}
