@font-face {
font-family: "Avantgarde-Bold";
src:url("font/ITCAvantGardeStd-Bold.otf");
}

@font-face {
font-family: "Avantgarde-Demi";
src:url("font/ITCAvantGardeStd-Demi.otf");
}

@font-face {
font-family: "Avantgarde-Medium";
src:url("font/ITCAvantGardeStd-Md.otf");
}

/* STRUCTURE */

	.container {
		width: 1140px;
	}

	.color-border {
		width: 15px;
		float: left;
	}

	.left {
		/*background-color: pink;*/
		width: 184px;
		height: 600px;
		padding-left: 30px;
		padding-top: 120px;
		float: left;
	}
	
	.content {
		width: 750px;
		float: left;
	}

	.header {
		/*background-color: yellow;*/
		height: 100px;
		padding-top: 20px;
		padding-left: 20px;
	}

	.right {
		/*background-color: blue;*/
		height: 500px;
		padding-left: 20px;
	}

	.languages-menu {
		/*background-color: lime;*/
		padding-top: 20px;
		width: 160px;
		height: 200px;
		float: right;
	}
	
	.margin {
		margin-right: 20px;
	}

	.margin-left {
		margin-left: 40px;
	}

	.services {
		width: 230px;
		float: left;
	}

	.contact-div {
		width: 355px;
		height: 250px;
		float: left;
	}


/* COLOR BORDER */
	
	.red {
		background-color: red;
		height: 100px;
	}

	.yellow {
		background-color: yellow;
		height: 50px;
	}

	.black {
		background-color: black;
		height: 150px;
	}

	.green {
		background-color: green;
		height: 50px;
	}

	.white {
		background-color: #fff;
		height: 40px;
	}

	.blue {
		background-color: #0003BE;
		height: 100px;
	}


/* TEXT FORMAT */

	a {
		text-decoration: none;
		color: black;
	}

	a:hover {
		text-decoration: underline;
	}

	.title {
		font-family: "Avantgarde-Bold";
		font-size: 25px;
		line-height: 25px;
	}

	.text {
		font-family: "Avantgarde-Medium";
		font-size: 20px;
		line-height: 25px;
	}

	.credit {
		font-family: "Avantgarde-Demi";
		font-size: 15px;
		float: left;
	}

	.credit-name {
		margin-left: 237px;
	}

	.selected {
		font-family: "Avantgarde-Bold";
	}

	.underline {
		text-decoration: underline;
	}

	.languages {
		font-family: "Avantgarde-Demi";
		font-size: 95px;
		line-height: 110px;
	}

	.gray {
		color: #696969;
	}







