/*
 * Scry - Simple PHP Photo Album
 * Copyright 2004 James Byers <jbyers@users.sf.net>
 * http://scry.org
 *
 * Scry is distributed under a BSD License.  See LICENSE for details.
 *
 * $Id: scry.css,v 1.4 2004/09/30 20:12:44 jbyers Exp $
 *
 */

body {
	background-color: #660000;
	color: #990000;
	font-family: verdana, arial, san-serif;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	background: url(../../../images/paper.JPG);
}

#t_main {
	background-color: #FFFFFF;
	border: 2px solid #999999;
	padding: 20px;
	text-align: center;
}


#t_slim {
	background-color: #FFFFFF;
	border: 2px solid #999999;
	padding: 2px;
	text-align: center;
}

#footer {
        font-size: 9px;
        text-align: right;
}

.folder {
        float: left;
        height: 100px;
        padding: 2px;
        text-align: center;
        width: 120px;
}

.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

.images img {
        border: 2px solid #000000;
}