body {
	background-color: #E4ECEE;
}

#base {
}

#menu {
	background-image: url('images/mlbar.jpg');
	background-repeat: no-repeat;
	width: 715px;
	height: 35px;
	padding-left: 45px;
	padding-top: 6px;
	text-align: left;
}

#content {
	background-image: url('images/bgtile.jpg');
	background-repeat: repeat-y;
	width:670px;
	padding-left: 45px;
	padding-right: 45px;
	text-align:left;
}

#footer {
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	width:760px;
	padding-top:27px;
}

#footcontent {
	background-image: url('images/bgtile.jpg');
	background-repeat: repeat-y;
	width:670px;
	padding-left: 45px;
	padding-right: 45px;
	text-align:center;
}

#foottd {
	font-size:12px;
}

a.submenulinks {
	font-size: 12px;
	color: #966a3a;
	font-weight: bold;
}

a.menulinks {
	color: #966a3a;
	font-weight: bold;
	font-family: verdana;
	font-size:12px;
}	