@import url(nav.css);
@import url(sidebar.css);
@import url(content.css);

body
{
background: #3C3C30;
font-family: Verdana, Helvetica, Sans;
font-size: 12px;
line-height: 1.25em;
margin: 0;
padding: 0;
text-align: center;
}

a
{
color: #630606;
}

a:hover
{
color: #330303;
}

div#container
{
background: url(../images/background.gif) 0 0 repeat-y;
margin: 0 auto;
text-align: left;
width: 800px;
}

div#masthead
{
background: url(../images/background_masthead.gif) 0 0 no-repeat;
height: 110px;
}

div#masthead h1
{
display: none;
}

div#footer
{
background: url(../images/background_footer.gif) 0 100% no-repeat;
clear: both;
color: #3C3C30;
font-size: 10px;
margin: 15px 0 0 0;
padding: 10px 30px;
text-align: right;
}

div#footer a
{
text-decoration: none;
}

.flickrimg 
{
border-width: 2px; 
border-color: E2DFCA; 
margin-bottom: 2px;
}