.header {
	margin: auto;
	padding: 0px;
	height: 170px;
	width: 820px;
}
.menu {
	background-image: url(img/menu_bgd.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 40px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.content {
	background-image: url(img/con_bgd2.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	background-position: center;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
}
.footer {
	background-image: url(img/ftr_bgd.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	vertical-align: top;
	text-align: center;
}
.body {
	background-image: url(img/body_bgd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: top;
	text-align: center;
	background-color: #468DFF;
}
.contentTop {
	background-image: url(img/con_bgd.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2758A4;
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	margin: 0px;
}
.menilink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menilink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menilink:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.menilink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
