{ margin: 0; 
  padding: 0; 
} 

body 
  { margin:0;
   	padding:0;
	background:#ffffff; 
    font-size: 100.1%;   
    font-family: Arial; 
    color:#000000; 
    background:#fff url(../img/bg.gif) repeat-x;
} 

img.content { 
	border:24px solid white;
    float:none; 
} 

.imageTD 
	{ border:1px solid black;
} 

p  { font-size:10px; 
     color:#000000;  
} 

.lastbuffer	
	{ padding-right:20px;
}

.buffer	
	{ padding: 4px;
}

#title { position: absolute; 
		height: 43px; 
		left: 0; 
		top: 14px; 
		width: 230px; 
		}
#content { position: absolute; 
		height: 420px; 
		left:16px; 
		top: 68px; 
		}
#contact { position: absolute; 
		height: 24px; 
		top: 500px;
		left: 8px; 
		}

.contentcopy {  text-align: left;
                padding-top:6px;
}

#contactline { position: absolute; 
               border-bottom: 1px solid #ccc;
	           height: 2px; 
           	   top: 497px;
	}
	
.contactcopy {
		text-align: left;
		padding-left: 8px;
		color:#ccc;
	}
	
a 	{ color:#ccc; 
      text-decoration:none; 
	} 

a:hover { color:#0bfdfa; } 

a:visited {		text-decoration: line-through; } 