
/* ----- Main ----- */

html
{
	background: #FFF;
}

body 
{
	margin: 0px;
	padding: 0; 
	font-family: georgia, serif;
	color: #000;
	font-size: 12pt;
	background: #FFF;
}

#header { display: none; }

#mini_menu { display: none; }

#menu { display: none; }

#container
{
	position: static;
	border: none;
	background: transparent;
}

#content
{
	float: none !important;
	padding: 0px;
	width: 100%;
	background: transparent;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #000; }
#content blockquote { background: transparent; }

#content a
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}

#footer { display: none; }

#captioned_image { display: none; }

a.button { display: none; }