html {
     font-family: Times, "Times New Roman", serif;
     font-size: 12px;
     background: #ddd; 
     }
body {
     width: 720px;
     margin: 10px auto; 
     background: white; 
     padding: 20px 25px;
     }
p { 
     padding: 0 20px 15px 0;
     }
h1 { 
     }
h2 { 
     }
h3 { 
     }
h4 { 
     }
h5 { 
     }
h6 { 
     }
#contactdata {
     font-size: 14px;
     width: 250px;
     }
.tel {
	font-size: 125%;
	color: #900;
	white-space: nowrap;
	}
	
.right { 
	position: relative;
	float: right;
	}

.left { 
	position: relative;
	float: left;
	}
.center { text-align: center; }
.clear { clear: both; }

.copywight {
     width: 400px;
     margin: 15px auto;
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 9px;
     color: #909090;
     text-align: center; 
     }
     
