* { 
margin:0; 
/*padding:0;*/ 
z-index:0; 
} 

a:link { color: green; }
a:visited{ color: #007700; }

img {
border:0;
}

html, body { 
height:100%; 
} 

body { 
font-family: /*"Sylfaen",*/ arial;
color:#000; 
font-size:100%; 
background:white; 
} 

#header{ 
position:absolute; 
top:0; 
left:0; 
width:100%; 
height:70px; 
padding:0 0 0 1em;
line-height:70px; 
background:#ffffff; 
color:green; 
font-weight:bold; 
text-align:left; 
vertical-align: middle;
font-family: "Haettenschweiler", arial;
} 
#header td{
color:green;

}

#header h1{
font-size:45px;
}

#header_line {
position:absolute;
left:0px;
top:70px;
height:10px;
width:100%;
border:solid;
border-width:1px 0 0 0;
border-color:green;
background-color:white;
}

#subheader {
  position:absolute;
  top:80px;
  left:0px;
	width:100%;
	line-height:20px;
	height:20px;
	background-color:orange;
	color: green;
	padding:0 0 0 1em;
	border:solid;
	border-color:green;
	border-width:1px 0 1px 0;
	}
#subheader a {
  color: green;
	text-decoration:none;
	}

#clearheader { 
height:100px; 
} 

#outer{ 
min-height:100%; 
margin-left:180px; 
margin-right:0px;/*200px;*/ 
margin-bottom:-100px; 
background:#FFF; 
} 

#left/*, #right*/ { 
position:relative; 
width:180px;  
} 

#left { 
float:left; 
z-index:100; 
margin-left:-179px; 
left:-1px;
text-align:left;
padding:1em 0 0 1em;
} 
/*
#right { 
float:right; 
margin-right:-179px; 
right:-1px; 
} */

#middle { 
width:100%; 
float:left; 
position:relative; 
z-index:1; 
margin:0 -1px; 
text-align:left;
padding:1em 0 1em 0;
} 
p { 
  padding:5px 15px 0 15px; 
  }
h1,h2,h3,h4,h5 {
  padding:15px 15px 2px 15px;
	}
img {
  margin:5px 0 0 0;
	}
	
#clearfooter { 
clear:both; 
height:115px; 
} 

#footer { 
width:100%; 
clear:both; 
height:100px; 
line-height:100px; 
background-color:green; 
color: #FFF; 
font-weight:bold; 
text-align:center; 
position:relative; 
}

#home_table td {
vertical-align: top;

}