html {overflow: hidden;} /*we don't need any scrolls for our html */
body
{
	margin: 0;
	padding:0;
	font-family: arial,sans-serif;
	font-size: 15px;
}

#toolbar
{
	background: url(bck2.png) repeat-x transparent;
	height: 30px;
	overflow: hidden;
}


#search
{
	position: absolute;
	left: 15px;	
	background: url(logo.png) transparent no-repeat;

float: left;
	
}

#main
{
	margin-left: 325px;
}

#links
{
	height: 30px;
}

#logo
{
	position: absolute;
	left: 15px;	
	width: 195px;
	height: 30px;
		background: url(logo.png) transparent no-repeat;
}

#link1 {
	left: 250px;
	
}
	

#close
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: url(btn2.gif) transparent no-repeat;
}

#arrow
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 5px;
	background: url(btn2.gif) transparent no-repeat;
	background-position: -16px 0;
}

#twitter
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 45px;
	top: 5px;
	background: url(twitter.jpeg) transparent no-repeat;
}

#extra
{
	height: 100px;
}

#iframe { overflow: hidden;} /*this is to remove the scroll when not needed*/

#iframe, iframe
{
	width: 100%;
	height: 100%;
}


img{ border: 0pt; }

#bottom_div{
width: 520px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#vista_toolbar {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}

#vista_toolbar ul {
background-image:url(back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:500px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
color:#000000; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}