body {
	margin-top: 0px;
}
#canvas {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#canvas #id {
	clear: both;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#canvas #blockone {
	float: left;
	height: 270px;
	width: 320px;
	text-align: right;
}
#canvas #blocktwo {
	width: 480px;
	float: left;
}
#canvas #blocktwo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
