@charset "UTF-8";

#menu {
	width: 948px;
	margin-right: 3px;
	margin-left: 3px;
	height: 338px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
}
#main {
	width: 948px;
	margin-left: 3px;
	float: left;
	margin-right: 3px;
}
#news {
	margin-left: 33px;
	margin-top: 20px;
	width: 434px;
	float: left;
}
#catch {
	float: left;
	clear: both;
	margin-top: 60px;
	margin-left: 4px;
}
#menu ul {
	text-decoration:none
}
#menu li {
	list-style:none;
	float: left;
	clear: none;
}

#menu li a {
	height: 326px;
	width: 224px;
	float: left;
	padding: 6px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#menu li a:hover {
	text-decoration: underline;
	background-color: #EFEFE6;
	color: #000000;
}
#insurance {
	float: right;
	width: 409px;
	margin-top: 47px;
	margin-right: 32px;
	padding: 12px;
	border: 1px solid #CCCCCC;
}
#address {
	width: 162px;
	clear: right;
	float: right;
	margin-top: 32px;
	margin-right: 32px;
	margin-bottom: 32px;
}
#news_text {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-top: 10px;
}
#title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

