?/* Eric's CSS reset */
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}


/* remember to define focus styles! */
:focus {
  outline: 0;
}


/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


address{
  font-style:normal;
}


/* End of Eric's CSS reset */


ul.menu{
  list-style:none;
}


ul.menu li{
  display:inline;
}




body{
  background-color:#333;
  color:#444;
  font:1em "Trebuchet MS", Arial;
  padding-top:20px;
  text-align:center;
}

.clear{
	clear:both;
}


#page-wrapper{
  background-color:#EEE;
  border:3px solid #FFF;
  margin:0 auto;
  text-align:left;
  width:850px;
}


#header{
  text-align:center;
}


span.fn{
  color:#009FBF;
  display:block;
  font-size:2em;
  font-variant:small-caps;
  font-weight:bold;
  margin:10px 0;
}


span.adr{
  background-color:#E5E5E5;
  border:1px solid #DDD;
  display:block;
  font-size:.8em;
  padding:5px;
}


span.vertical-line{
  border-left:1px solid #CCC;
  margin:0 8px;
}


a{
  border-bottom:1px dotted;
  color:#555;
  text-decoration:none;
}


a:hover{
  color:#009FBF;
}


#content{
  padding:10px;
}


#content{
  font-family:verdana;
  font-size:.7em;
  letter-spacing:.1pt;
  line-height:1.9em;
  margin:10px 0;
  text-align:justify;
}

#content h2{
  border-bottom:1px solid;
  color:#009FBF;
  font:1.52em "Trebuchet MS";
  font-variant:small-caps;
  font-weight:bold;
  letter-spacing:.41pt;
  margin-bottom:10px;
  margin-top:20px;
  padding-bottom:3px;
}

#content ul li{
    list-style-image:url(list-star.gif);
}

#content img{
    border:1px solid #555;
    padding:2px;
}

div.projects{
	width:100%;
	text-align:center;
}

div.project{
	float:left;
	width:30%;
	margin:0 5px;
	padding:0 5px;
}

div.project img{
	margin-top:10px;
}

