.site_edit_h {
	position: absolute; 
	left: 20px;
	top: 0px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}

body {
	background: url(images/bg.png) #001c18 repeat-x left top;
	margin-top:0px;
	
}

* {
	margin: 0;
	padding: 0;
}



/* Header */

#tpl_header {
	width:976px;
	height: 225px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat center top;
}

#tpl_logo {
	width: 900px;
	height:154px;
}




/* Page */

#tpl_outer_div {
	width: 976px;
	margin: 0 auto;
	padding: 0px;

	background: url(images/stretcher.png) repeat-y left top;
}

#tpl_page {
	width: 976px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/content.png) no-repeat left top;
}

/* Content */

#tpl_content {
	margin: 0 auto;
	width:930px;
	min-height: 400; height:auto !important; height:400px;
}



/* tpl_menu */

#tpl_menu {
	width:976px;
	height: 40px;
	padding:0px;
	margin-left: 20px;
	margin-top:5px;
}


#tpl_menu ul {
	margin: 0px;

	
	list-style: none;
	/*border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC; */

}

#tpl_menu li {
	margin-top: 12px;
	/*border-bottom: 1px dotted #CCCCCC; */
	float: left;
}



#tpl_menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	
	padding:25px;
}

#tpl_menu a:hover {
	color: #83beb6;
}

/* Footer */

#tpl_footer {
	clear: both;
	text-align:center;
	width: 976px;
	margin: 0 auto;
	
}
#tpl_footer p {
	text-align: center;
	color: #83beb6;
	font-weight:bold;
}

#tpl_footer_bar {
	background: url(images/footer.png) no-repeat left top;
	width: 976px;
	height:29px;
	margin: 0 auto;
}

