/* gallery fcb */

body {
font: 11px verdana, Arial, Helvetica, sans-serif;
line-height: 17px;
background: #ffffff;
color: #888888;
text-align: center;
}

a:link, a:active {
color: #666666;
text-decoration: none;
}

a:visited {
color: #666666;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: none;
}


#container {
background: #000000;
width: 830px;
margin: 40px auto 0 auto;
text-align: left;
}

#container img{
border: 0;
}

#header {
text-align: right;
}

#left {
background: #000000;
float: left;
width: 300px;

margin: 0 0 0 25px;
}

#right {
background: #000000;
float: right;
text-align: left;
width: 400px;
margin: 0 50px 0 0;
}

p {
padding: 70px 0 30px 0;
color: aaaaaa;
}

#past {
padding: 70px 0 140px 30px;
color: aaaaaa;
}

#p2 {
padding: 50px 0 0 0;
color: aaaaaa;
}

.clear {
clear: both;
font-size: 1px; 
}

#footer {
float: none;
background: #000000;
text-align: center;
}