body{background: url(images/green.gif) repeat;
margin: 0;}
#header-block{
	height:120px; 
	position: relative; 
	width: 100%; 
	background: #ffffff;
	overflow: hidden;
	border-bottom: solid 2px black;
	}
#header{
margin-left: auto; margin-right: auto; 
width:700px;
top: 0pt;}
#header h1 {
width:306px;
height: 80px;background: url(images/logo.gif) no-repeat;
top: 0px;
margin: 0;	}
#header h1 span{ display: none;}#header address{ 
top: 0;
right:20px;
width: 228px;
height: 88px;
position: absolute;
float: right;
overflow: hidden;
background: url(images/contact.gif) no-repeat;}
#header address p{ display: none; }
/* Navigation Bar */
#header ul {
margin-left:20px;padding:0;display: inline;text-align: center;}#header ul li {
display: block;float: left;text-align: center;padding: 0;margin: 0;
}#header ul li a {
background: #fff;width: 100px;height: 15px;padding: 0;margin: 0 ;color: #CCC;text-decoration: none;display: block;text-align: center;font-weight: bold;letter-spacing: 1px;font-size:    0.9em;}
#header a:active {
background: Black;
height: 20px;
border-bottom: 9px Black solid;color: #00cc33;}#header ul li a:hover {
height: 20px;
color: red;border-bottom: 9px Black solid;}


#body{
position: relative;
margin-left: auto; margin-right: auto;  
width: 705px;
min-height: 100%;
padding-top:20px;
}
#body img{
margin-bottom: 20px;
}
#left{
position:absolute;
width: 400px;
}
#right{
position:absolute;
width:300px;
margin-left:405px;
min-height: 100%;
}

#footer-block{
width: 100%;
/*padding-bottom: 10px; removing for the time being*/
position: absolute;
bottom: 0;
}
#footer{
width: 700px;
position:relative;
margin-left: auto; margin-right: auto;
text-align: center; 
}
#footer img{ margin:2px;}
.right {text-align: right;}