@charset "utf-8";
/* CSS Document */

body {
	border-top: 4px solid #000;
	margin: 0;
	padding: 0;
	}

#head {
	/* width: 100%; */
	/* border-bottom: 2px #999 solid; */
	/* position: relative; */
	margin: 0 0 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 100px 30px 100px;
	background-color: #3D3C39;
	color: #fff;
}
#head h1{
	font-weight:normal;
	font-size:300%;
}
#head a{
	color:#0CF;
}

#contacts p {
	margin:0 0 6px 0;
	font-size:75%;
	}
	
#services {
	background-color:#333;
	color:#CCC;
	text-align:center;
	font-size:40%;
	padding: 2px 5px 5px 5px;
	bottom: 20px;
	position: relative;
}

#works {
	margin: 0 100px 0 100px;
	text-align:center;
}

#works h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;

	color:#A39C8B;
}