#main {
	width: 384px;
	background-image:    url("images/bg.png");
	background-repeat: no-repeat;
}
.tdLeft {
	background-color: #85A589;
}
.tdLeft a {
	color: #FFFFFF;
	font-weight:bold;
}
.tdLeft a:hover {
	text-decoration:underline;
}
.tdRight {
	background-color: #46644E;
}
.mItem a {
	background-image:    url("images/nav.jpg");
	background-repeat: no-repeat;
	height: 24px;
	width: 95px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	line-height: 195%;
}
.mItem a:hover {
	background-image:    url("images/nav_f2.jpg");
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.mItemLast a {
	background-image:    url("images/nav.jpg");
	background-repeat: no-repeat;
	height: 24px;
	width: 96px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	line-height: 195%;
}
.mItemLast a:hover {
	background-image:    url("images/nav_f2.jpg");
	background-repeat: no-repeat;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
.footer a:hover {
	color: #85A589;
}
