@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

a:focus, a:visited {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#container{
background:#D9D1BC;
overflow:hidden;
width:225px;
height:490px;
background:#D9D1BC;
}

#title{
text-align:center;
width:225px;
height:135px;
color:#222222;
font:bold italic 14px/14px Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
overflow:hidden;
}

#title a{
color:#222222;
border:0;
text-decoration:none;
}

#title a:hover{
color: #222222;
text-decoration:none;
}

#content{
background: #D9D1BC;
width:225px;
height:460px;
}

#thumbs ul{
display:block;
list-style:none;
width:225px;
height:490px;
padding-left:2px;
overflow:hidden;
}

#thumbs ul li{
display:block;
list-style:none;
color:#222222;
font:9px/11px Geneva, Helvetica, Arial sans-serif;
font-weight:bold;
overflow:hidden;
width:225px;
}

#thumbs ul li a{
color: #222222;
margin-top: 4px;
font-weight:bold;
text-decoration:none;
font-size:10px;
}

#thumbs ul li a:hover{
color: #222222;
text-decoration:underline;
font-weight:bold;
}

#thumbs ul li img{
width:215px;
height:170px;
border:3px solid #ef9ee8;
}

#thumbs ul li img:hover{

opacity:0.5;
FILTER: Alpha(opacity=50);
}

.slide{
width:225px; 
height:290px;
overflow:hidden;
}

#footer{
background: #D9D1BC;
width:225px;
height:70px;
}

#footer h2{
font:bolder italic 12px/13px "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
text-align:center;
}

#footer a{
color:#222222;
text-decoration:none;
padding-bottom:4px
}

#footer a:hover{
color:#C8101D;
text-decoration:none;
}
.text{
	position:absolute;
	top:70px;
	left:2px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    text-align:center;
	}
.text a{
	color:#222222;
	text-decoration:none;
	}
.text a:hover{
	text-decoration:underline;
	}	



