body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url("body_background.png");
	text-align: center;
}

h1 {
font-size:14px;
}

h2
{
font-size:12px;
}

#main_container {
	margin: 0 auto;
	width: 756px;
	height: 100%;
}

#main_panel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 756px;
	height: 585px;
	margin-top: -282px;
	margin-left: -373px;
	text-align: left;
}



#panel_menuboxes_column {
	top: 0px;
	left: 0px;
	width: 10px;
	height: 543px;
	background-image: url("panel_background_menuboxes_column.png")
}

#panel_background {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 746px;
	height: 543px;
	background-image: url("panel_background.png")
}

#panel_shadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 756px;
	height: 21px;
	background-image: url("panel_background_shadow.png")
}
#panel_alul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 756px;
	height: 21px;
}


#logo_area {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 155px;
	height: 50px;
	cursor: pointer;
}

#contact {
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: 10px;
	text-align: left;
}

#panel_header .contact_title {
	float: left;
	clear: right;
	padding-right: 6px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
}

#panel_header .contact_content a,
#panel_header .contact_content {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#panel_body {
	position: absolute;
	top: 80px;
	bottom: 100px;
	left: 0px;
	width: 100%;
}

#panel_body_main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 372px;
	height: 438px;
	background-image: url("article_background_main.png")
}

#panel_body_partners {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 372px;
	height: 438px;
	background-image: url("article_background_partners.png")
}


#panel_body_staff {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 372px;
	height: 438px;
	background-image: url("article_background_staff.png")
}

#panel_body_locksmith {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 372px;
	height: 438px;
	background-image: url("article_background_locksmith.png")
	}

#panel_body_contact {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 372px;
	height: 438px;
	background-image: url("article_background_contact.png")
	}
	
#panel_body_industrial {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 372px;
	height: 438px;
	background-image: url("article_background_industrial.png")
	}
	
#panel_body_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 372px;
	height: 438px;
	background-image: url("article_background_default.png")
}

#menu {
	position: absolute;
	top: 29px;
	left: 9px;
	text-align: left;
}

#menu .menu_item a,
#menu .menu_item {
	height: 24px;
	padding-top: 1px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menu .menu_item a:hover {
	color: #ff6600;
}

#article {
	position: absolute;
	left: 50%;
	margin: 10px 10px 0px 10px;
	width: 350px;
	height: 420px;
	text-align: left;
}

#article_kep {
	position: absolute;
	left: 50%;
	margin: 10px 10px 0px 10px;
	width: 350px;
	text-align: left;
}

#panel_footer,
#panel_footer a {
	position: absolute;
	bottom: 3px;
	left: 0px;
	height: 50px;
	width: 100%;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
