@font-face { font-family: 'ArcherMediumPro'; src: url('fonts/Archer-Medium-Pro.otf') format('opentype'); }
@font-face { font-family: 'ArcherBoldPro'; src: url('fonts/Archer-Bold-Pro.otf') format('opentype'); }
@font-face { font-family: 'ArcherBookPro'; src: url('fonts/Archer-Book-Pro.otf') format('opentype'); }
@font-face { font-family: 'ArcherSemiboldPro'; src: url('fonts/Archer-Semibold-Pro.otf') format('opentype'); }


html, body {
  margin: 0px;
  padding: 0px;
}
body {
	background:url(img/bg.jpg) no-repeat;
	background-position:center 190px;
	background-color:#000;
}

.clear {
	clear:both;
}
a {
	color:#fff;
	text-decoration:none;
	font-family: "ArcherBookPro";
}

#wrapper {
	width:814px;
	border:0px #fff solid;
	margin:190px auto;
}

#main1 {
	padding-top:15px;
}

#main1 img {
	float:left;
}
#main1 .text {
	width:430px;
	float:left;
	padding-left:53px;
	font-family: "ArcherBookPro";
	font-size:24px;
	color:#fff;
}
#main1 span {
	display:block;
	padding-top:45px;
}

h1 {
	font-family:"ArcherMediumPro";
	font-size:37px;
	color:#fff;
	font-weight:normal;
	margin:0px;
}

h2 {
	font-family:"ArcherBoldPro";
	font-size:27px;
	color:#a47f0f;
	font-weight:normal;
	margin-top:0px;
}

#slogan {
	color:#a47f0f;
	font-size:21px;
	text-transform:uppercase;
	letter-spacing:4px;
	padding-top:60px;
}

#links {
	margin-top:100px;
}
#links a {
	font-family:"ArcherSemiboldPro";
	font-size:18px;
	display:block;
	float:left;
	text-align:right;
	margin-right:60px;
}

#links a i {
	display:block;
	width:44px;
	height:55px;
	float:right;
	margin-left:15px;
	margin-top:-14px;
}

#links a i.ico_vcard {
	background:url(img/ico_vcard.jpg) no-repeat;
}

#links a i.ico_cv {
	background:url(img/ico_cv.jpg) no-repeat;
}
