/* CSS Document */
html {
	height: 100%;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}

h1 {
	font-size: 1.4em;
	font-weight: bold;

}

ul {
	display: inline;
	color: #FFFFFF;
}

li {
	display: inline;
	font-size: 18px;
}

img {
	border: none;

}

#wrapper {
	background-color: transparent;
	color: #000000;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 908px;
	height: 164px;
	overflow: hidden;
	text-align: left;
	background-image: url(images/danken.jpg);
	background-repeat: no-repeat;
}

#nav {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	padding-top: 10px;
	height: 48px;
	width: 908px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#nav a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#nav a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover {
	color: #CCCCCC;
	background-color: transparent;
	text-decoration: underline;
}

#nav a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

#imagebar {
	background-image: url(images/imagebar.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 904px;
	height: 145px;
	position: relative;
}

#imagebar2 {
	background-image: url(images/imagebar2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 904px;
	height: 145px;
	position: relative;
}

#imagebar3 {
	background-image: url(images/imagebar3.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 904px;
	height: 145px;
	position: relative;
}

#imagebar4 {
	background-image: url(images/imagebar4.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 904px;
	height: 145px;
	position: relative;
}

.home {
	text-align: left;
	padding: 0px 30px;
	font-size: 16.5px;
}

.home-c {
	text-align: center;
	padding: 0px 30px;
	font-size: 16.5px;
}


#content {
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 908px;
	height: 427px;
	padding-top: 30px;
	color: #000000;
	text-align: center;
	overflow: auto;
}

#content p {
	padding: 0 15px 0 15px;
}

#footer {
	height: 78px;
	width: 231px;
	text-align: center;
	margin-left: 338px;
	margin-top: -35px;
}

#footer p {
	color: #FFFFFF;
	padding-top: 68px;
	font-size: .8em;
}

#footer a {
	color: #FFFFFF;
}

.dis {
	font-size: 10px; 
}
