h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	background-color: #D0DCD2;
	color: #555B55;
	border: 1px solid #555B55;
	padding: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}

#outter {
	width: 760px;
	margin: 0 auto;
	padding: 1em 0;
	background-color: fff;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#content {
	width: 615px;
	float: right;
	margin: 0 20px 0 0;
	/*background-color: #FFFFFF;*/
}
#menu {
	float: left;
	width: 120px;
}
.menu_img {
	text-align: center;
}
.menu_img img{
  border: none;
}
.contact {
	text-align: center;
	font-size:9px;
  margin:1em 0;
}
#header {
	text-align: center;
	margin-bottom: 15px;
}
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	margin-bottom: 10px;
  clear: both;
}
#orphans {
	color: #999999;
  margin: 0 auto;
  text-align:center;
  padding-bottom: 0.5em;
}
#orphans a{
	color: #000000;
}
#orphans a:hover{
	color: #999999;
	text-decoration: none;
}

