* {
margin:0;
padding:0;
}

html {
overflow-y: scroll;
}

body {
font:9pt/1.5 tahoma, verdana, helvetica;
text-align: justify; 
text-justify: newspaper;
color:#777;
background:url(images/background.png) repeat-x top #fafafa;
}

p {
margin-bottom:1em;

}

a {
text-decoration:none;
color:#222;
}

a:hover {
color:#000;
}

p a:hover {
text-decoration:underline;
}

small,small a {
font-size:8pt;
color:#999;
}


.red {
color:#e4092f;
}

img {
border:none;
}

h1 {
font:11pt tahoma, verdana, helvetica;
color:#222;
margin-bottom:1em;
}

.date {
font:8pt tahoma, verdana, helvetica;
color:#777;
margin-top:-1em;
}

h2 {
font:11pt tahoma, verdana, helvetica;
color:#777;
margin-bottom:1em;
}

form label {
display:block;
}

form input,input.submit,textarea {
border:1px solid #ddd;
font:8pt/1.5 tahoma, verdana, helvetica;
color:#777;
margin-bottom:1em;
background:#FFF;
height:17px;
}

#rightcolumn form textarea {
height:170px;
width:500px;
}

#rightcolumn form input[type=text] {
width:500px;
}

.button {
width:50px;
height:20px;
}

form input.search {
border:none;
background:url(img/lupa.png);
height:17px;
width:17px;
cursor:pointer;
}

form input.search:hover {
background:url(img/lupa1.png);
}

form input.submit {
padding:0 3px;
background:#222;
width:17px;
}

.left {
float:left;
}

.right {
float:right;
display:inline;
}

.listimages {
  min-height:120px;
  margin-bottom:50px;
}

.listimages img {
  float:right;
  padding:5px;
  background:#ddd;
  width:96px;
  height:96px;
  margin-left:15px;
}

.sun {
  padding:5px;
  background:#ddd;
  margin:15px;
}

#wrapper {
width:780px;
margin:50px auto;
}

#header {
width:780px;
height:80px;
}

#header h1 a {
padding:2px 5px;
font:11pt tahoma, verdana, helvetica;
color:#222;
}

#header h1 a:hover {
color:#FFF;
background:#e4092f;
}

#header h1 a.selected {
color:#FFF;
background:#222;
}

#leftcolumn {
float:left;
width:230px;
margin-bottom:30px;
}

#rightcolumn {
float:right;
display:inline;
width:500px;
margin-bottom:30px;
}

#footer {
clear:both;
width:780px;
padding-top:5px;
border-top:1px solid #ccc;
}
