/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	background-color: #fff;
	text-align: center;
	}
#wrapper {
	margin: 0 auto 10px auto;
	padding: 0;
	width: 86%;
	text-align: left;
    }
#logo {
    width: 100%;
	background: url(../images/MEMRLTA_logoWeb.jpg) 50% no-repeat;
	height: 100px;
	margin-bottom: 3.0em;
	}
#banner {
    width: 100%;
	text-align: center;
	margin-bottom: 2.3em;
	}		
/*typography*/
a {
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #060;
	}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3.0em;
	margin-top: 0;
	margin-bottom: 0;
	color: #060;
	}
img {
	border: 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0;
	}
strong, b {
	font-weight: bold;
	}