@charset "utf-8";

#header {
	height: 150px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;/*border: 1px;
	border-style: solid;
	border-color: rgb(153,102,51);*/
}#header ul {
	list-style-type: none;
	padding-top: 20px;
}
#header ul li {
	display: inline;
	margin-left: 20px;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.4);
}
#content {
	padding: 20px;
	width: 920px;/*border: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.3);*/
}
#content .slogan {
	font-family: Cambria;
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
	color: rgb(95,120,146);
	font-weight: normal;
}
#content h2 {
	font-family: Calibri;
	font-size: 26px;
	font-weight: normal;
	width: 920px;
	margin-top: 34px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(110,136,162);
	color: rgb(110,136,162);
}
a.hlogo {
	text-decoration: none;
	padding: 0px 8px;
}
a.htext:link {
	text-decoration: none;
	color: rgb(110,136,162);
}
a.htext:visited {
	color: rgb(110,136,162);
}
a.htext:hover {
	color: #4A4A4A;
}
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 800px;
	font-size: 10px;
	text-align: center;
}
.shadow1 {
	border: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.6);
	border-radius: 8px;
	box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
.shadow2 {
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
}
#content ul li {
	margin-left: 40px;
	padding-bottom: 8px;
	list-style-image: url(../images/ok3.png);
	vertical-align: top;
}
