body {
    font-family: 'Lucida Grande', Sans-Serif;
    font-size: 85%; /* resets 1em size to 10px */
}

a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #000;
}

a:visited {
    color: #666;
}

a:active {
    color: #fff;
    background-color: #333;
}

#Images {
    position:absolute;
	width:1750px;
	height:500px;
	z-index:2;
	left: 22em;
	top: 8em;
}

#header {
	position: absolute;
	z-index: 2;
	left: 11em;
	top: 1.5em;
	font-family: 'Lucida Grande', Sans-Serif;
	font-weight: normal;
    font-size: 2em;
	color: #333;
    text-transform: lowercase;
}

#navigation {
    position: absolute;
    top: 8em;
    left: 2em;
    width: 15em;
    padding: 1em;
    background-color: none;
    font-size: 1em;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: lowercase;
}
