@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

a { outline:none;
text-decoration:none;
color:#700; }

a:hover { color:red }

a img { border:none } 

img { border:0; margin:0}

p { margin: 10px 0 10px 0}

h3 {
	font-size:28px;
	margin:25px 0;
	text-align:center;
	color:#700;
	text-shadow:1px 1px 0 #fff;
}

h4 {
	font-size:17px;
	margin:25px 0;
	text-align:center;
	color:#700;
	text-shadow:1px 1px 0 #fff;
}

html, body{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../images/bg.jpg);
} 

#all_ {
	width:800px;
	margin:0 auto;
}

.thumbs_{
	position:relative;
	float:left;
	border:none;
	margin:7px;
}

img.icons_{
	position:relative;
	float:left;
	width:110px;
	height:100px;
	border: outset 2px #ddd !important;
}

a.thumbs_:hover img{
/*	opacity:0.5;*/
	border: inset 2px #ddd !important;
}