* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

body {
background: black;
color: white;
font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', sans-serif;
}

#wrapper {
margin-top: 10px;
margin-left: 10px;
float: left;
}

#left {
width: 346px;
margin-bottom: 100px;
margin-right: 20px;
position: fixed;
text-align: right;
}

p.big {
font-size: 14px;
line-height: 14px;
}

#footer {
width: 366px;
bottom: 10px;
position: fixed;
font-size: 8px;
}

#footer p {
font-size: 10px;
}

#mid {
margin-left: 376px;
width: 404px;
margin-bottom: 100px;
}

#right {
width: 222px;
margin-bottom: 100px;
margin-left: 820px;
position: fixed;
}

.project {
background: white;
color: black;
padding: 0 10px 10px 10px;
border-top: 10px #a6876c solid;
}

h1 {
font-size: 48px;
line-height: 48px;
font-weight: normal;
margin-bottom: 20px;
}

h2 {
font-size: 16px;
line-height: 16px;
font-weight: normal;
margin-top: 20px;
margin-bottom: 5px;
}

p {
font-size: 12px;
line-height: 12px;
margin-bottom: 2px;
}

div {
float: left;
list-style: none;
display: block;
margin-top: 10px;
}

a {
color: #a6876c;
text-decoration: none;
}

a:hover {
color: black;
background: #a6876c;
}

ul {
list-style: none;
}

li {
font-size: 12px;
line-height: 12px;
}

img.picture {
padding: 10px;
background: white;
}