div.base {
    width:1400px;
    margin:0 auto;
}

div.header {
	width:100%;
}

div.menu {
	width:100%;
	height:40px;
	line-height:40px;
	background-color:deepskyblue;
	font-size:large;
}

a.act {
    color: #000099;
    transition: color 0.2s;
    text-decoration:none;
}

a.act:visited {
    color: #000099;

}

a.act:hover {
    color: white;
    text-decoration:underline;
}

div.main {
	width:100%;
}

div.contact {
	width:100%;
	height:100px;
	text-align:center;
	background-color:azure;
	font-size:large;
	padding-top:40px;
}

div.footer {
	width:100%;
	background-color:deepskyblue;
	text-align:right;
}

div.aligncenter {
	text-align:center;
}

div.poscenter {
	width:50%;
	position:center;
}

div.spacer50 {
    height:50px;
}

h1.aligncenter {
	text-align:center;
}

p.maincopy {
	font-size:xx-large;
	text-align:center;
}

p.alignleft {
	text-align:left;
}

.hover-image:hover {
    transform: scale(1.03);
    transition: transform 0.2s /*ease-in-out*/;
}
