* {margin:0; padding:0;}
html, body {
	height:100%;
	width:100%;
	background-color: #F3F7F8;
}

#outher {
  border-left: #4d6378 1px solid;
  border-right: #4d6378 1px solid;
  border-bottom: #4d6378 1px solid;
  margin-left: 15px;
  margin-right: 1px;
  background: #eff3f6;
}

#inner {
	border-left: #4d6378 1px solid;
	border-right: #4d6378 1px solid;
	border-bottom: #4d6378 1px solid;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #E0E8ED;
}

#content {
	padding: 20px;
}

#reclam {
	border: #4d6378 1px solid;
	margin: 2px;
	margin-top: 50px;
	background: #fff;
	height: 100px;
	overflow: scroll;
}

.menu_1 {
	background-color: #DFE3E3;
	border-left: #4d6378 1px solid;
	border-right: #4d6378 1px solid;
	border-bottom: #4d6378 1px solid;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

.menu_1 a {
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu_1 a:hover {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}

.menu_2 {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

.menu_2 a {
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu_2 a:hover {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}
