body
{
	background-color: #333333; /* 071732 */
	text-align: left;
}

html, body 
{
        height: 98%
}

#wrap
{
        min-height: 100%;
        padding: 0;
        border: 0
}

#main
{
        
	padding-bottom: 20px; /* must be same height as the footer */
        height: 435px;
        padding: 25px 0px 5px 6px;
        white-space: nowrap
}

#centered
{
        margin-left: auto;
        margin-right: auto

}

#mainimages
{
        border: 1px white solid
}

table, td
{
        padding-right: 5px
}

#title
{
	font-family: helvetica;
        font-weight: lighter;
        font-size: 32pt;
	color: #FFFFFF;
        display: inline;
        margin: 20px
}


#footer
{
        position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px; /* see notes above */
	clear: both
}

#left
{
        float: left
}

#right
{
        float: right
}

#headertext
{
        float: right;
        margin-top: 20px;
        font-size: 12pt
            /* span id=headertext Crass. Opinionated. Human. br br Photographer. Singer. Technician. span */
}

#buttons
{
        padding-right: 6px
}

a
{
	font-family: helvetica;
	color: #FFFFFF
}

img
{
	padding: 0;
	border: none
}

p
{
	font-family: helvetica;
	font-size: small;
	color: #FFFFFF
}

span
{
	font-family: helvetica;
	font-size: small;
	color: #FFFFFF
}

/*Opera Fix for footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px
}

#imgbox
{
        
}