/*------------- General Styles -----------------*/
@import url(default.css);

body {
	font-size: 1.0em;
}

#more {
	display:inline;
}

img.more_trigger {
	display: none;
}

#header h1 a {
	background: #cccccc;
	width: 100%;
	text-indent: 0;
	font-size: 125%;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
}

#header h2 {
	background: none;
	color: #000;
	text-indent: 0;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	left: auto;
	top: auto
	margin: 1.0em 0;
}

#content {
margin: 2.0em 0;
width: auto;
padding: 0;
}

.example {
	border: 1px solid #333333;
	float:none;
	margin: 1em;
}



#nav,
#side,
#util,
.footercats,
.footernav,
.example img,
#content .big_picture {
	display: none;
}




