/* CSS Document */
body {
	margin: 20px auto;
	text-align: center;
	background-image: url("../images/background.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#content {
	width: 800px;
	margin: auto;
	background-color: #006666;
	text-align: left;
}
div#date {
	float: right;
}
div#header {
	padding: 2px 10px;
	background-color:#009999;
	background-image: url("../images/header.jpg");
}
div#main { 
	padding: 10px;
	border-left: 1px solid #449696;
	border-right: 1px solid #449696;
	border-bottom: 1px solid #449696;
}
div#date {
	padding-top: 5px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
p {
	margin: 3px 5px 7px 0px;
}
a {
	color: #99AA99;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

