/* 
    Document   : cv
    Created on : Apr 19, 2012, 7:06:59 PM
    Author     : Avenirer
    Description: custom things
*/
body
{
  background: #fff url('../images/back.gif') no-repeat fixed right top;
}
#contact
{
  margin-top: 80px;
}
#contact h3
{
  margin: 0px;
}
.foto
{
  width:200px;
  padding:5px;
  border: 1px solid #eee;
  float: left;
  margin: 5px;
}
.container{
  margin-top:10px;
}
.transparency
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.roundb
{
  background-image: url('../images/trans.png');
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.roundb h3,p
{
  margin: 10px 0 0 10px;
}
h1 {
  margin-top: 60px;
}
h1 span {
  font-size: 20px;
  margin-top:0px;
}
h2{
  margin-left:10px;
  margin-top: 10px;
}
h3 {
  font-size: 15px;
  margin: 0;
}
