html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E5D478;
	background-image: url(bg_left.gif);
	background-repeat: repeat-y;
}
#leftCol {
	width: 272px;
	height: 575px;
	background-image: url(navi.jpg);
	background-repeat: no-repeat;
}a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
#leftNavi {
	margin-top: 40px;
	text-align: center;
	line-height: 1.1em;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline overline;
}
a.naviLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 20px;
}
a.naviLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline overline;
	line-height: 20px;
}
#mainContent {
	padding: 20px;
}