@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	background-image: url(../images/bg-top-index.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#black-bar {
	float: left;
	height: 57px;
	width: 920px;
}
#content {
	float: left;
	width: 920px;
	padding-top: 40px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #F58103;
	text-decoration: none;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	line-height: 1.2em;
}
#footer-wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer-wrapper #footer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 27px;
	text-align: center;
}
#footer-wrapper #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer-wrapper #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer-wrapper #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EE7C05;
	text-decoration: none;
}
a  {
	color: #F58103;
	text-decoration: underline;
}
a:hover  {
	color: #000000;
	text-decoration: underline;
}

