body{
	color:#ccc;
	background-color: rgb(128 128 128);
	margin:2px;
}

.picturebox{
	width: 172px;
	height: 250px;
	border: #cac9c9 1px solid;		
	float:left;
	margin:2px;
	color:#000;
	background-color: #FFFFFF;
	font-size:11px;
}

.thumb{
	height: 201px;
	border-bottom: #cac9c9 1px solid;
	padding:5px;
	text-align:center;
}


.boxleft { float: left; 
border-right: #cac9c9 1px solid;

}

.boxleft, .boxright, .boxmiddle{
padding:2px;
text-align:center;
font:"Courier New", Courier, monospace;
font-size:10px;
}

.boxright { float: right; }
.boxleft, .boxright { width: 27%; }
.boxmiddle { margin: 0 33%; border-right: #cac9c9 1px solid; }

.picturebox span{
	float:left;
}

.thumb img{
	border: #cac9c9 1px solid;
	padding:2px;
	margin-top: 10px;
}

.thumb button{
	margin-top: 10px;
}

.boxright a{
	margin-top: 5px;
}

.boxright img{
	margin-top:5px;
}

.infopic{
	margin-top:8px;
	font-size:10px;
}

footer {
    background-color:#212121;
    bottom:0;
    box-shadow: 0 -1px 2px #111111;
    -moz-box-shadow: 0 -1px 2px #111111;
    -webkit-box-shadow: 0 -1px 2px #111111;
    display:block;
    height:50px;
    left:0;
    position:fixed;
    width:100%;
    z-index:100;
}
footer h2{
    font-size:18px;
    font-weight:normal;
    left:10px;
    margin-left:20px;
    padding: 0 0;
    position:absolute;
    width:100%;
}
footer a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:10px;
    line-height:21px;
    margin:21px 0 0 110px;
    position:absolute;
    top:0;
}
footer .stuts span {
    font-size:18px;
    font-weight:bold;
    margin-left:20px;
}