* {
margin: 0;
padding: 0;
}

body {
background-color: #eeeeee;
}

img {
padding: .25em;
}


#work {
width: 800px;
padding: 1em;
margin-left: 2em;
margin-top: 1em;
}

#about {
width: 450px;
overflow: auto;
font-size: .8em;
line-height: 1.4em;
font-family: helvetica, sans-serif;
background-color: white;
padding: 1em;
margin-left: 4em;
}


#nav {
position: fixed;
top: 7px;
left: 3em;
height: 10px;
z-index: 3;
}

#nav2 {
position: fixed;
top: 7px;
left: 418px;
z-index: 5;
}

#add {
position: fixed;
top: 50px;
left: 400px;
z-index: 4;
font-size: .7em;
line-height: 1.3em;
font-family: helvetica, sans-serif;
background-color: white;
padding: .5em;
}



p {
text-indent: 2em;
}

.note {
font-size: .8em;
font-family: helvetica, sans-serif;
}

ul li {
list-style: none;
}

a:link {
color: gray;
text-decoration: none;
}

a:visited {
color: silver;
text-decoration: underline;
}

a:hover {
background-color: yellow;
color: black;
}

a:active {
background-color: #ffbb11;
color: yellow;
}
