body {
	font-size: small;
	margin: 0px;
	background-color:#ddd;
}
#banner {
	height: auto;
	width: 730px;
	border: thin solid #;
	margin-right: auto;
	margin-left: auto;
}
#mainbox {
	height: auto;
	width: 750px;
	border: thin solid #;
	background:#fff;
	margin-right: auto;
	margin-left: auto;
}
#leftbox {
	font-size: small;
	height: auto;
	width: 510px;
	border: thin solid #;
	text-align: left;
	float: left;
	margin-right: auto;
	margin-left: 10px;
}
#rightbox {
	font-size: small;
	text-align: left;
	border: thin solid #;
	width: 200px;
	height: auto;
	float: right;
	margin-right: 10px;
}
#footer {
	height: auto;
	width: 730px;
	border: thin solid #;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.sampleA { 
	border-bottom:dotted 2px #777; 
	font-size:15px;
	color:#333;
}
.sampleB { 
	background-color:#ff0;

} 
.sampleC {
	font-size:15px;
	line-height:20px;
	color:#333;
} 
.sampleD { 
	font-size:15px;
	color:#333;
}
.sampleE { 
	border-bottom:dotted 1px #777; 
} 
.sampleF { 
	margin-left:10px; 
	margin-right:10px;
} 