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

a {
	color:#003366;
	text-decoration:none;
}

a:hover	{
	color:003399;
}

#t_main {
        background-color: #CCCC99;
        /*border: 2px solid #999999;*/
        /*padding: 20px;*/
        padding-top:5px;
        text-align: center;
}


#t_slim {
        background-color: #CCCC99;
        /*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: 110px;
}

.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

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

