
	html {
		width: 800px;
		background-color: #04548e;
		background-image: url(images/sub_bak.jpg);
		background-repeat: repeat-y;

	}

	body {
		margin: 0 0 0 0;
		width: 800px;
		font-family: verdana,sans-serif;
		font-size: 14px;


	}

	div.nav {
		margin-bottom: 1px;

	}
	div.main {
		font-size: 12px;
		position:absolute; top:200px; left: 360px;
		width: 380px;

	}

	div.events {
		font-size: .8em;
		color: #04548e;
		white-space: pre;
		margin-left: 20px;
	}

	div.month {
		font-family: verdana, sans-serif;
		font-style: italic;
		font-size: 2em;
		color: #fdb504;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
