@charset "utf-8";
/* CSS Document */



body {
	background-color: #666666;
	margin-right: 8%;
	margin-left: 8%;
	margin-top: 6%;
}


.main {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 15px;
	height: 585px;
	width: 1024px;
}

.footer {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	background-color: #C8CDC9;
	vertical-align: top;
	float: left;
	width: 1054px;
	text-align: right;
	width: 1054px;
}

.footer_2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	background-color: #808080;
	vertical-align: top;
	float: left;
	width: 1054px;
	text-align: left;
}

a {
    outline: none;
}

a:link { 
	color: #000000;
	outline: none;
}
a:visited { 
	color: #000000;
	outline: none;
}
a:hover { 
	color: #000000;
	outline: none;
}
a:active { 
	color: #000000;
	outline: none;
}
