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

h5 {
	font-size: 15px;
	color: #C94818;
	margin: 0px;
	padding: 0px;
}
#left {
	float: left;
	width: 300px;
	padding: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
	color: #C94818;
	font-size: 12px;
}
#right {
	padding: 0px;
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	color: #C94818;
	font-size: 12px;
}
.lines_footer_image {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 1020px;
	padding-top: 50px;
}
#right a:link {
	color: #C94818;
	text-decoration: none;
}
#right a:hover {
	color: #C94818;
	text-decoration: underline;
}

#right a:visited {
	color: #C94818;
	text-decoration: none;
}


