@import url("primary.css");

#indexRight {
	width		: 560px; 
	line-height	: 15px;
	padding-top	: 16px;
	float		: right;
}

  #indexRight h1 {display:none;}
 
  #indexRight a {
   	color		: #336666;
   	text-decoration	: none;
   }

   #indexRight a:hover {
   	color		: #800000;
   	text-decoration	: underline;
   }

#indexLeft {
	width		: 220px; 
	float		: right;
	padding-top	: 15px;
	text-align	: left;
	line-height	: 16px;
}
	#indexLeft img {border: solid 4px #6C9898; margin-bottom: 5px;}

h1 { font : bold 16px "verdana", trebuchet ms;  margin : 0px 0px 0px 0px; }

.images-galery {}

	.images-galery img {
			border: solid 4px #6C9898; 
			margin: 4px;
			}
