@charset "utf-8";
.arial11 {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #2E343D;
	text-decoration: none;
}
.arial {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #2E343D;
	text-decoration: none;
}
.arial_bold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #2E343D;
	text-decoration: none;
}

.verdana {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #020105;
	text-decoration: none;
}

a:hover{
	color: #FF3300;
	text-decoration: none;
}
.arial_bold_big {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #2E343D;
	text-decoration: none;
}
#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
	
	
.sil {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #F8F8F8;
	text-decoration: none;
}
.clear{
clear:both;
display:block !important;
float:none !important;
font-size:0 !important;
height:0 !important;
line-height:0 !important;
margin:0 !important;
overflow:hidden;
padding:0 !important;
visibility:hidden;
}