/*
Re-Designed by SingleSpeed@rhizome.net.nz
Released for free under a Creative Commons Attribution 2.5 License
*/
html {
overflow: scroll;
}

#main
{
    margin: 0 auto;
    /*width: 1210px;*/
    background: #ffffff;
}

/* BEGIN Header and Buttons section */

#LeftColumn, #RightColumn, #ContentRight, #footer, #header 
{
    display:none;
}

img.picture 
{
    float:right; 
    margin: 5px 0px 5px 10px;
	BORDER-RIGHT: #dfdfdf 1px solid; 
	PADDING-RIGHT: 4px; 
	BORDER-TOP: #dfdfdf 1px solid; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: #dfdfdf 1px solid;
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: #dfdfdf 1px solid;
}
