


body {
	margin:0;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height:1.3em;
	text-align: left;
	background-color: #111111;
	color : #222222;
}


table {
	font-size: 100%;
}


a {
    text-decoration:none;
  	border-style : dotted;
	border-bottom-width : 1px;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	COLOR: #444444; 
}

a:hover {
	color: black;
}

a img {
   border:none;
}

h1{
	font-size:220%;
	line-height:1em;
}

h3{
	font-size: 140%;
	color : Silver;
}

h4{
	font-size: 120%;
	color : Silver;
}

#main {
	margin-top:40px;
	padding: 30px;
	background-color : #CEE79C;
	width: 700px;
	text-align: left;
}

#header {
	height:150px;
	background-color : Gray;
	border:0px;
	margin:0px;
	width:640px;
	background-image: url(petritsch.jpg);
}

#header h1{
	padding-top: 100px;
	padding-left: 390px;
	padding-bottom : 0px;
	text-align: left;
}
#header a{
	text-decoration: none;
	border-style: none;
	COLOR: #FFFFFF;
}



#navigation {
	background-color: #6B8E23;
	height: 35px;
	line-height: 35px;
	margin: 0px;
	text-align : left;
	margin: 0px;
	width: 640px;
}


#navigation ul {
  margin:0px;
  padding:0px;
}

#navigation ul li{
	float: left;
	border-color: white;
	border-right: 2px solid #FFFFFF;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	white-space:nowrap;
}
#navigation ul li:hover{
	background-color: #222222;
	color: white;
}
#navigation ul li a:hover{
	background-color: #222222;
	color: white;
}

#navigation ul li a {
	display: block;
	padding-right: 27px;
	padding-left: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	border-style: none;
	color: Black;
	font-family : Courier;
	font-size : 15px;
}


