body {
	width: 600px;
	font-family: Verdana;
	font-size: 11px;

	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Arial;
	font-weight: normal;
	color: #219B42;
	margin-left: auto;
	margin-right: auto;

	text-align: right;

	padding-top: 5px;
	margin-top: 5px;
	border-top: 3px #4E4E4E solid;
	border-bottom: 1px #4E4E4E solid;
	margin-bottom: 0;
	padding-right: 5px
}

a img {
	border: 0;
}

ul {
	position: relative;
	margin-left: 0;
	padding-left: 0;
}

table {
	font-size: 10px;
}

table td {
	min-height: 30px;
	border-bottom: 1px #219B42 dotted;
}

ul li {
	float: left;
	min-height: 30px;
	list-style: none;
	border-bottom: 1px #219B42 dotted;
}

.title {
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.gray {
	background-color: #D6D6D6;
}

.name {
	line-height: 30px;
}

.address {
	line-height: 30px;
}

.phone {
	text-align: center;
}

.mail, .site {
	text-align: center;
}

.menu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.menu li {
	width: 46%;
	font-family: Georgia;
	font-size: 15px;
	
	line-height: 30px;
	text-align: center;

	border: 1px #D1D1D1 solid;
	color: #D1D1D1;
	margin: 2px;
	padding: 2px;
}

.menu li:hover {
	border: 1px #AABBCC solid;
}

.menu li a {
	color: #4E4E4E;
	text-decoration: none;
}

.menu li a:hover {
	color: #4E4E4E;
	font-weight: bold;
	text-decoration: none;
}