.col {
	float: left;
	padding: 15px;
}

.link {
	width: 200px;
	background-color: #7aabff;
}

.line {
	width: 200px;
	height: 50px;
	background-color: #ff6a75;
}

.pic_col_left {
	width: 200px;
	height: 500px;
	float: left;
	background-color: #ffbd98;
}

.pic_col_right {
	width: 100px;
	height: 500px;
	float: left;
	background-color: #ffbd98;
}
/* Расположение миниатюр на странице */
#gallery {
  list-style:none;
}
#gallery li {
  display:inline;
  margin-bottom:10px
}
a img {
  border:none;
}
p { display:inline; }

.sc_menu a:hover img {
    filter:alpha(opacity=90);    
    opacity: 0.9; 