body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	background-image: url(./back.jpg);
	background-repeat: repeat-y;
}
a {
	color: #222223;
	text-decoration: none;
	border-bottom: 1px dotted #222223;
}
a:hover {
	color: #222223;
	border-bottom: 1px solid #222223;
}
#container {
	display: block;
	width: 750px;
	vertical-align: bottom;
}
#header {
	display: block;
	background-image: url(./title.jpg);
	background-repeat: no-repeat;
	height: 107px;
}
#content {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.left {
	float: left;
	display: block;
	width: 151px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 50px;
	color: white;
}
.left span {
	display: block;
	width: 105px;
	list-style: none;
	text-align: center;
	margin-top: 5px;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
.left span.this {
	font-weight: bold;
}
.left span:hover {
	width: 95px;
	margin-left: 40px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	margin-left: 5px;
}
.left span a {
	text-decoration: none;
	border-bottom: none;
	color: white;
}
.left span a:hover {
	border-bottom: 1px dotted white;
}
.right {
	float: right;
	display: block;
	width: 495px;
	margin-top: -110px;
	margin-bottom: -40px;
	padding-left: 10px;
	padding-right: 10px;
}
.dateright {
	display: block;
	text-align: right;
}
.text {
	display: block;
}
.links a {
	text-decoration: none;
	color: #222223;
	font-weight: bold;
}
.links a:hover {
	border-bottom: 1px dotted #222223;
}
