@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');

body {
	background: #16528e url(images/img8.png) repeat-x top left;
	font-family: Roboto, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.01rem;
	color: #fff;
	line-height: 180%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 { 
	padding-top: 10px;
	margin-left: 160px;
	font-size: 2.2rem; 
	font-weight: 700;
	letter-spacing: -0.05rem;
	color: #e54b4b;
	cursor: default;
}

h2 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 2.0rem;
	font-weight: 500;
	border-bottom: #fff 2px solid;
}

/*
h3 {
	padding: 0 0 10px 0;
	font-size: 18px;
	border-bottom: #fff 2px solid;
}
*/

h3 {
	font-size: 1.5rem;
	margin-bottom: 5px;
	font-weight: 500;
}

p {
	margin-top: 10px;
	text-align: none;
	line-height: 180%;
}

a {
	color: #f5c314;
}

a:hover {
	text-decoration: none;
}


.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

.listb {
	margin-top: 0px;
	margin-left: -24px;
}

.listb li.miring {
	font-style: italic;
}

/* Header */

#header {
	width: 681px;
	margin: auto;
	padding: 10px 0px 0px 0px;
	height: 120px;
	background: url(images/logofur3.png) no-repeat 40px 20px;
}

#header h1 {
	float: right;
	margin: 10px 120px 0px 200px;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	padding: 12px 80px 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	margin-top:-12px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 500;
	color: #fff;
}

#header a:hover {
	text-decoration: none;
	font-weight: 700;
	color: #a2c5bf;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 694px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 179px;
	padding: 0 29px 0 0;
}

#colOne h3 {
	margin-top: 0px;
}

#colTwo {
	float: left;
/* 	width: 394px; */
 	width: 573px; 
	padding: 0 0 0 21px;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	border-top: #fff 2px solid;
	font-size: 0.8rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
Design by indraf.org
*/