﻿body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
}
.menu a {
	display: block;
	background-image: url(img/button1up.png);
	width: 150px;
	background-repeat: no-repeat;
	height: 35px;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
	color: white;
}
.menu a:hover {
	background-image: url(img/button1over.png);
	background-repeat: no-repeat;
	color: gray;
}
#navigation a {
	display: block;
	background-image: url(img/btn_nav_std.png);
	width: 155px;
	background-repeat: no-repeat;
	height: 35px;
	font-weight: bold;
	color: white;
	padding-top: 10px;
	text-decoration: none;
}
#navigation {
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}
#navigation a:hover {
	background-image: url(img/btn_nav_hover.png);
	background-repeat: no-repeat;
}
#navigation a:active {
	background-image: url(img/btn_nav_active.png);
	background-repeat: no-repeat;
}
#navigation table tr td {
	text-align: center;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 731px;
	height: 483px;
	background-image: url(img/bg_content.PNG);
	background-repeat: no-repeat;
}
#section {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	height: 20px;
	padding-top: 20px;
}
#txt_area {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	width: 661px;
	padding-top: 5px;
	height: 348px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	font-family: Arial;
}
.link {
	color: #ff8c00;
	text-decoration: none;
}
.spe {
	text-indent: 20px;
	list-style-type: square;
	display: block;
}
#footer {
	color: black;
	text-align: center;
}
h3 {
	font-style: italic;
}
#header {
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/Logo_large.PNG);
	width: 205px;
	background-repeat: no-repeat;
	height: 205px;
}
