/*
 * 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: #DCDCDC;
        color: #7FC31C;
        font-family: verdana, arial, san-serif;
        font-size: 10px;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center
}


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


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

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

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

.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

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

A:link, A:visited, A:active {
	color: #7291C8;
	text-decoration:none;
}
