body { 
	margin: 3px 10px 10px 10px;
	padding: 0px;
	}
#menu {
	position: absolute;
	z-index: 2;
	left: 10px;
	height: expression('457px'); 
	min-height: 480px;
	width: 110px;
	overflow: hidden;
	background: #ccc;
	border: 1px solid #000;
	text-align: left;
	padding: 10px;
	color: #000;
	font-family: 'Times New Roman';
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: pre-wrap;
	}
#menu a:link {
	color: #6678aa;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#menu a:visited {
	color: #6678aa;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#menu a:hover {
	color: #C80014;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
#banner {
	position: absolute;
	z-index: 1;
	left: 132px;
	height: 34px;
	width: 645px;
	background: #C80014;
	
	}
#banner h1 {
	color: #fff;
	font-family: 'Times New Roman';
	font-size: 18px;
	word-spacing: 12px;
	letter-spacing: 6px;
	text-align: center;
	}
#main {
	position: absolute;
	z-index: 3;
	top: 37px;
	left: 129px;
	width: 636px;
	padding: 5px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #000;
	scrollbar-face-color: #6678aa;
	font-family: Arial, status-bar;
	font-size: 12px;
	}
#main h3 {
	color: #000;
	font-size: 18px;
	}
#main h4 {
	color: #000;
	font-size: 16px;
	}
#main a:link {
	color: #6678aa;
	font-weight: bold;
	text-decoration: none;
	}
#main a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	}
#main a:hover {
	color: #C80014;
	font-weight: bold;
	text-decoration: underline;
	}
th.main {
	background: #6678aa;
	color: #fff;
	width: 33%;
	}
img.month {
	width: 100%;
	}
#logo {
	z-index: 4;
	position: absolute;
	top: 510px;
	left: 20px;
	}
a img {
	border: none;
	}
#tag {
	width: 626px;
	height: 12px;
	background: #C80014;
	text-align: left;
	padding: 5px;
	color: #fff;
	font-family: 'Arial';
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
hr {
	width: 80%;
	background: #C80014;
	margin-left: 0px;
	}