BODY.menu {
	font-family: Book Antiqua, Times New Roman, Times;
	background: url(cli/klimopbanner.jpg);
	color: orange;
}

BODY.submenu {
	font-family: Book Antiqua, Times New Roman, Times;
	background: url(cli/klimopbanner2.jpg);
	color: orange;
}

BODY.main {
	font-family: Book Antiqua, Times New Roman, Times;
	background: white;
	color: darkblue;
}

BODY {
	font-family: Book Antiqua, Times New Roman, Times;}

A:link {
	color: orange;
	text-decoration: none;}
A:visited {
	color: orange;
	text-decoration: none;}
A:hover {
	color: orange;
	text-decoration: underline;}
A:active {
	color: orange;
	text-decoration: none;}

IMG {
	border: 0px;}

HR {
	border: 0;
	width: 100%;
	color: darkblue;
	background-color: darkblue;
	height: 5px;}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree .clip {
	overflow: hidden;
}

/* Gallery Styles */


#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}

#motioncontainer {

margin:0 auto;  /* Uncomment this line if you wish to center the gallery on page */

width: 100%; /* Set to gallery width, in px or percentage */

height: 250px; /* Set to gallery height */

}



#motioncontainer a img {
	
border: 5px solid darkblue; /* Set image border color */

}



#motioncontainer a:hover img {
	
border: 5px solid orange; /* Set image border hover color */

}




#motioncontainer a:hover {
	
color: orange; /* Dummy definition to overcome IE bug */
}


/* End Gallery Styles */

