body {
	margin: 20px;
	background: #626262;
}

.site_edit_h {
	position: absolute; 
	left: 0px;
	top: -18px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}



/* Header */

#tpl_header {
	width: 972px;
	height: 156px;
	margin: 0 auto;
	background: #000 url(images/header_pic.png) no-repeat left top;
}

/* Logo */

#tpl_logo {
	float: left;
	width: 972px;
	height: 156px;
}


/* Menu */

#tpl_menu {
	width: 972px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	background: #000 url(images/navi_bg.png) no-repeat left top;
}

#tpl_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tpl_menu li {
	float: left;
}

#tpl_menu a {
	display: block;
	padding: 15px 10px 20px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#tpl_menu a:hover {
	color: #bcbbbb;
}

/* Page */

#tpl_page {
	width: 972px;
	margin: 0 auto;
	background-color: #FFF;
	background: #FFF url(images/content_pic.png) repeat-y left top;
}

/* Content */

#tpl_content {
	
	float: left;
	width: 942px;
	padding: 20px;
}


#tpl_footer_bar {
	width: 972px;
	height: 16px;
	background: #000 url(images/footer_bar.png) no-repeat left top;
}


/* Footer */

#tpl_footer {
	clear:both;
	width:700px;
	margin: 0 auto;
	padding-top: 10px;
	color: #B2B2B2;
}

#tpl_footer p {
	font-size: 10px;
	text-align: center;
}
