body {
	margin: 0px;
	/*font-style: serif;*/
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000;
	border: none 0px; 
}

a:hover {
	text-decoration: none;
	color: #000;
}

img:link {
	text-decoration: none;
}

#super-container {
        text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px; 
	/*padding: 0px;*/
	
	/*border: solid 1px #F00;*/
        text-align: left;
}

#body { 
	display: block;
	/*border: solid 1px #777;*/
	
}

#header { 
	height: 150px;
	background-image: url(img_/he_banner);
	background-repeat: no-repeat;
}

#header_menu {
	float: right;
	position: relative;
	top: 105px;

}

#header_menu span{
	float: right;
	padding-left: 1em;
	padding-right: 1em;
}

	

#footer {
	display: block;
        clear: both;
	/*border: solid 1px #777;*/
	/*height: 100px;*/
	margin-top: 5px;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 12px;
}

#down_banner {
    text-align: center;
	text-decoration: none;
}

#down_banner img {
	border: 0px;
}

#site_counter { margin-top: 15px; padding-top: 5px; border-top: 1px solid black; }

