/* CSS Document */

thing_you_want_to_style{
   color : black;
   background-color : white;
   /* y as sucesivamente */
}
body{
    padding : 0;
    margin : 0;
    background-image : url(images/bg.gif);
    background-repeat : repeat-x;
}
#content{
   padding-top : 130px;
   padding-bottom : 30px;
   padding-left : 230px;
   padding-right : 5%;
}
#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}                     

#content h2{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size : 100%;
      font-weight : bold;
      color : #000000;
      background-color : transparent;
}

#content p{
      font-family: "Trebuchet MS", Georgia, Times,serif;
      font-size : 24px;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
#weblog/images/libertalia{
    position : absolute;
    top : 30px;
    left : 30px;
    z-index : 50;
}
#script{
	position : absolute;
	top : -214px;
	right : 0;
	text-align : right;
	left: -210px;
	height: 145px;
}
#navigation{
	position : absolute;
	top : 33px;
	left : 39px;
	width : 233px;
	height: 1842px;
	background-color: #FFFFFF;
}                     

#navigation a{
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00f;
       background-color : transparent;
}
