/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background: #028482;
color: white;
font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
font-size: 100%;
margin: 10px;
}

/* ABC */

#banner img {
border: none;
}

#frame {
width: 90%;
}

#images {
display: none;
}

p {
font-size: .9em;
line-height: 1.2em;
}

#nav {
display: none;
}



#logos {
display: none;
}

/* CLASSES */

.handyes {
display: none;
}