@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


body {
	background-color: #514B30;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a693c5' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #BE8917;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
}

.mosttx {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

img{
  vertical-align:0;
  display:block;
}


#header {
	width: 100%;
	height: 3.6em;
	padding-top: 0.5em;
}

.wrapper{
	height: 5800px;
    background-color: #F8F8F1;
}

.wrapper,footer{
	margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1024px;
}

.text{
	float: left;
	overflow: auto;	
}

.box {
	width: 165px;
	display: inline-block;
	margin: 1em;
}

.box img{
	width: 165px;
	padding-bottom: 25px;

}

.box img:hover{
	-webkit-filter:drop-shadow(1.5px 1.5px 1.5px #333);
}

.box p{
	height: 46px;
	vertical-align: text-bottom;
	text-align: center;
}

.mosttx132 {	
	font-size: 1em;
	color: #000;
	letter-spacing:1px;
	line-height:23px;
	margin-bottom: 1em;
}

.mosttx133 {
	font-size: 1.2em;
	font-weight:bold;
	color: #000;
	letter-spacing:1px;
	line-height:45px;
	margin:20;
}

.top {
    position: fixed;
    bottom: 0em;
	right: 0em;

}

footer{
	padding-top: 3em;
	height: 70px;
	text-align: center;
}
