html, body {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	background-color:#4d4e50;
	color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	min-height: 200px;
	margin-top: 48px;
	padding-bottom: 38px; 
	font-size: 0.75em;
	line-height: 1.5em;
}
#header {
	width: 900px;
	height: 80px;
	text-align: center;
}
#header img {
}
#image-block {
	border: 1px dashed #F37C19;
}
.widecol {
	width: 900px;
	margin: 45px 0 20px 0;
	clear: left;
}
.column1 {
	width: 288px;
	float: left;
	margin-right: 18px;
	display: inline;
	padding-bottom: 1em;
}
.column2 {
	width: 288px;
	float: left;
	margin-right: 18px;
	display: inline;
	padding-bottom: 1em;
}
.column3 {
	width: 288px;
	float: left;
	display: inline;
	padding-bottom: 1em;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	border-top: 1px dashed #F37C19;
	position: relative;
	top: 26px;
}

#footer .column1 {
	color: #F37C19;
}

#footer .column2 {
	color: #B5C61C;
}
h1 {
	color: #B5C61C;
	font-size: 1.5em;
	letter-spacing: 1px
	font-weight: normal;
	margin-bottom: 0.85em;
}
h2 {
	color: #F37C19;
	font-size: 1.33em;
	letter-spacing: 1px
	font-weight: normal;
	margin-bottom: 0.85em;
}
p {
	margin-bottom: 1em;
}

q {
	color: #473A33;
	font-style: italic;
}

a {
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #F37C19;
}
a:hover {
	border-bottom: 1px dashed;
}


/* !Rotator */
/* rotator in-page placement */
    #rotator {
	position:relative;
	height:358px;
}
/* rotator css */
	#rotator li {
	float:left;
	position:absolute;
	list-style: none;
	left: 0;
	display: inline;
}
/* rotator image style */	
	#rotator li img {
	background: transparent;
}
    #rotator li.show {
	z-index:500
}
.clear {
	clear: both;
}