html {
	height: 100%;
}
body {
	background-color: #000000;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2.4em;
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #508309;
}
p {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 780px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#logo {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#header {
	text-align: center;
}
#nav-top {
	clear: both;
	height: 93px;
	width: 780px;
}
#nav-top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-top li {
	display: inline;
}

#nav-top a {
	display: block;
	height: 93px;
	width: 192px;
	background-image: url(/assets/images/bg_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 93px;
	font-size: 2.5em;
	text-decoration: none;
	color: #508309;
	font-weight:normal;
}
#nav-top a:hover {
	background-position: bottom;
	color: #FFFFFF;
	font-weight:normal;
}
#contents {
	position: relative;
	width: 777px;
	left: 0px;
	top: 0px;
	margin-top: 3px;
}





#footer {
	line-height:1em;
	text-align: center;
	padding: 0px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer  ul, #footer li {
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#footer p {
	padding: 0px;
	margin: 0px;
}
#footer  a, .footer-copy {
	text-decoration: none;
	color: #8dc63f;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
}
