body {
	background-color: #EAE8D2;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}
div#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
div#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 93px;
	width: 800px;
	height: 35px;
	
	
}
div#content {
	/*width: 100%;*/
	margin: 30px 45px 0 45px;
	padding: 0 30px 20px 30px;
	border-left: 2px solid #547A51;
	border-right: 2px solid #547A51;
}
div#footer {
	background-color: #547A51;
	color: #EAE8D2; 
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:2px;
}
div#footer a, div#footer a:link, div#footer a:visited {
	color: #EAE8D2;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #EAE8D2;
	text-decoration: underline;
}
h6 {
	background-color: #A6450C;
	color: #EAE8D2;
	text-align: center;
	font-size: 14px;
	padding: 7px 0 7px 0;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
img#menu {
	display: block;
	
}
div#contact {
	margin: 0;
	padding: 0;
	margin-left:140px;
}
div.stick {
	clear: both;
	margin:0;
	padding:0;
	
}
div.con1, div.con2 {
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 5px;
}
div.con1 {
	width: 100px;
	clear: both;
	
}
div.org {
	text-align: center;
}
div.hnev {
	color: #A6450C;
	font-weight: bold;
}
div.hdatum {
	font-size: 11px;
	color: gray;
}
div.h {
	margin-bottom: 10px;
}
