ul#cat_list {
	float: left;
	display: inline;
	width: 253px;
	list-style-type: none;
	text-align: left;
	margin-top: 39px;
	}
	ul#cat_list li {
		font-size: 13px;
		font-weight: bold;
		color: #9969a9;
		line-height: 20px;
		padding: 0px;
		}
		ul#cat_list li a{
			font-size: 13px;
			font-weight: bold;
			color: #9969a9;
			line-height: 20px;
			text-decoration: none;
			}
		ul#cat_list li a:hover{
			color: #b3017a;
			}
		ul#cat_list li.sel {
			margin-left: -16px;
			}
		ul#cat_list li.sel a{
			color: #b3017a;
			background: url('/img/cat_sel.gif') left center no-repeat;
			/*margin-left: -16px;*/
			padding-left: 16px;
			}
#gal_descr {
	float: left;
	display: inline;
	width: 725px;
	padding-top: 18px;
	padding-bottom: 54px;
	margin: 16px 0px 64px 0px;
	background: url('/img/gal_desc_bg.gif') left top;
	}
	#gal_descr p{
		font-size: 14px;
		line-height: 16px;
		color: #6d667f;
		text-align: justify;
		margin-top: 24px;
		padding: 0px 26px 0px 26px;
		}
		#gal_descr p b{
			color: #5f9fc4;
			}
div.gal_site {
	width: 462px;
	height: 354px;
	/*clear: both;*/
	float: left;
	display: inline;
	overflow: hidden;
	margin-bottom: 58px;
	}
	div.gal_site .site_img {
		}
	div.gal_site img{
		margin-top: 43px;
		border: 1px solid #cfbfd8;
		height: 255px;
		}
	div.gal_site h3{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #b3017a;
		margin: 20px auto auto auto;
		padding: 0px;
		}
div.even {
	margin-right: 27px;
	}
div.odd {
	margin-left: 27px;
	}
div.b {
	background: url('/img/gal_odd.gif') left top;
	}
div.r {
	background: url('/img/gal_even.gif') left top;
	}
#pager {
	width: 100%;
	overflow: hidden;
	}
#pager a {
	margin: 0px 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #c7bacb;
	}
#pager a.sel{
	font-size: 14px;
	color: #b3017a;
	}
a.show_all {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #9969a9;
	text-decoration: underline;
	margin-top: 5px;
	}
