@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/backfade.gif);
	background-repeat: repeat-x;
	margin-left: 33px;
	margin-top: 28px;
	margin-bottom: 28px;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #736357;
}
.TEXT {
	font-family: "Courier New";
	font-size: 12px;
	line-height: 22px;
	color: #736357;
	font-weight: normal;
}
#title {
	position:absolute;
	left:33;
	top:28;
	width:75;
	height:20px;
	z-index:1;
}

#nav {
	position:absolute;
	left:108px;
	top:28;
	width:227px;
	height:20;
	z-index:2;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0066;
	text-decoration: underline;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0066;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0066;
	text-decoration: none;
}
#content {
	position:absolute;
	left:33px;
	top:70px;
	width:320px;
	height:100%;
	z-index:3;
}
#divider {
	position:absolute;
	left:456px;
	top:70px;
	width:4px;
	height:100%;
	z-index:4;
	background-image: url(images/backstripe.gif);
}
#months {
	position:absolute;
	left:478px;
	top:64px;
	width:203px;
	height:350px;
	z-index:5;
}
