html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a { color: black; text-decoration: none; }
a:link { color: #339999; text-decoration: none; }
a:visited { color: #2c2; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

body {
 font: Arial, Verdana, sans-serif;
 font-family: 'Lucida Grande', 'Lucida Sans', 'sans-serif';  
}

#wrapper {
  margin: 20px auto;
  width: 880px;
}

#header {
  font-size: 0.7em;
  margin-bottom: 10px;
  color: #222;
}

#header h1 {
  font-size: 6.5em;
}

#content {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-right:20px;
  width:400px;
  float: left;
}

#sidebar {
  float: left;
  width: 400px;
}
 
#spinny_globe {
  position:absolute;
  right:170px;
  top: 30px;
  width: 400px;
  height: 400px;
  background-color: none;
  z-index: -10;
}

#projects {
  margin-top: 20px;
}

#projects span a {
  color: #222;
  line-height: 1.5em;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

ol {
}

li {
  margin-left: 3em;
  margin-bottom: 1em;
}


