@charset "utf-8";
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
}
body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
}
#header {
	background-image: url(../images/header_back.jpg);
	height: 190px;
}
#logo_locksmith {
	position: relative;
	left: 17px;
	top: 4px;
}
#safe {
	position: relative;
	float: right;
}
.header_call {
	font-size: 35px;
	color: #FFFFFF;
	font-family: david;
	position: relative;
	top: 15px;
	left: 10px;
	margin: 0px;
}
.navigation_bar {
	position: relative;
	left: 115px;
	top: 17px;
	font-size: 17px;
	color: #ffff0e;
}
.navigation_bar a {
	text-decoration: none;
	color: #ffff0e;
	margin-right: 100px;
	font-family: david;
	font-size: 17px;
}
.navigation_bar a:hover {
	text-decoration: underline;
}
#main_body_right {
	width: 580px;
	float: right;
}

#main_wrapper {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	background-color: #010102;
	background-image: url(../images/main_background.jpg);
}
#main_body_right h1 {
	font-size: 18px;
}
