 :focus {
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}
a {
  outline: none;
}

* {margin: 0; padding: 0; }
 html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	background-image:url(images/bg_1.png);
	background-repeat:repeat-x;
	background-color:#172241;
	outline: none;
}
img
{  border-style: none;
}
.centered {
	height:auto;
	margin: 0 auto;
	width:920px;
}

#header_ {
	float:left;
	width:920px;
	height:239px;
	background-image:url(images/header.png);
}

#menu_ {
	float:left;
	width:920px;
	height:44px;
	background-color:#000;
}

 

#content_ {
	height:auto;
	margin: 0 auto;
	width:920px;
	background-color:#edebe3;
	background-repeat:repeat-y;
}



#footer {
	background-color:#edebe3;
 	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	float: left;
	height:20px;
    position: relative;
 
}
