/*
/	flickr.net examples
/
/	Frame Digital (c)2009
/	http://www.framecreatesdigital.com
/
/
/
*/

/*------------------
/	- Site Layout
/------------------*/

body
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.8em;
    background: #F3F5E0;
    color: #444;
    margin: 10px;
    padding: 0;
    background-image: url(../images/framework/bk_body.gif);
    background-repeat: repeat-x;
}
a
{
    color: #778891;
    text-decoration: underline;
    outline: none;
}

a:hover
{
    color: #778891;
    text-decoration: none;
}
h1
{
    font-family: Georgia,Helvetica,Sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 10px 0 3px;
}

p
{
    margin: 5px 0 20px 0;
}

table
{
    border-collapse: collapse;
}

table td
{
    padding: 2px 2px 2px 0;
}
td, p
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.8em;
    background: #F3F5E0;
    color: #444;
}

.split
{
    clear: both;
}



