html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 
}

#outer{ 
 border:solid white 0px; 
 background-color: #FFFFFF; /* center column colour */ 
 width: auto; 
} 
#inner{margin:0; width:100%;} 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:6px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 


a,link,visited,active,hover {
	text-decoration: none
}

.t {
	line-height: 1.4
}

div,form,option,p,td,input,textarea,select {
	font-size: 12px;
}

#footer{
    text-align: center
}

img{border:0}
.quote{margin:5px 20px;border:1px solid #CCCCCC;padding:5px;background:#F3F3F3 ;line-height : normal ;}