#layout {
	background-color: #CCC;
	height: 100%;
	width: 100%;
	padding-top: 25px;
	background-repeat: repeat;
	
	
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-color: #FFFFFF;
	height: 950px;
	width: 780px;
}
#layout #Table_01 #content #left {
	float: left;
	width: 530px;
	background-color: #FFFFFF;
}
#layout #Table_01 #content #right {
	float: right;
	width: 250px;
	background-color: #FFFFFF;
}
p {
	font-family: "Georgia";
	font-size: 9pt;
	color: #333333;
	margin: 40px;
}
