﻿html {overflow: hidden;} /*we don't need any scrolls for our html */

#toolbar
{
	background: url(bck.png) repeat-x transparent;
	height: 25px;
	overflow: hidden;
	min-width: 990px;
}


#iframe { overflow: hidden;} /*this is to remove the scroll when not needed*/

#iframe, iframe
{
	width: 100%;
	height: 100%;
}

.titleArtNav a
{
    font-size:medium; font-family:Tahoma; color:#a5bbc8; text-decoration: none;
    }

.titleArtNav a:visited
{
    font-size:medium; font-family:Tahoma; color:#a5bbc8; text-decoration: none;
    }
    
.titleArtNav a:hover
{
    font-size:medium; font-family:Tahoma; color:#d58475; text-decoration: none;
    }


