body {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#nav, #languages, #mainsidecolumn, #navfooter, .hide { display: none; }

body, #wrap, #logo, #content, #main, #mainbody, #sidebar, #footer, .category, .category a {
	position: static;
	float: none;
	width: 100%;
	height: auto;
	background-image: none;
	background-color: white;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	border-left: 0;
	clear: both;
}

html>body #content, html>body #sidebar, html>body .category, html>body .category a {
	width: 100%;
}

/* --------------------- links --------------------- */
#logo a:link, #logo a:visited { text-decoration: none }

a:link { color: #369 }
a:visited { color: #7993AE }

/*a:after {
   	content: " (" attr(href) ")";
   	font-size: 7pt;
  	 }
	 
a[href^="/"]:after { 	content: " (http://www.microbrush.com" attr(href) ")"; }

a[id^="id"]:after, a.website:after, .thumbnailGroup a:after, div#logo a:after {
   	content: "";
	}
*/
/* -------------------------- sections ------------------------- */
#logo {
	margin: auto;
	text-align: center;
	}

#logo img  { width: 175px; height: 115px; }

#logo span { 
	position: static;
	background-image: none
}

#headline {
	margin-bottom: 1em;
	padding-bottom: 1em;
	} 

#headline h1 {	
	font-variant: small-caps;
	margin: 1em 0 .5em;
	color: black;
	}
	
#headline p {
	font-style: italic;
	margin: 0;
}

#mainbody {
	text-align: left;
	}

#sidebar {
	border-top: 1px solid black;
	}

#footer {
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 0;
	border-top: 1px solid black;
	clear: both;
	}
