/* CSS Document */
body {
	background-color: #999999;
	text-decoration: none;
	height: 100%;
	width: 100%;
	
 }
 
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #2E2E2E;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	background-color: #CC0000;
	color: #999;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	background: transparent;
	color: #993333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 0px;
	}

ul {
	list-style-type: square;
	list-style-position: outside;
	}

p {
	padding-bottom: 8px;
	}
	
#logo {
	top: -7px;
	position: relative;
	height: 33px;
	}
	
#navi {	
	top: 10px;
	color: #333333;
	width: 600px;
	height: 22px;
	position: relative;
	left: 145px;
	}
	
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 17px;
	height: 450px;
	width: 625px;
	top: -25px;
	top: 0px !important;
	position: relative;
	left: 68px;
	}

#impress {
	height: 25px;
	width: auto;
	align: center;
	color: #333333;
	position: relative;
	left: 450px;
	top: -70px;
}

#werb {
	width: 234px;
	position: relative;
	left: 100px;
	top: -90px;
	}

#container {
	top: 10px;
	position: relative;
}