* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-size: 100%;
	line-height: 1.125em;
	background-color: #eae8cf;
}

#page {
	position: relative;
	width: 800px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 0 1px 0 1px;
}

#image_header {
	width: 800px;
	border-bottom: 5px solid #000000;
}

#image_header a {
	display: block;
	width: 65px;
	height: 75px;
	margin-left: 50px;
	background-image: url(images/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	outline: 0;
}

#image_header a:hover {
	background-position: bottom;
}

#title_header {
	overflow: auto;
	width: 124px;
	margin-left: 50px;
}

#announcement {
	width: 700px;
	margin: 20px 0 0 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #ff0000;
}

#left_content {
	float: left;
	width: 325px;
	margin: 20px 0 20px 50px;
	display: inline;
}

#right_content {
	float: left;
	width: 325px;
	margin: 20px 0 20px 50px;
	display: inline;
}

#left_content div, #right_content div {
	padding-bottom: 20px;
}

#banner {
	clear: both;
	width: 800px;
	padding: 0 0 10px;
	text-align: center;
}

#banner img {
	margin: 0 auto;
	border: 0 solid #000000;
}

#clearer {
	clear: both;
	height: 80px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 800px;
	padding: 22px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border-top: 3px solid #000000;
}

h1 {
	width: 5000px;
	height: 31px;
	margin: 0 0 0 -4876px;
	background-image: url(images/hunam2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/*h1:hover {
	background-position: bottom right;
}*/

h2 {
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.375em;
	font-weight: normal;
	text-indent: -1px;
	color: #000000;
}

h3 {
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

/*h3 {
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	font-weight: normal;
	color: #999999;
}*/

p {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #000000;
}

img {
	display: block;
	border: 0 solid #000;
}

a:link {
	color: #4675b2;
	text-decoration: none;
}

a:visited {
	color: #4675b2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}