/* CSS Document */
div#header {
  padding: 25px;
}
.headermenu {
  padding-top: 10px;
}
span.headermenu {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.5em;
}

.brochure li{
  padding-bottom: 5px;
}
.brochure {
  padding-bottom: 5em; 
}
.brochurehead {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 1em;
}

div#headerright {
  padding: 1em;
}
dt.faq {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: .5em;
}

// Ext specific 
div.x-status-error {
  //background-image: url(http://www.extjs.com/deploy/dev/examples/ux/statusbar/images/exclamation.gif);
  color: rgb(204, 51, 51);
}


body {
//	background:#9343B9;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	//color:#666;
	}

/* a {
	//color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	//color:#9343B9;
	}
*/
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	height:100%;
	}

#header {
	padding:10px;
	margin:0;
	text-align:center;
        float: left;
}
