body {
	margin:0;
	font-size: 62.5%;
	}
	
#header {
	margin: 0;
	font-size: 2.5em;
	width: 100%;
	height: 87px;
	line-height: 3em;
	overflow: hidden;
	background: url(../artwork/header5.jpg);
	text-indent: -6000px;
}

#logs {
	position:absolute;
	left:640px;
	top:50px;
	width:200px;
	height:57px;
	z-index:1;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.3em;
	text-align: right;
	color: #4b6c75;
	text-decoration: none;
}

#menu {
	list-style: none;
	padding: 0;
	margin:0;
	width: 131px;
	padding-top: 50px;
	padding-bottom: 2em;
	border-right: 1px solid #4b6c75;
	float: left;
}

#menu a {
	font-size: 1.4em;
	display: block;
	width: 126px;
	line-height: 2.5em;
	text-align: right;
	color: #4b6c75;
	text-decoration: none;
	padding-right: 5px;
}

#menu a:hover, #menu a:active, #menu a.active {
	background:#80b996;
	color: #ffffff;
}

#content {
	width: 655px;
	font-family: "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#000000;
	margin-left: 204px;
	margin-top: 43px;
	}
	
#calendar {
	width: 755px;
	font-family: "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	}

#content a {
	color: #4b6c75
	}

.dropcap {
	font-size: 2em;
	color: #4b6c75;
	line-height: 1em;
	margin-right: -.11em;
	}
	
.calendermonths {
	font-size: 1em;
	color:#FFFFFF;
	background-color:#80b996;
	display: block;
	text-indent:4px;
}

.calenderspecial {
	font-size: 1em;
	font-style: bold;
	color:#CC0000;
}

.logs {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.1em;
	text-align: right;
	color: #ecf6f0;
	text-decoration: none;
}