body {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 16px;
	margin: 0;
}
h3 {
	font-size: 16px;
	margin: 0;
}
p.date {
	font-size: 10px;
	color: #aaaaaa;
}
p.description {
	font-weight: bold;
}
.article img {
	float: right;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: square;
}

#container {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}
#header {
	background-color: #990000;
	color: #ffffff;
	padding: 10px;
}
#menu {
	position: absolute;
	top: 62px;
	right: 0;
	width: 150px;
	left: 553px;
}
#menu2 {
	position: absolute;
	top:250px;
	right: 0;
	width: 150px;
	left: 553px;
}
#content {
	width: 540px;
	margin-right: 160px;
	margin-top: 10px;
	padding: 5px;
}
#footer {
	font-size: 9px;
	color: #aaaaaa;
	border-top: 1px solid #990000;
	padding: 5px;
	margin-bottom: 30px;
}
