body {
	background-color: #fff;
	color: #333;
	text-align: left;
	line-height: 1.42;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}

#h3head {
	color: #303030;
	text-shadow: 2px 2px 2px #505050;
	text-align: center;
}

#head {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 14px;
}

#head2 {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
	background-image: url("agtlogobg4.png");
    background-repeat: no-repeat;
	background-position: center center;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-sizing: border-box;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

#info2 {
	margin: 20px;
}

.infotext {
	text-align: justify;
}

.infoimg {
	width: 820px;
	margin: 20px;
}


#foot {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	font-size: 16px;
}

#footleft {
	text-align: left;
}

#footright {
	text-align: right;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
