
body {
    margin: 0px;
    padding: 0px;
    background-image: url(/_img/bg-common.gif);
    background-repeat: repeat-x;
    background-color: #F2EFE5;
    font: 10px/17px Georgia, Times, "Times New Roman", Arial;
    color: #4F4F4D;
    
}

b, strong {
	font-weight: bold;
}

form {
    margin: 0px;
    padding: 0px;
}

textarea {
    font: 10px Georgia, Times, "Times New Roman", Arial;
    margin: 0px; 
    padding: 5px; 
    width: 280px; 
    height: 201px; 
    border: 1px solid #333333;
    background-color: #FFFFFF;
}

.tray {
    margin: 2px 0px 0px 0px;
    padding: 0px;
}

img {
    border: 0px;
}

a {
	color: #1A952B;
    text-decoration: none;
}

a:hover, a.new:hover, a.fav:hover {
    color: #FFF;
	background-color: #1A952B;
    text-decoration: none;
}

a.plain, a.plain:hover {
	color: #FFF;
    text-decoration: none;
    background-color: transparent;
}

span.new {
    text-decoration: none;
    background-color: #F8C909;
}

span.fav {
    text-decoration: none;
    background-color: #62C9EB;
}

h2 {
    font-size: 10px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

td.margin {
    background-image: url(/_img/bg-margin.gif);
}

td.home, td.gallery-list, td.gallery, td.film, td.contact {
	padding: 35px 0px 0px 17px;
}

td.home {
    background-image: url(/_img/bg-home.gif);
}

td.gallery-list {
    background-image: url(/_img/bg-gallery_list.gif);
}

td.gallery {
    background-image: url(/_img/bg-gallery.gif);
}

td.film {
    background-image: url(/_img/bg-film.gif);
}

td.contact {
    background-image: url(/_img/bg-contact.gif);
}

#mt {
	position: absolute;
	top: 560px;
	left: 45px;
}

#tooltip {
	position: absolute;
	left: 0;
	top: 0;
    width: 150px;
	z-index: 10;
	visibility: hidden;
	display: none;
	padding: 0px 5px 0px 5px;
	border: solid 1px #E6E5E2;
    background-color: #FFF;
    color: #1A952B;
}