h1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: white;
}
#header{
width: 100%;
height: 102px;
background-image: url(../images/echo-logo.png);
background-repeat: no-repeat;
background-position: 30px 0px;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   left: 0px;
   width: 100%;
   height: 523px;
   	background-image: url(../images/home-content.gif);
background-repeat: no-repeat;
   margin-top: 20px;
   text-align: center;
   min-width: 900px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 1012px;
	height:523px;
	margin: 0px auto;
	}
#content{
margin: 0;
padding: 0;
width:100%;
height: 323px;

}

#bottom{
width: 100%;
height: 113px;
background-image: url();
background-repeat:no-repeat;
}
#footer{
width: 600px;
height: 20px;
margin: 0 auto;
text-align: center;
background-image: url(../images/footer-png.png);
background-repeat:no-repeat;
background-position:right;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-right: 20px;
color: #FFFFFF;
line-height: 20px;
}

#footer a{
color: white;
text-decoration: none;
}
#footer a:hover{
color: yellow;
text-decoration: underline;
}
 
#quote{
float: right;
width: 400px;
height: 78px;
color: white;
padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}	
#navHolder{
float:right;
width: 620px;
height: 20px;
font-family:Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
line-height:19px;
background-image: url(../images/footer-png.png);
background-repeat:no-repeat;
background-position:right;
}
#flash{
float: right;
height:: 421px;
width: 620px;
}
#left{
float: left;
width: 61%;
height: 523px;
}
#right{
float:right;
width: 388px;
height: 523px;
}