@charset "utf-8";
/* CSS Document */
body{
	background-color:#000000;
	background-image:url(images/background_image.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#logo_content{
	position:relative;
	border-bottom:solid 1px #786036;
	margin-left:59px;
	width: 1026px;
	height:78px;
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
}
#contact_text{
	position: relative;
	margin-left:550px;
	top:25px;
	height: 45px;
	width: 450px;
	text-align:right;
}
#tittle_line{
	border-bottom:solid 1px #786036;
	margin-bottom:10px;
}
#menu_content{
	position:relative;
	height:62px;
}
#content_back{
	position:relative;
	border:solid 1px #786036;
	margin-left:59px;
	width: 1026px;
	clear:both;
}
#services{
	position: relative;
	top:0px;
	left:10px;
	width: 281px;
	border-bottom:solid 1px #362c17;
	border-left:solid 1px #362c17;
	border-right:solid 1px #362c17;
	margin-bottom:10px;
	margin-right:20px;
	background:url(images/back_boxes.png);
	background-repeat:repeat;
	padding:20px 10px 20px 20px;
	float:left;
}
#content{
	position:relative;
	top:10px;
	width:660px;
	border:solid 1px #362c17;
	margin-bottom:10px;
	padding:20px 10px 20px 10px;
	background:url(images/back_boxes.png);
	float:left;
}
#conten_footer{
	position:relative;
	border:solid 1px #786036;
	margin-left:59px;
	margin-bottom:0px;
	width: 1026px;
	padding:20px 10px 20px 10px;
	clear:both;
}
#promess{
	width:1000px;
	margin:10px;
	clear:both;
}
#links{
	position:relative;
	width:230px;
	height:125px;
	float:left;
	margin:10px;
}
#copyright{
	position:absolute;
	bottom: 7px;
	right:29px;
	height: 20px;
	width:381px;
}
