/* http://www.neuroticweb.com/recursos/3-columns-layout/index.php */

body {
  list-style:none;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 0.7em;
  background-color: #FFFFFF;
  margin: 10px;
}
#wrapper {
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border:0;
  width: 800px;
}

#header {
  margin: 50px 0 15px 0;
}

#fullcolumn {
  float: left;
  width: 790px;
}

#leftcolumn {
  float: left;
  width: 310px;
}

#rightcolumn {
  float: right;
  width: 220px;
}

#middlecolumn { 
  float: left;
  width: 260px;
}

#footer {
  margin: 15px 0 0 0;
  clear: both;
}



.bodytext {
  line-height:20px;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  text-decoration: none;
  color: #333333;
}
#flickr img {
  width:75px;
  height:75px
}
#flickr a {
  padding:3px;
  display:block;
  float:left
}
#flickr a:hover {
  background:#003399
}


a {
  color:#C0C0C0;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#003399;
  text-decoration:none;
  outline: none;
}
a:active {  /*  list-style:square;*/
  color:#09F;
  text-decoration:none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  outline: none;
}

a:focus { /*  list-style:square;*/
  color:#09F;
  text-decoration:none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  outline: none;
}


h1 {
  font-size:2.25em;
  padding: 0;
  margin: 0;
}
h1 a:visited {
  color:#000;
}

h2 {
  color:#C0C0C0;
  font-size:1.50em;
  font-weight:bold;
  letter-spacing:0.02em;
}

.email {
  color:#C0C0C0;
  font-size:1em;
  font-weight:bold;
  letter-spacing:0.02em;
}

li {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: -20px;
  line-height: 1.5em;
}

