@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

a:active {
	color: #333;
	text-decoration: underline;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a img {
	border: none;
	outline: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 960px;
	text-align: center;
}



/* styles
------------------------------------------------------------------------------------------------------------------- */
.sub1 {
	font: normal 26px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #f47321;
}


/* footer
-------------------------------------------------------------------------------------------------------------------- */

#footer  {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  font: normal 10px Arial, Helvetica, sans-serif;
  text-align: center;
}



/* clear floated elements
-------------------------------------------------------------------------------------------------------------------- */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
}