* {margin:0;padding:0}
body {
	color: #3a4d31;
	background:#E1E8E0 url(images/mlbg.jpg) repeat-x 0 100px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #3a4d31;
}
/* centre for ie5.+ */
#wrapper{
	width:50%;
	position:absolute;
	height:319px;
	left:0;
	top:93px;
	background:#dfe5dc url(images/mlbg-left.jpg) repeat-x 0 0;
	min-width:390px;
	z-index:1;
}
#outer{
	width:780px;
	position:relative;/* stacking context for further positioned elements*/
	text-align:left;
	margin:0 auto;
	z-index:2;
}
#right {
	width: 370px;
	float: left;
	height: 185px;
	background-color: transparent;
	margin-top:130px;
}
h1.topcontents {
	padding-left: 10px;
	height: 38px;
	font-size: 20px;
	font-weight: bold;
	color: #3a4d30;
}
.rightcontents {
	padding:10px 0 0 10px;
	height:180px;
}
* html .rightcontents {
	height:190px;
	height:180px;

}
.logo {
	height: 177px;
	width: 154px;
	float:left;
	background: url(images/logo.gif) no-repeat 0 0;
	margin:167px 0 0 35px;
	display:inline;
}
#piccie{
	height: 204px;
	width: 186px;
	float:left;
	margin:167px 0 0 16px;
	display:inline;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top-:-1px;
	clear:both;
}
.whitetext {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
}

#nav a {
	display: block;
	width: 90px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	display: block;
	width: 90px;
	font-size: 12px;
	color: #3A4D30;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
	text-align: center;
}
#nav li ul li{float:none;}

#nav li ul { /* second-level lists */
	position: relative;
	background: #BBC6B5;
	width: 90px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:center;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #3A4D30;
	text-decoration: none;
	left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #BBC6B5;
}
a.green:hover, a.green:active, a.green:visited, a.green:link {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #3A4D31;
	text-decoration: none;
	font-size: 14px;
}
