/*
 * 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 $
 *
 */


#t_main {
        background-color: #ffffff;
        padding: 0px;
        text-align: center;
}


#t_slim {
        background-color: #ffffff;
        border: 1px solid #2D7414;
        padding: 2px;
        text-align: center;
}

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

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

.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

.images img {
        border: 1px solid #783318;
}

A:link, A:visited, A:active {
	color: #2D7414;
	text-decoration:none;
}

