* {
	margin:0;
	padding:0;
}

body {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	background: #F6F6F6;
    color: #000;
}

#stage {
	border: none;
	width: 520px;
	padding: 20px 20px 0px 20px;
	margin: 0 auto;
	margin-top: 20px;
	max-width:none;
	position: relative;
	background: #FFF;
	border: 1px solid #CCCCCC;
}

#stage img.visual {
	display: block;
}

#content {

}

#content h1 {
	font-size: 1.125em;
	line-height: 1em;
	font-family: "Trebuchet MS";
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #B64922;
}

#content h2 {
	font-size: 1em;
	line-height: 1em;
	font-family: "Trebuchet MS";
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #B64922;
}

#content p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	color: #000;
}

#content ul {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 30px 17px;
	color: #000;
}

#content a, #content a:visited, #content a:hover {
	color: #B64922;
}
#content a, #content a:visited {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none !important;
}

#content hr {
	color: #B64922;
	margin-top: 10px;
	margin-bottom: 15px;
}


/* ---- misc ---- */

.clearAll {
	font-size: 0px !important;
	line-height: 0px !important;
	height: 0px !important;
	clear: both;
}

img {
	border: none;
	display: block;
}

.floatLeft {
	float: left;
}

.floatLeft {
	float: right;
}

#containerPrint {
	display: none;
}
