@charset "utf-8";
#content h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 5px;
	color: #6F7D9D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0DDF7;
	margin-bottom: 15px;
	margin-top: 10px;
}
#content h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #6F7D9D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0DDF7;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#content h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #6F7D9D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0DDF7;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.box {
	height: 180px;
	margin-right: 20px;
	padding-top: 10px;
}


#images {
	text-align: center;
}

#images img {
	border: 2px solid #EAF0F7;
	padding: 1px;
	margin-bottom: 15px;
	margin-right: 15px;
}
#gallery {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-bottom: 20px;
}
#gallery li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 120px;
	height: 180px;
	margin-left: 10px;
}
#gallery a {
	text-decoration: none;
	border: 1px dotted #D0DDF7;
	display: block;
	height: 110px;
	margin: 2px;
	padding: 2px;
	width: 110px;
}

#gallery a:hover {
	border: 2px solid #A9B1C5;
}

#gallery a img{
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
#gallery a:hover img{
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#gallery img {
	margin-bottom: 5px;

}
#gallery2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-bottom: 20px;
}
#gallery2 li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 120px;
	height: 200px;
	margin-left: 10px;
}
#gallery2 a {
	text-decoration: none;
	border: 1px dotted #D0DDF7;
	display: block;
	height: 110px;
	margin: 2px;
	padding: 2px;
	width: 110px;
}
#gallery2 a:hover {
	border: 2px solid #A9B1C5;
}
#gallery2 a img{
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
#gallery2 a:hover img{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#gallery2 img {
	margin-bottom: 5px;

}
.clear {
	clear: both;
}
.noimage {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
#box {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#box_right {
	float: right;
	width: 520px;
}

#smaller_box {
	width: 220px;
	float: left;
	font-size: 11px;
	margin-right: 30px;
}

#smaller_box li {
	margin-bottom: 8px;
}
