*{margin: 0;padding: 0;}

body {font-size: 76%;font-family: Verdana, Chicago, sans-serif;background: blue url(IMAGES/mosaic_background.jpg);}
/* divs */#wrapper{margin: 1em auto;width: 700px;background-color: white
}

#header
{
width: 100%;
text-align: center;
margin: 1.5em 0;
}


#main{width: 100%;}
#navtext ul
{
width: 100%;
background: blue url(IMAGES/blue_tile.jpg) repeat-x;
height: 1.3em;
list-style-type: none;
text-align: center;
}

#navtext li
{
display: inline;
}

#navtext a
{
text-decoration: none;
padding: .3em .7em;
color: black;
font-weight: normal;
font-size: .90em;
}

#navtext a:link, #navtext a:visited
{
background: yellow url(IMAGES/yellow_tile.jpg) repeat-x;
border: 1px outset black;
}

#navtext a:hover, #navtext a:active
{
background: blue url(IMAGES/light_blue_tile.jpg) repeat-x;
border: 1px inset black;
}

#text
{
float: left;
margin: 3em 0 1em 30px;
width: 300px;
font-style: normal;
font-size: 1.3em;
}

blockquote
{
margin: 1em 30px .5em 30px;
font-style: oblique;
}

p.source
{
text-align: right;
font-size: .9em;
}

h2
{
margin-bottom: .7em
}


#photo{float: right;
margin: 2em 1.5em;}

#footer
{
text-align: center;
margin: 1em 0;
padding: 1em 0;
border-top: 1px dotted black;
border-bottom: 1px dotted black;
}

#footer ul
{
list-style-type: none;
}

#footer li
{
display: inline;
padding: 1em;
}

#footer p
{
margin: 1em 20px
}

.clear
{
clear: both;
height: 1px;
margin: 0;
overflow: hidden;
}

