body {
	font-size:10pt;
	line-height:180%;
}
h1 {
	font-size:16pt;
	width:640px;
	border-bottom:1px dotted red;
}
h2 {
	font-size:14pt;
	width:640px;
	border-bottom:1px dotted red;
}
#mainContents {
	width : 640px;
	line-height:170%;
}
		.google { 
			position:absolute;
			top:2px;
			left:670px;
		}
		
/* Win IE hack start */
		*html .google {
			position:absolute;
			top:2px;
			left:680px;
		}
